/arch/mips/include/asm/mach-generic/ |
D | ide.h | 80 outsw(port, addr, count); in __ide_outsw() 129 #undef outsw 133 #define outsw(port, addr, count) __ide_outsw(port, addr, count) macro
|
/arch/arm/mach-ebsa110/include/mach/ |
D | io.h | 71 #define outsw outsw macro 72 extern void outsw(unsigned int port, const void *buf, int sz);
|
/arch/ia64/include/asm/ |
D | io.h | 236 #define outsw outsw macro 237 static inline void outsw(unsigned long port, const void *src, in outsw() function
|
/arch/parisc/include/asm/ |
D | ide.h | 21 #define __ide_outsw outsw
|
D | io.h | 288 extern void outsw (unsigned long port, const void *src, unsigned long count);
|
/arch/sparc/lib/ |
D | PeeCeeI.c | 23 void outsw(unsigned long __addr, const void *src, unsigned long count) in outsw() function 32 EXPORT_SYMBOL(outsw);
|
/arch/sh/include/asm/ |
D | io_noioport.h | 76 static inline void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function
|
/arch/arm/mach-s3c/include/mach/ |
D | io-s3c24xx.h | 41 #define outsw(p,d,l) writesw(S3C24XX_VA_ISA_WORD + (p),d,l) macro
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 274 #define outsw outsw macro 275 static inline void outsw(u32 io_addr, const void *p, u32 count) in outsw() function 496 outsw(port & PIO_MASK, vaddr, count); in iowrite16_rep()
|
/arch/arm/mach-ebsa110/ |
D | io.c | 382 void outsw(unsigned int port, const void *from, int len) in outsw() function 412 EXPORT_SYMBOL(outsw);
|
/arch/x86/include/asm/ |
D | io.h | 355 #define outsw outsw macro
|
/arch/parisc/lib/ |
D | io.c | 337 void outsw (unsigned long port, const void *src, unsigned long count) in outsw() function 488 EXPORT_SYMBOL(outsw);
|
D | iomap.c | 124 outsw(ADDR2PORT(addr), s, n); in ioport_write16r()
|
/arch/sparc/include/asm/ |
D | io_64.h | 240 void outsw(unsigned long, const void *, unsigned long); 267 outsw((unsigned long __force)port, buf, count); in writesw()
|
/arch/hexagon/include/asm/ |
D | io.h | 292 static inline void outsw(unsigned long port, const void *buffer, int count) in outsw() function
|
/arch/powerpc/include/asm/ |
D | io-defs.h | 51 DEF_PCI_AC_NORET(outsw, (unsigned long p, const void *b, unsigned long c),
|
/arch/alpha/kernel/ |
D | io.c | 422 void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function 428 EXPORT_SYMBOL(outsw);
|
/arch/riscv/include/asm/ |
D | io.h | 132 #define outsw(addr, buffer, count) __outsw(PCI_IOBASE + (addr), buffer, count) macro
|
/arch/m68k/include/asm/ |
D | io_mm.h | 332 #define outsw isa_outsw macro 365 #define outsw(port, buf, nr) ((port) < 1024 ? isa_rom_outsw((port), (buf), (nr)) : isa_outsw((port)… macro
|
/arch/powerpc/platforms/powernv/ |
D | opal-lpc.c | 175 .outsw = opal_lpc_outsw,
|
/arch/arm/include/asm/ |
D | io.h | 265 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro
|
/arch/alpha/include/asm/ |
D | io.h | 567 extern void outsw (unsigned long port, const void *src, unsigned long count);
|