| /OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/include/mach/ |
| H A D | io.h | 62 #define insb insb macro 63 extern void insb(unsigned int port, void *buf, int sz);
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | io.h | 199 #define insb insb macro 200 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | logic_pio.h | 81 #ifndef insb 82 #define insb logic_insb macro
|
| /OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/ |
| H A D | iohelper.h | 36 insb(hw->ap.port + off, dp, size); \ 57 insb(hw->ap.port, dp, size); \
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | io.h | 605 #ifndef insb 606 #define insb insb macro 607 static inline void insb(unsigned long addr, void *buffer, unsigned int count) in insb() function 660 insb(addr, buffer, count); in insb_p()
|
| /OK3568_Linux_fs/kernel/arch/sparc/lib/ |
| H A D | PeeCeeI.c | 88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb() function 114 EXPORT_SYMBOL(insb);
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/ |
| H A D | io.h | 308 #define insb insb macro 309 static inline void insb(u32 io_addr, void *p, u32 count) in insb() function 379 insb(port & PIO_MASK, vaddr, count); in ioread8_rep()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/ |
| H A D | io.c | 364 void insb(unsigned int port, void *from, int len) in insb() function 380 EXPORT_SYMBOL(insb);
|
| /OK3568_Linux_fs/kernel/arch/parisc/lib/ |
| H A D | io.c | 127 void insb (unsigned long port, void *dst, unsigned long count) in insb() function 484 EXPORT_SYMBOL(insb);
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | io.h | 344 #define insb insb macro
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | io_noioport.h | 56 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() function
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/include/mach/ |
| H A D | io-s3c24xx.h | 36 #define insb(p,d,l) readsb(S3C24XX_VA_ISA_BYTE + (p),d,l) macro
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | ad7606_par.c | 38 insb((unsigned long)st->base_address, buf, count * 2); in ad7606_par8_read_block()
|
| /OK3568_Linux_fs/kernel/sound/isa/gus/ |
| H A D | gus_dram.c | 64 insb(GUSP(gus, DRAM), buffer, size1); in snd_gus_dram_peek()
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | io.h | 96 #define insb(p, d, l) __raw_readsb(p, d, l) macro 110 #define insb_p(port, to, len) insb(port, to, len)
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | io_64.h | 242 void insb(unsigned long, void *, unsigned long); 248 insb((unsigned long __force)port, buf, count); in readsb()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 33 { insb((unsigned long)addr, buf, len); } in readsb()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usbdevice.h | 82 #ifndef insb 83 #define insb(p,to,len) mmio_insb(p,to,len) macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | io.c | 288 void insb(unsigned long port, void *dst, unsigned long count) in insb() function 294 EXPORT_SYMBOL(insb);
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | io.h | 74 void insb(unsigned long port, void *dst, unsigned long count);
|
| /OK3568_Linux_fs/kernel/drivers/scsi/pcmcia/ |
| H A D | nsp_io.h | 72 insb(BaseAddr + Register, buf, count); in nsp_multi_read_1()
|
| /OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/ |
| H A D | io.h | 119 #define insb(a,b,l) io_insb(a,b,l) macro
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 264 #define insb(p, d, l) readsb(__io(p), d, l) macro 342 #define insb_p(port, to, len) insb(port, to, len)
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | io_mm.h | 328 #define insb isa_insb macro 361 #define insb(port, buf, nr) ((port) < 1024 ? isa_rom_insb((port), (buf), (nr)) : isa_insb((port), (… macro
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | io.h | 249 static inline void insb(unsigned long port, void *buffer, int count) in insb() function
|