| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 38 { outsw((unsigned long)addr, buf, len); } in writesw()
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | io.h | 93 #define outsw(p, d, l) __raw_writesw(p, d, l) macro 108 #define outsw_p(port, from, len) outsw(port, from, len)
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | io.h | 78 void outsw(unsigned long port, const void *src, unsigned long count);
|
| /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/include/ |
| H A D | usbdevice.h | 78 #ifndef outsw 79 #define outsw(p,from,len) mmio_outsw(p,from,len) macro
|
| /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/nds32/include/asm/ |
| H A D | io.h | 261 #define outsw(p, d, l) writesw(__io(p), d, l) macro 340 #define outsw_p(port, from, len) outsw(port, from, len)
|
| /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/arm/include/asm/ |
| H A D | io.h | 236 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro 252 #define outsw_p(port,from,len) outsw(port,from,len)
|
| /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/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/drivers/block/ |
| H A D | ide.c | 170 outsw(ATA_CURR_BASE(dev) + ATA_DATA_REG, sect_buf, shorts); in ide_output_data_shorts() 896 outsw(ATA_CURR_BASE(dev) + ATA_DATA_REG, sect_buf, words << 1); in ide_output_data()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | smc91111.h | 279 #define SMC_outsw(a,r,b,l) outsw((a)->iobase+(r), (b), (l))
|