Searched defs:insw (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | io.h | 114 #define insw(port, buf, ns) _insw((u16 *)port, buf, ns) macro
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | io.h | 120 #define insw(a,b,l) io_insw(a,b,l) macro
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | io.h | 87 static inline void insw (unsigned long port, void *dst, unsigned long count) in insw() function
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | io.h | 45 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) macro
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | io.h | 49 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) macro
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | io.h | 97 #define insw(p, d, l) __raw_readsw(p, d, l) macro
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usbdevice.h | 75 #define insw(p,to,len) mmio_insw(p,to,len) macro
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | io.h | 265 #define insw(p, d, l) readsw(__io(p), d, l) macro
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | io.h | 240 #define insw(p,d,l) __raw_readsw(__io(p),d,l) macro
|