Searched refs:outsw (Results 1 – 17 of 17) sorted by relevance
| /arch/parisc/include/asm/ |
| A D | io.h | 207 extern void outsw (unsigned long port, const void *src, unsigned long count); 213 #define outsw outsw macro
|
| /arch/sparc/include/asm/ |
| 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()
|
| /arch/sh/include/asm/ |
| A D | io_noioport.h | 69 static inline void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function
|
| A D | io.h | 246 #define outsw outsw macro
|
| /arch/sparc/lib/ |
| A D | PeeCeeI.c | 23 void outsw(unsigned long __addr, const void *src, unsigned long count) in outsw() function 32 EXPORT_SYMBOL(outsw);
|
| /arch/powerpc/include/asm/ |
| A D | io-defs.h | 14 DEF_PCI_AC_NORET(outsw, (unsigned long p, const void *b, unsigned long c), (p, b, c))
|
| A D | io.h | 684 #define outsw outsw macro
|
| /arch/parisc/lib/ |
| A D | io.c | 229 void outsw (unsigned long port, const void *src, unsigned long count) in outsw() function 380 EXPORT_SYMBOL(outsw);
|
| A D | iomap.c | 128 outsw(ADDR2PORT(addr), s, n); in ioport_write16r()
|
| /arch/x86/include/asm/ |
| A D | io.h | 323 #define outsw outsw macro
|
| /arch/alpha/include/asm/ |
| A D | io.h | 626 extern void outsw (unsigned long port, const void *src, unsigned long count); 633 #define outsw outsw macro
|
| /arch/mips/include/asm/ |
| A D | io.h | 542 #define outsw outsw macro
|
| /arch/riscv/include/asm/ |
| A D | io.h | 119 #define outsw(addr, buffer, count) __outsw(PCI_IOBASE + (addr), buffer, count) macro
|
| /arch/m68k/include/asm/ |
| 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
|
| /arch/alpha/kernel/ |
| A D | io.c | 439 void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function 445 EXPORT_SYMBOL(outsw);
|
| /arch/powerpc/platforms/powernv/ |
| A D | opal-lpc.c | 175 .outsw = opal_lpc_outsw,
|
| /arch/arm/include/asm/ |
| A D | io.h | 248 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro
|
Completed in 38 milliseconds