Home
last modified time | relevance | path

Searched defs:insw (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/arch/hexagon/include/asm/
Dio.h253 static inline void insw(unsigned long port, void *buffer, int count) in insw() function
323 #define insw insw macro
/linux-6.12.1/arch/sh/include/asm/
Dio_noioport.h54 static inline void insw(unsigned long port, void *dst, unsigned long count) in insw() function
Dio.h263 #define insw insw macro
/linux-6.12.1/arch/sparc/lib/
DPeeCeeI.c116 void insw(unsigned long __addr, void *dst, unsigned long count) in insw() function
/linux-6.12.1/include/linux/
Dlogic_pio.h83 #define insw logic_insw macro
/linux-6.12.1/arch/parisc/lib/
Dio.c167 void insw (unsigned long port, void *dst, unsigned long count) in insw() function
/linux-6.12.1/arch/riscv/include/asm/
Dio.h105 #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), buffer, count) macro
/linux-6.12.1/arch/x86/include/asm/
Dio.h318 #define insw insw macro
/linux-6.12.1/arch/m68k/include/asm/
Dio_mm.h327 #define insw isa_insw macro
360 #define insw(port, buf, nr) ((port) < 1024 ? isa_rom_insw((port), (buf), (nr)) : isa_insw((port), (… macro
/linux-6.12.1/arch/parisc/include/asm/
Dio.h217 #define insw insw macro
/linux-6.12.1/arch/mips/include/asm/
Dio.h551 #define insw insw macro
/linux-6.12.1/arch/alpha/kernel/
Dio.c345 void insw(unsigned long port, void *dst, unsigned long count) in insw() function
/linux-6.12.1/include/asm-generic/
Dio.h698 #define insw insw macro
699 static inline void insw(unsigned long addr, void *buffer, unsigned int count) in insw() function
/linux-6.12.1/arch/arm/include/asm/
Dio.h252 #define insw(p,d,l) __raw_readsw(__io(p),d,l) macro
/linux-6.12.1/arch/sparc/include/asm/
Dio_64.h250 #define insw insw macro
/linux-6.12.1/arch/alpha/include/asm/
Dio.h624 #define insw insw macro
/linux-6.12.1/arch/powerpc/include/asm/
Dio.h699 #define insw insw macro