| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 47 { return __raw_readw(addr + offset); } in musb_readw() 70 tmp = __raw_readw(addr + (offset & ~1)); in musb_readb() 83 tmp = __raw_readw(addr + (offset & ~1)); in musb_writeb()
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | io.h | 54 #define __raw_readw(a) __arch_getw(a) macro 89 #define inw(p) ({ unsigned int __v = __le16_to_cpu(__raw_readw(p)); __v; }) 148 ({ unsigned int __v = le16_to_cpu(__raw_readw(__mem_pci(c))); __v; }) 183 #define readw(addr) __raw_readw(addr)
|
| /rk3399_rockchip-uboot/board/armltd/integrator/ |
| H A D | pci.c | 84 #define v3_readw(o) (__raw_readw(PHYS_PCI_V3_BASE + (unsigned int)(o))) 206 *val = __raw_readw(addr); in pci_integrator_read__word() 244 __raw_readw(addr); in pci_integrator_write_word()
|
| /rk3399_rockchip-uboot/arch/arm/mach-keystone/ |
| H A D | cmd_ddr3.c | 94 value = __raw_readw(index); in ddr_memory_test() 97 index, value, __raw_readw(index)); in ddr_memory_test()
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | io.h | 96 #define __raw_readw(a) __arch_getw(a) macro 257 #define inw(p) ({ unsigned int __v = le16_to_cpu(__raw_readw(__io(p))); __v; }) 375 le16_to_cpu(__raw_readw(__mem_pci(c))); __v; }) 415 #define isa_readw(addr) __raw_readw(__mem_isa(addr))
|
| /rk3399_rockchip-uboot/board/astro/mcf5373l/ |
| H A D | fpga.c | 44 tmp_short = __raw_readw(&gpiop->par_uart); in altera_pre_fn() 267 tmp_short = __raw_readw(&gpiop->par_uart); in xilinx_pre_config_fn()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | io.h | 103 #define __raw_readw(a) __arch_getw(a) macro 232 #define inw(p) ({ unsigned int __v = le16_to_cpu(__raw_readw(__io(p))); __v; }) 292 #define readw(c) ({ unsigned int __v = le16_to_cpu(__raw_readw(__mem_pci(c))); __v; }) 351 #define isa_readw(addr) __raw_readw(__mem_isa(addr))
|
| /rk3399_rockchip-uboot/arch/arc/include/asm/ |
| H A D | io.h | 93 static inline u16 __raw_readw(const volatile void __iomem *addr) in __raw_readw() function 242 __raw_readw(c)); __r; })
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pcie_xilinx.c | 121 *valuep = __raw_readw(address); in pcie_xilinx_read_config()
|
| /rk3399_rockchip-uboot/board/freescale/ls1043ardb/ |
| H A D | ls1043ardb.c | 214 u16 val = __raw_readw(addr); in flash_read16()
|
| /rk3399_rockchip-uboot/board/freescale/ls1021aiot/ |
| H A D | ls1021aiot.c | 252 u16 val = __raw_readw(addr); in flash_read16()
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | io.h | 47 #define __raw_readw readw macro
|
| /rk3399_rockchip-uboot/board/freescale/ls1046aqds/ |
| H A D | ls1046aqds.c | 339 u16 val = __raw_readw(addr); in flash_read16()
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | io.h | 68 #define __raw_readw readw macro
|
| /rk3399_rockchip-uboot/board/freescale/ls1043aqds/ |
| H A D | ls1043aqds.c | 383 u16 val = __raw_readw(addr); in flash_read16()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | fsl_ifc_spl.c | 105 return __raw_readw((u16 *)marker) != 0xffff; in bad_block()
|
| /rk3399_rockchip-uboot/board/freescale/ls1021aqds/ |
| H A D | ls1021aqds.c | 505 u16 val = __raw_readw(addr); in flash_read16()
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | io.h | 55 #define __raw_readw(a) (*(volatile unsigned short *)(a)) macro
|
| /rk3399_rockchip-uboot/board/freescale/p1022ds/ |
| H A D | diu.c | 443 ret = __raw_readw(addr); in flash_read16()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | io.h | 65 #define __raw_readw readw macro
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | io.h | 20 #define __raw_readw(addr) (*(volatile u16 *)(addr)) macro
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | io.h | 138 static inline unsigned short __raw_readw(const volatile void __iomem *addr) in __raw_readw() function
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | fb.h | 543 #define fb_readw __raw_readw
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | dm9000x.c | 123 #define DM9000_inw(r) __raw_readw(r)
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | io.h | 372 be16_to_cpu(__raw_readw((__force unsigned *)(addr))) in BUILDIO_MEM()
|