Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dio.h208 #define insw insw macro
209 static inline void insw(unsigned long port, void *dst, unsigned long count) in insw() function
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A DPeeCeeI.c116 void insw(unsigned long __addr, void *dst, unsigned long count) in insw() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dlogic_pio.h86 #define insw logic_insw macro
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/include/mach/
H A Dio-s3c24xx.h37 #define insw(p,d,l) readsw(S3C24XX_VA_ISA_WORD + (p),d,l) macro
/OK3568_Linux_fs/kernel/arch/parisc/lib/
H A Dio.c167 void insw (unsigned long port, void *dst, unsigned long count) in insw() function
/OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/include/mach/
H A Dio.h64 #define insw insw macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-generic/
H A Dide.h131 #define insw(port, addr, count) __ide_insw(port, addr, count) macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dio_noioport.h61 static inline void insw(unsigned long port, void *dst, unsigned long count) in insw() function
/OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/
H A Dio.c397 void insw(unsigned int port, void *from, int len) in insw() function
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dio.h118 #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), buffer, count) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dio.h345 #define insw insw macro
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h328 #define insw insw macro
329 static inline void insw(u32 io_addr, void *p, u32 count) in insw() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dio_mm.h329 #define insw isa_insw macro
362 #define insw(port, buf, nr) ((port) < 1024 ? isa_rom_insw((port), (buf), (nr)) : isa_insw((port), (… macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dio.h260 static inline void insw(unsigned long port, void *buffer, int count) in insw() function
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dio.h114 #define insw(port, buf, ns) _insw((u16 *)port, buf, ns) macro
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dio.h120 #define insw(a,b,l) io_insw(a,b,l) macro
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dio.c328 void insw(unsigned long port, void *dst, unsigned long count) in insw() function
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dio.h614 #define insw insw macro
615 static inline void insw(unsigned long addr, void *buffer, unsigned int count) in insw() function
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Dio.h87 static inline void insw (unsigned long port, void *dst, unsigned long count) in insw() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dio.h269 #define insw(p,d,l) __raw_readsw(__io(p),d,l) macro
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dio.h49 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dio.h45 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) macro
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dio.h97 #define insw(p, d, l) __raw_readsw(p, d, l) macro
/OK3568_Linux_fs/u-boot/include/
H A Dusbdevice.h75 #define insw(p,to,len) mmio_insw(p,to,len) macro
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dio.h265 #define insw(p, d, l) readsw(__io(p), d, l) macro

12