Searched defs:outsw (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | io.h | 115 #define outsw(port, buf, ns) _outsw((u16 *)port, buf, ns) macro
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | io.h | 116 #define outsw(a,b,l) io_outsw(a,b,l) macro
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | io.h | 104 static inline void outsw (unsigned long port, const void *src, unsigned long count) in outsw() function
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | io.h | 46 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) macro
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | io.h | 50 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) macro
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | io.h | 93 #define outsw(p, d, l) __raw_writesw(p, d, l) macro
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usbdevice.h | 79 #define outsw(p,from,len) mmio_outsw(p,from,len) macro
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | io.h | 261 #define outsw(p, d, l) writesw(__io(p), d, l) macro
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | io.h | 236 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro
|