Searched defs:outsw (Results 1 – 9 of 9) sorted by relevance
/linux/arch/sparc/lib/ |
H A D | PeeCeeI.c | 23 void outsw(unsigned long __addr, const void *src, unsigned long count) in outsw() function
|
/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
|
/linux/arch/riscv/include/asm/ |
H A D | io.h | 119 #define outsw(addr, buffer, count) __outsw(PCI_IOBASE + (addr), buffer, count) macro
|
/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
|
/linux/arch/alpha/kernel/ |
H A D | io.c | 439 void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function
|
/linux/arch/arm/include/asm/ |
H A D | io.h | 248 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro
|
/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 244 #define outsw outsw macro
|
/linux/arch/alpha/include/asm/ |
H A D | io.h | 626 #define outsw outsw macro
|