| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | atcspi200_spi.c | 94 static int __atcspi200_spi_set_speed(struct nds_spi_slave *ns) in __atcspi200_spi_set_speed() 117 static int __atcspi200_spi_claim_bus(struct nds_spi_slave *ns) in __atcspi200_spi_claim_bus() 133 static int __atcspi200_spi_release_bus(struct nds_spi_slave *ns) in __atcspi200_spi_release_bus() 139 static int __atcspi200_spi_start(struct nds_spi_slave *ns) in __atcspi200_spi_start() 168 static int __atcspi200_spi_stop(struct nds_spi_slave *ns) in __atcspi200_spi_stop() 178 static void __nspi_espi_tx(struct nds_spi_slave *ns, const void *dout) in __nspi_espi_tx() 183 static int __nspi_espi_rx(struct nds_spi_slave *ns, void *din, unsigned int bytes) in __nspi_espi_rx() 190 static int __atcspi200_spi_xfer(struct nds_spi_slave *ns, in __atcspi200_spi_xfer() 288 struct nds_spi_slave *ns = dev_get_priv(bus); in atcspi200_spi_set_speed() local 300 struct nds_spi_slave *ns = dev_get_priv(bus); in atcspi200_spi_set_mode() local [all …]
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | io.h | 47 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) argument 48 #define outsb(port, buf, ns) _outsb((u8 *)((port)+_IO_BASE), (buf), (ns)) argument 49 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) argument 50 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) argument 70 static inline void _insb(volatile u8 * port, void *buf, int ns) in _insb() 77 static inline void _outsb(volatile u8 * port, const void *buf, int ns) in _outsb() 84 static inline void _insw(volatile u16 * port, void *buf, int ns) in _insw() 91 static inline void _outsw(volatile u16 * port, const void *buf, int ns) in _outsw() 116 static inline void _insw_ns(volatile u16 * port, void *buf, int ns) in _insw_ns() 123 static inline void _outsw_ns(volatile u16 * port, const void *buf, int ns) in _outsw_ns() [all …]
|
| /rk3399_rockchip-uboot/drivers/nvme/ |
| H A D | nvme_show.c | 65 static void print_formats(struct nvme_id_ns *id, struct nvme_ns *ns) in print_formats() 108 struct nvme_ns *ns = dev_get_priv(udev); in nvme_print_info() local
|
| H A D | nvme.c | 666 struct nvme_ns *ns = dev_get_priv(udev); in nvme_get_namespace_id() local 704 struct nvme_ns *ns = dev_get_priv(udev); in nvme_blk_probe() local 744 struct nvme_ns *ns = dev_get_priv(udev); in nvme_blk_rw() local 831 struct nvme_ns *ns = dev_get_priv(udev); in nvme_blk_erase() local 858 struct nvme_ns *ns = dev_get_priv(udev); in nvme_blk_write_zeroes() local
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | of_addr.c | 20 #define OF_CHECK_COUNTS(na, ns) (OF_CHECK_ADDR_COUNT(na) && (ns) > 0) argument 59 int na, int ns, int pna) in of_bus_default_map() 132 int onesize, i, na, ns; in of_get_address() local 171 __be32 *addr, int na, int ns, int pna, in of_translate_one() 247 int na, ns, pna, pns; in __of_translate_address() local
|
| H A D | fdtaddr.c | 28 int na, ns; in devfdt_get_addr_index() local
|
| H A D | ofnode.c | 576 int na, ns; in ofnode_get_addr_size() local
|
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | io.h | 106 static inline void _insw(volatile u16 *port, void *buf, int ns) in _insw() 110 static inline void _outsw(volatile u16 *port, const void *buf, int ns) in _outsw() 114 #define insw(port, buf, ns) _insw((u16 *)port, buf, ns) argument 115 #define outsw(port, buf, ns) _outsw((u16 *)port, buf, ns) argument
|
| /rk3399_rockchip-uboot/board/st/stm32f429-discovery/ |
| H A D | stm32f429-discovery.c | 142 static inline u32 _ns2clk(u32 ns, u32 freq) in _ns2clk() 148 #define NS2CLK(ns) (_ns2clk(ns, freq)) argument
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | io.h | 43 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) argument 44 #define outsb(port, buf, ns) _outsb((u8 *)((port)+_IO_BASE), (buf), (ns)) argument 45 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) argument 46 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) argument 87 #define insw_ns(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) argument 88 #define outsw_ns(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) argument
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra186/ |
| H A D | nvtboot_mem.c | 36 unsigned int na, ns; in dram_init() local
|
| /rk3399_rockchip-uboot/board/sbc8349/ |
| H A D | sbc8349.c | 38 #define ns2clk(ns) (ns / (1000000000 / CONFIG_8349_CLKIN) + 1) argument
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fdt.c | 89 int na, ns; in boot_mem_rsv_regions() local 186 int na, ns; in boot_fdt_add_sysmem_rsv_regions() local
|
| H A D | fdt_support.c | 1054 #define OF_CHECK_COUNTS(na, ns) ((na) > 0 && (na) <= OF_MAX_ADDR_CELLS && \ argument 1130 int na, int ns, int pna) in of_bus_default_map() 1182 int na, int ns, int pna) in of_bus_isa_map() 1256 int na, int ns, int pna, const char *rprop) in of_translate_one() 1323 int na, ns, pna, pns; in __of_translate_address() local
|
| /rk3399_rockchip-uboot/board/freescale/mpc8349emds/ |
| H A D | mpc8349emds.c | 49 #define ns2clk(ns) (ns / (1000000000 / CONFIG_8349_CLKIN) + 1) argument
|
| /rk3399_rockchip-uboot/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson.c | 260 static fdt_addr_t parse_address(int offset, const char *name, int na, int ns) in parse_address() 285 int na, ns; in meson_pinctrl_probe() local
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | nandc.c | 118 void nandc_time_cfg(u32 ns) in nandc_time_cfg()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | fdtdec.c | 85 const char *prop_name, int index, int na, int ns, in fdtdec_get_addr_size_fixed() 133 int na, ns; in fdtdec_get_addr_size_auto_parent() local 951 int na, ns, len, parent; in fdt_get_resource() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | emif-common.c | 466 static inline u32 ns_2_cycles(u32 ns) in ns_2_cycles() 476 static inline u32 ns_x2_2_cycles(u32 ns) in ns_x2_2_cycles()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/quark/ |
| H A D | mrc_util.c | 57 void delay_n(uint32_t ns) in delay_n()
|
| /rk3399_rockchip-uboot/drivers/ram/rockchip/ |
| H A D | dmc-rk3368.c | 440 static inline u32 ns_to_tCK(const u32 ns, const ulong freq) in ns_to_tCK()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/ |
| H A D | dram_sun9i.h | 272 #define MCTL_NS2CYCLES_CEIL(ns) ((ns * (CONFIG_DRAM_CLK / 2) + 999) / 1000) argument
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | mx3fb.c | 298 u32 ns:10; member
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.c | 413 #define ns2cycle(ns, clk) (int)((ns) * (clk / 1000000) / 1000) argument
|