Searched defs:ns (Results 1 - 24 of 24) sorted by relevance

/u-boot/drivers/nvme/
H A Dnvme_show.c64 static void print_formats(struct nvme_id_ns *id, struct nvme_ns *ns) argument
107 struct nvme_ns *ns = dev_get_priv(udev); local
[all...]
H A Dnvme.c673 struct nvme_ns *ns = dev_get_priv(udev); local
711 struct nvme_ns *ns = dev_get_priv(udev); local
748 struct nvme_ns *ns = dev_get_priv(udev); local
[all...]
/u-boot/arch/x86/cpu/apollolake/
H A Duart.c95 struct ns16550_plat ns; local
[all...]
/u-boot/drivers/core/
H A Dfdtaddr.c32 int na, ns; local
H A Dof_addr.c129 int onesize, i, na, ns; local
60 of_bus_default_map(__be32 *addr, const __be32 *range, int na, int ns, int pna) argument
165 of_translate_one(const struct device_node *parent, struct of_bus *bus, struct of_bus *pbus, __be32 *addr, int na, int ns, int pna, const char *rprop) argument
247 int na, ns, pna, pns; local
333 int na, ns, pna, pns; local
[all...]
H A Dofnode.c738 int na, ns; local
1255 int na, ns; local
/u-boot/lib/
H A Dfdtdec_test.c145 static int make_fdt_carveout_device(void *fdt, uint32_t na, uint32_t ns) argument
235 fdt32_t ns = cpu_to_fdt32(size_cells); local
H A Dfdtdec.c159 int na, ns; local
108 fdtdec_get_addr_size_fixed(const void *blob, int node, const char *prop_name, int index, int na, int ns, fdt_size_t *sizep, bool translate) argument
203 int ns = sizep ? (sizeof(fdt_size_t) / sizeof(fdt32_t)) : 0; local
903 int na, ns, len, parent; local
1302 int na, ns, node, err; local
1339 int parent, node, na, ns, err; local
[all...]
/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson.c323 static fdt_addr_t parse_address(int offset, const char *name, int na, int ns) argument
348 int na, ns; local
[all...]
/u-boot/arch/m68k/include/asm/
H A Dio.h69 static inline void _insb(volatile u8 * port, void *buf, int ns) argument
76 _outsb(volatile u8 * port, const void *buf, int ns) argument
83 _insw(volatile u16 * port, void *buf, int ns) argument
90 _outsw(volatile u16 * port, const void *buf, int ns) argument
115 _insw_ns(volatile u16 * port, void *buf, int ns) argument
122 _outsw_ns(volatile u16 * port, const void *buf, int ns) argument
[all...]
/u-boot/arch/x86/cpu/quark/
H A Dmrc_util.c57 void delay_n(uint32_t ns) argument
/u-boot/arch/arm/mach-tegra/
H A Dcboot.c79 unsigned int na, ns; local
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-fpa.c568 char ns[2] = "0"; local
/u-boot/arch/sandbox/include/asm/
H A Dio.h173 static inline void _insw(volatile u16 *port, void *buf, int ns) argument
177 static inline void _outsw(volatile u16 *port, const void *buf, int ns) argument
/u-boot/drivers/pci/
H A Dpci_mvebu.c571 const int na = 3, ns = 2; local
/u-boot/drivers/spi/
H A Datcspi200_spi.c95 static int __atcspi200_spi_set_speed(struct nds_spi_slave *ns) argument
118 static int __atcspi200_spi_claim_bus(struct nds_spi_slave *ns) argument
134 __atcspi200_spi_release_bus(struct nds_spi_slave *ns) argument
140 __atcspi200_spi_start(struct nds_spi_slave *ns) argument
169 __atcspi200_spi_stop(struct nds_spi_slave *ns) argument
179 __nspi_espi_tx(struct nds_spi_slave *ns, const void *dout) argument
184 __nspi_espi_rx(struct nds_spi_slave *ns, void *din, unsigned int bytes) argument
191 __atcspi200_spi_xfer(struct nds_spi_slave *ns, unsigned int bitlen, const void *data_out, void *data_in, unsigned long flags) argument
297 struct nds_spi_slave *ns = dev_get_priv(bus); local
309 struct nds_spi_slave *ns = dev_get_priv(bus); local
322 struct nds_spi_slave *ns = dev_get_priv(bus); local
334 struct nds_spi_slave *ns = dev_get_priv(dev->parent); local
344 struct nds_spi_slave *ns = dev_get_priv(bus); local
351 struct nds_spi_slave *ns = dev_get_priv(bus); local
371 struct nds_spi_slave *ns = dev_get_priv(bus); local
383 struct nds_spi_slave *ns = dev_get_priv(bus); local
[all...]
/u-boot/arch/arm/mach-omap2/
H A Demif-common.c568 static inline u32 ns_2_cycles(u32 ns) argument
578 static inline u32 ns_x2_2_cycles(u32 ns) argument
/u-boot/drivers/ram/rockchip/
H A Ddmc-rk3368.c443 static inline u32 ns_to_tCK(const u32 ns, const ulong freq) argument
/u-boot/drivers/video/bridge/
H A Dtc358768.c423 static u32 tc358768_ns_to_cnt(u32 ns, u32 period_ps) argument
[all...]
/u-boot/drivers/ddr/altera/
H A Dsequencer.c874 static void delay_for_n_ns(struct socfpga_sdrseq *seq, const u32 ns) argument
/u-boot/drivers/video/rockchip/
H A Ddw_mipi_dsi_rockchip.c358 static inline unsigned int ns2bc(struct dw_rockchip_dsi_priv *dsi, int ns) argument
366 static inline unsigned int ns2ui(struct dw_rockchip_dsi_priv *dsi, int ns) argument
/u-boot/boot/
H A Dfdt_support.c1220 of_bus_default_map(fdt32_t *addr, const fdt32_t *range, int na, int ns, int pna) argument
1271 of_bus_isa_map(fdt32_t *addr, const fdt32_t *range, int na, int ns, int pna) argument
1343 of_translate_one(const void *blob, int parent, struct of_bus *bus, struct of_bus *pbus, fdt32_t *addr, int na, int ns, int pna, const char *rprop) argument
1412 int na, ns, pna, pns; local
1497 int na, ns, pna, pns; local
[all...]
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_nand.c541 unsigned int ns; local
/u-boot/drivers/mmc/
H A Dmtk-sd.c796 static void msdc_set_timeout(struct msdc_host *host, u32 ns, u32 clks) argument

Completed in 314 milliseconds