/openbmc/linux/arch/ia64/include/asm/ |
H A D | io.h | 224 #define outsw outsw macro 225 static inline void outsw(unsigned long port, const void *src, in outsw() function
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | io.h | 216 extern void outsw (unsigned long port, const void *src, unsigned long count); 222 #define outsw outsw macro
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | io.h | 294 static inline void outsw(unsigned long port, const void *buffer, int count) in outsw() function 335 #define outsw outsw macro
|
/openbmc/linux/include/linux/ |
H A D | logic_pio.h | 97 #ifndef outsw 98 #define outsw logic_outsw macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 241 void outsw(unsigned long, const void *, unsigned long); 244 #define outsw outsw macro 279 outsw((unsigned long __force)port, buf, count); in writesw()
|
/openbmc/linux/arch/sparc/lib/ |
H A D | PeeCeeI.c | 23 void outsw(unsigned long __addr, const void *src, unsigned long count) in outsw() function 32 EXPORT_SYMBOL(outsw);
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | io_noioport.h | 69 static inline void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function
|
H A D | io.h | 266 #define outsw outsw macro
|
/openbmc/linux/include/asm-generic/ |
H A D | io.h | 721 #ifndef outsw 722 #define outsw outsw macro 723 static inline void outsw(unsigned long addr, const void *buffer, in outsw() function 777 outsw(addr, buffer, count); in outsw_p()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | io.h | 307 #define outsw outsw macro
|
/openbmc/linux/arch/parisc/lib/ |
H A D | io.c | 337 void outsw (unsigned long port, const void *src, unsigned long count) in outsw() function 488 EXPORT_SYMBOL(outsw);
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | io.h | 625 extern void outsw (unsigned long port, const void *src, unsigned long count); 632 #define outsw outsw macro
|
/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/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/xtensa/include/asm/ |
H A D | io.h | 77 void outsw(unsigned long port, const void *src, unsigned long count);
|
/openbmc/linux/drivers/scsi/pcmcia/ |
H A D | nsp_io.h | 147 outsw(BaseAddr + Register, buf, count); in nsp_multi_write_2()
|
/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/linux/arch/alpha/kernel/ |
H A D | io.c | 439 void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function 445 EXPORT_SYMBOL(outsw);
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | io.h | 119 #define outsw(addr, buffer, count) __outsw(PCI_IOBASE + (addr), buffer, count) macro
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | io-defs.h | 51 DEF_PCI_AC_NORET(outsw, (unsigned long p, const void *b, unsigned long c),
|
/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/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 330 #define outsw isa_outsw macro 363 #define outsw(port, buf, nr) ((port) < 1024 ? isa_rom_outsw((port), (buf), (nr)) : isa_outsw((port)… macro
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_plx.c | 184 outsw(dev->base_addr + a, buf, wc); in hfa384x_outsw_debug() 218 #define HFA384X_OUTSW(a, buf, wc) outsw(dev->base_addr + (a), buf, wc)
|