Home
last modified time | relevance | path

Searched refs:insw (Results 1 – 25 of 32) sorted by relevance

12

/arch/blackfin/include/asm/
Dio.h45 extern void insw(unsigned long port, void *addr, unsigned long count);
50 #define insw insw macro
/arch/mips/include/asm/mach-generic/
Dide.h63 insw(port, addr, count); in __ide_insw()
127 #undef insw
131 #define insw(port, addr, count) __ide_insw(port, addr, count) macro
/arch/parisc/include/asm/
Dide.h18 #define __ide_insw insw
/arch/mn10300/include/asm/
Dio.h132 static inline void insw(unsigned long addr, void *buffer, int count) in insw() function
199 insw((unsigned long) (p), (dst), (count))
213 insw((unsigned long) (p), (dst), (count))
/arch/xtensa/kernel/
Dxtensa_ksyms.c123 EXPORT_SYMBOL(insw);
/arch/sh/include/asm/
Dio_noioport.h56 #define insw(a, b, c) BUG() macro
/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h34 #define SMC_insw(a, r, p, l) insw((unsigned long) ((a) + (r)), (p), (l))
/arch/sparc/lib/
DPeeCeeI.c115 void insw(unsigned long __addr, void *dst, unsigned long count) in insw() function
141 EXPORT_SYMBOL(insw);
/arch/blackfin/kernel/
Dbfin_ksyms.c79 EXPORT_SYMBOL(insw);
/arch/tile/include/asm/
Dio.h328 static inline void insw(unsigned long addr, void *buffer, int count) in insw() function
449 static inline void insw(unsigned long addr, void *buffer, int count) in insw() function
491 insw((unsigned long) (p), (dst), (count))
/arch/m68k/include/asm/
Dio_mm.h113 #define insw mcf_pci_insw macro
369 #define insw isa_insw macro
402 #define insw(port, buf, nr) ((port) < 1024 ? isa_rom_insw((port), (buf), (nr)) : isa_insw((port), (… macro
433 #define insw(port,buf,nr) ((void)0) macro
Dio_no.h136 #define insw(a,b,l) io_insw(a,b,l) macro
/arch/arm/mach-ebsa110/
Dio.c396 void insw(unsigned int port, void *from, int len) in insw() function
412 EXPORT_SYMBOL(insw);
/arch/parisc/lib/
Dio.c166 void insw (unsigned long port, void *dst, unsigned long count) in insw() function
484 EXPORT_SYMBOL(insw);
/arch/arm/mach-ebsa110/include/mach/
Dio.h66 extern void insw(unsigned int port, void *buf, int sz);
/arch/arm64/include/asm/
Dio.h188 static inline void insw(unsigned long addr, void *buffer, int count) in insw() function
224 #define insw_p(port,to,len) insw(port,to,len)
/arch/m32r/include/asm/
Dio.h142 #define insw _insw macro
/arch/sparc/include/asm/
Dio_64.h235 void insw(unsigned long, void *, unsigned long);
244 insw((unsigned long __force)port, buf, count); in ioread16_rep()
/arch/alpha/kernel/
Dio.c281 void insw(unsigned long port, void *dst, unsigned long count) in insw() function
287 EXPORT_SYMBOL(insw);
/arch/arm/mach-s3c24xx/include/mach/
Dio.h204 #define insw(p,d,l) __raw_readsw(__ioaddr(p),d,l) macro
/arch/cris/include/asm/
Dio.h135 #define insw(port,addr,count) (cris_iops ? cris_iops->read_io(port,addr,2,count) : 0) macro
/arch/hexagon/include/asm/
Dio.h281 static inline void insw(unsigned long port, void *buffer, int count) in insw() function
/arch/powerpc/include/asm/
Dio-defs.h44 DEF_PCI_AC_NORET(insw, (unsigned long p, void *b, unsigned long c),
/arch/arm/include/asm/
Dio.h266 #define insw(p,d,l) __raw_readsw(__io(p),d,l) macro
281 #define insw_p(port,to,len) insw(port,to,len)
/arch/arm/mach-ixp4xx/include/mach/
Dio.h298 static inline void insw(u32 io_addr, u16 *vaddr, u32 count) in insw() function
373 insw(port & PIO_MASK, vaddr, count); in ioread16_rep()

12