Searched defs:outsw (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/sparc/lib/
H A DPeeCeeI.c23 void outsw(unsigned long __addr, const void *src, unsigned long count) function
32 EXPORT_SYMBOL(outsw); variable
/linux-master/arch/parisc/lib/
H A Dio.c337 void outsw (unsigned long port, const void *src, unsigned long count) function
488 EXPORT_SYMBOL(outsw); variable
/linux-master/arch/sh/include/asm/
H A Dio_noioport.h69 static inline void outsw(unsigned long port, const void *src, unsigned long count) function
H A Dio.h266 #define outsw outsw macro
/linux-master/arch/riscv/include/asm/
H A Dio.h119 #define outsw(addr, buffer, count) __outsw(PCI_IOBASE + (addr), buffer, count) macro
/linux-master/include/linux/
H A Dlogic_pio.h95 #define outsw logic_outsw macro
/linux-master/arch/hexagon/include/asm/
H A Dio.h285 static inline void outsw(unsigned long port, const void *buffer, int count) function
326 #define outsw outsw macro
/linux-master/arch/alpha/kernel/
H A Dio.c439 void outsw(unsigned long port, const void *src, unsigned long count) function
445 EXPORT_SYMBOL(outsw); variable
/linux-master/arch/parisc/include/asm/
H A Dio.h220 #define outsw outsw macro
/linux-master/arch/arm/include/asm/
H A Dio.h248 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro
/linux-master/arch/x86/include/asm/
H A Dio.h307 #define outsw outsw macro
/linux-master/arch/alpha/include/asm/
H A Dio.h631 #define outsw outsw macro
/linux-master/arch/sparc/include/asm/
H A Dio_64.h244 #define outsw outsw macro
/linux-master/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), (buf), (nr))) macro
/linux-master/arch/mips/include/asm/
H A Dio.h558 #define outsw outsw macro
/linux-master/include/asm-generic/
H A Dio.h722 #define outsw outsw macro
723 static inline void outsw(unsigned long addr, const void *buffer, function
/linux-master/arch/powerpc/include/asm/
H A Dio.h702 #define outsw outsw macro

Completed in 598 milliseconds