/arch/blackfin/include/asm/ |
D | io.h | 23 extern void outsw(unsigned long port, const void *addr, unsigned long count); 27 #define outsw outsw macro
|
/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 | 74 #define outsw outsw macro 75 extern void outsw(unsigned int port, const void *buf, int sz);
|
/arch/parisc/include/asm/ |
D | ide.h | 21 #define __ide_outsw outsw
|
D | io.h | 300 extern void outsw (unsigned long port, const void *src, unsigned long count);
|
/arch/mn10300/include/asm/ |
D | io.h | 168 static inline void outsw(unsigned long addr, const void *buffer, int count) in outsw() function 215 outsw((unsigned long) (p), (src), (count)) 229 outsw((unsigned long) (p), (src), (count))
|
/arch/m32r/include/asm/ |
D | io.h | 149 #define outsw _outsw macro 184 #define iowrite16_rep(p, src, count) outsw((unsigned long)(p), (src), (count))
|
/arch/sh/include/asm/ |
D | io_noioport.h | 61 #define outsw(a, b, c) BUG() macro
|
/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/mn10300/unit-asb2303/include/unit/ |
D | smc91111.h | 35 #define SMC_outsw(a, r, p, l) outsw((unsigned long) ((a) + (r)), (p), (l))
|
/arch/blackfin/kernel/ |
D | bfin_ksyms.c | 77 EXPORT_SYMBOL(outsw);
|
/arch/tile/include/asm/ |
D | io.h | 365 static inline void outsw(unsigned long addr, const void *buffer, int count) in outsw() function 468 static inline void outsw(unsigned long addr, const void *buffer, int count) in outsw() function 502 outsw((unsigned long) (p), (src), (count))
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 277 #define outsw outsw macro 278 static inline void outsw(u32 io_addr, const void *p, u32 count) in outsw() function 499 outsw(port & PIO_MASK, vaddr, count); in iowrite16_rep()
|
/arch/x86/include/asm/ |
D | io.h | 330 #define outsw outsw macro
|
/arch/m68k/include/asm/ |
D | io_mm.h | 126 #define outsw mcf_pci_outsw macro 375 #define outsw isa_outsw macro 408 #define outsw(port, buf, nr) ((port) < 1024 ? isa_rom_outsw((port), (buf), (nr)) : isa_outsw((port)… macro 438 #define outsw(port,buf,nr) ((void)0) macro
|
D | io_no.h | 131 #define outsw(a,b,l) io_outsw(a,b,l) 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);
|
/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/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 iowrite16_rep()
|
/arch/alpha/kernel/ |
D | io.c | 376 void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function 382 EXPORT_SYMBOL(outsw);
|
/arch/powerpc/include/asm/ |
D | io-defs.h | 51 DEF_PCI_AC_NORET(outsw, (unsigned long p, const void *b, unsigned long c),
|
/arch/arm/mach-s3c24xx/include/mach/ |
D | io.h | 209 #define outsw(p,d,l) __raw_writesw(__ioaddr(p),d,l) macro
|
/arch/hexagon/include/asm/ |
D | io.h | 319 static inline void outsw(unsigned long port, const void *buffer, int count) in outsw() function
|
/arch/powerpc/platforms/powernv/ |
D | opal-lpc.c | 179 .outsw = opal_lpc_outsw,
|
/arch/ia64/include/asm/ |
D | io.h | 309 #define outsw(p,s,c) __outsw(p,s,c) macro
|