| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | io.h | 208 #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 D | PeeCeeI.c | 116 void insw(unsigned long __addr, void *dst, unsigned long count) in insw() function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | logic_pio.h | 86 #define insw logic_insw macro
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/include/mach/ |
| H A D | io-s3c24xx.h | 37 #define insw(p,d,l) readsw(S3C24XX_VA_ISA_WORD + (p),d,l) macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/lib/ |
| H A D | io.c | 167 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 D | io.h | 64 #define insw insw macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-generic/ |
| H A D | ide.h | 131 #define insw(port, addr, count) __ide_insw(port, addr, count) macro
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | io_noioport.h | 61 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 D | io.c | 397 void insw(unsigned int port, void *from, int len) in insw() function
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | io.h | 118 #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), buffer, count) macro
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | io.h | 345 #define insw insw macro
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/ |
| H A D | io.h | 328 #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 D | io_mm.h | 329 #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 D | io.h | 260 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 D | io.h | 114 #define insw(port, buf, ns) _insw((u16 *)port, buf, ns) macro
|
| /OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/ |
| H A D | io.h | 120 #define insw(a,b,l) io_insw(a,b,l) macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | io.c | 328 void insw(unsigned long port, void *dst, unsigned long count) in insw() function
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | io.h | 614 #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 D | io.h | 87 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 D | io.h | 269 #define insw(p,d,l) __raw_readsw(__io(p),d,l) macro
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | io.h | 49 #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 D | io.h | 45 #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 D | io.h | 97 #define insw(p, d, l) __raw_readsw(p, d, l) macro
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usbdevice.h | 75 #define insw(p,to,len) mmio_insw(p,to,len) macro
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 265 #define insw(p, d, l) readsw(__io(p), d, l) macro
|