/arch/blackfin/include/asm/ |
D | io.h | 30 extern void insb(unsigned long port, void *addr, unsigned long count); 35 #define insb insb macro
|
/arch/arm/mach-ebsa110/include/mach/ |
D | io.h | 65 #define insb insb macro 66 extern void insb(unsigned int port, void *buf, int sz);
|
/arch/mn10300/include/asm/ |
D | io.h | 125 static inline void insb(unsigned long addr, void *buffer, int count) in insb() function 206 insb((unsigned long) (p), (dst), (count)) 220 insb((unsigned long) (p), (dst), (count))
|
/arch/m32r/include/asm/ |
D | io.h | 145 #define insb _insb macro 179 #define ioread8_rep(p, dst, count) insb((unsigned long)(p), (dst), (count))
|
/arch/sh/include/asm/ |
D | io_noioport.h | 56 #define insb(a, b, c) BUG() macro
|
/arch/sparc/lib/ |
D | PeeCeeI.c | 88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb() function 114 EXPORT_SYMBOL(insb);
|
/arch/blackfin/kernel/ |
D | bfin_ksyms.c | 76 EXPORT_SYMBOL(insb);
|
/arch/tile/include/asm/ |
D | io.h | 322 static inline void insb(unsigned long addr, void *buffer, int count) in insb() function 448 static inline void insb(unsigned long addr, void *buffer, int count) in insb() function 493 insb((unsigned long) (p), (dst), (count))
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 311 #define insb insb macro 312 static inline void insb(u32 io_addr, void *p, u32 count) in insb() function 382 insb(port & PIO_MASK, vaddr, count); in ioread8_rep()
|
/arch/x86/include/asm/ |
D | io.h | 319 #define insb insb macro
|
/arch/m68k/include/asm/ |
D | io_mm.h | 115 #define insb mcf_pci_insb macro 371 #define insb isa_insb macro 404 #define insb(port, buf, nr) ((port) < 1024 ? isa_rom_insb((port), (buf), (nr)) : isa_insb((port), (… macro 435 #define insb(port,buf,nr) ((void)0) macro
|
D | io_no.h | 134 #define insb(a,b,l) io_insb(a,b,l) macro
|
/arch/parisc/lib/ |
D | io.c | 127 void insb (unsigned long port, void *dst, unsigned long count) in insb() function 484 EXPORT_SYMBOL(insb);
|
D | iomap.c | 100 insb(ADDR2PORT(addr), dst, count); in ioport_read8r()
|
/arch/arm/mach-ebsa110/ |
D | io.c | 364 void insb(unsigned int port, void *from, int len) in insb() function 380 EXPORT_SYMBOL(insb);
|
/arch/sparc/include/asm/ |
D | io_64.h | 242 void insb(unsigned long, void *, unsigned long); 248 insb((unsigned long __force)port, buf, count); in ioread8_rep()
|
/arch/alpha/kernel/ |
D | io.c | 242 void insb(unsigned long port, void *dst, unsigned long count) in insb() function 248 EXPORT_SYMBOL(insb);
|
/arch/powerpc/include/asm/ |
D | io-defs.h | 43 DEF_PCI_AC_NORET(insb, (unsigned long p, void *b, unsigned long c),
|
/arch/arm/mach-s3c24xx/include/mach/ |
D | io.h | 204 #define insb(p,d,l) __raw_readsb(__ioaddr(p),d,l) macro
|
/arch/hexagon/include/asm/ |
D | io.h | 276 static inline void insb(unsigned long port, void *buffer, int count) in insb() function
|
/arch/parisc/include/asm/ |
D | io.h | 296 extern void insb (unsigned long port, void *dst, unsigned long count);
|
/arch/powerpc/platforms/powernv/ |
D | opal-lpc.c | 175 .insb = opal_lpc_insb,
|
/arch/ia64/include/asm/ |
D | io.h | 302 #define insb(p,d,c) __insb(p,d,c) macro
|
/arch/frv/include/asm/ |
D | io.h | 198 #define insb(a,b,l) io_insb(a,b,l) macro
|
/arch/arm/include/asm/ |
D | io.h | 273 #define insb(p,d,l) __raw_readsb(__io(p),d,l) macro
|