| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 37 { outsw((unsigned long)addr, buf, len); } in writesw()
|
| /openbmc/u-boot/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)
|
| /openbmc/u-boot/arch/xtensa/include/asm/ |
| H A D | io.h | 77 void outsw(unsigned long port, const void *src, unsigned long count);
|
| /openbmc/u-boot/arch/microblaze/include/asm/ |
| H A D | io.h | 130 #define outsw(a, b, l) io_outsw(a, b, l) macro
|
| /openbmc/u-boot/include/ |
| H A D | usbdevice.h | 77 #ifndef outsw 78 #define outsw(p,from,len) mmio_outsw(p,from,len) macro
|
| /openbmc/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 252 #define outsw(p, d, l) writesw(__io(p), d, l) macro 331 #define outsw_p(port, from, len) outsw(port, from, len)
|
| /openbmc/u-boot/arch/riscv/include/asm/ |
| H A D | io.h | 239 #define outsw(p, d, l) writesw(__io(p), d, l) macro 345 #define outsw_p(port, from, len) outsw(port, from, len)
|
| /openbmc/u-boot/arch/nios2/include/asm/ |
| H A D | io.h | 102 static inline void outsw (unsigned long port, const void *src, unsigned long count) in outsw() function
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 249 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro 265 #define outsw_p(port,from,len) outsw(port,from,len)
|
| /openbmc/u-boot/arch/m68k/include/asm/ |
| H A D | io.h | 49 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) macro
|
| /openbmc/u-boot/arch/sandbox/include/asm/ |
| H A D | io.h | 189 #define outsw(port, buf, ns) _outsw((u16 *)port, buf, ns) macro
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | io.h | 46 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) macro
|
| /openbmc/u-boot/drivers/block/ |
| H A D | ide.c | 169 outsw(ATA_CURR_BASE(dev) + ATA_DATA_REG, sect_buf, shorts); in ide_output_data_shorts() 895 outsw(ATA_CURR_BASE(dev) + ATA_DATA_REG, sect_buf, words << 1); in ide_output_data()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | smc91111.h | 278 #define SMC_outsw(a,r,b,l) outsw((a)->iobase+(r), (b), (l))
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | x86.csv | 1388 "OUTSW","OUTSW","outsw","6F","V","V","","operand16","","",""
|