Home
last modified time | relevance | path

Searched defs:outsw (Results 1 – 9 of 9) sorted by relevance

/linux/arch/sparc/lib/
H A DPeeCeeI.c23 void outsw(unsigned long __addr, const void *src, unsigned long count) in outsw() function
/linux/arch/sh/include/asm/
H A Dio_noioport.h69 static inline void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function
H A Dio.h266 #define outsw outsw macro
/linux/arch/riscv/include/asm/
H A Dio.h119 #define outsw(addr, buffer, count) __outsw(PCI_IOBASE + (addr), buffer, count) macro
/linux/arch/m68k/include/asm/
H A Dio_mm.h330 #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 Dio.c439 void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function
/linux/arch/arm/include/asm/
H A Dio.h248 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro
/linux/arch/sparc/include/asm/
H A Dio_64.h244 #define outsw outsw macro
/linux/arch/alpha/include/asm/
H A Dio.h626 #define outsw outsw macro