| /linux/include/linux/ |
| A D | logic_pio.h | 78 #ifndef insb 79 #define insb logic_insb macro
|
| /linux/arch/hexagon/include/asm/ |
| A D | io.h | 242 static inline void insb(unsigned long port, void *buffer, int count) in insb() function 322 #define insb insb macro
|
| /linux/arch/parisc/include/asm/ |
| A D | io.h | 210 extern void insb (unsigned long port, void *dst, unsigned long count); 216 #define insb insb macro
|
| /linux/drivers/iio/adc/ |
| A D | ad7606_par.c | 73 insb((unsigned long)st->base_address, _buf, 2); in ad7606_par8_read_block() 81 insb((unsigned long)st->base_address, _buf, num * 2); in ad7606_par8_read_block()
|
| /linux/arch/sparc/include/asm/ |
| A D | io_64.h | 246 void insb(unsigned long, void *, unsigned long); 249 #define insb insb macro 255 insb((unsigned long __force)port, buf, count); in readsb()
|
| /linux/drivers/isdn/hardware/mISDN/ |
| A D | iohelper.h | 36 insb(hw->ap.port + off, dp, size); \ 57 insb(hw->ap.port, dp, size); \
|
| /linux/arch/sparc/lib/ |
| A D | PeeCeeI.c | 88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb() function 114 EXPORT_SYMBOL(insb);
|
| /linux/arch/sh/include/asm/ |
| A D | io_noioport.h | 49 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() function
|
| A D | io.h | 262 #define insb insb macro
|
| /linux/include/asm-generic/ |
| A D | io.h | 689 #ifndef insb 690 #define insb insb macro 691 static inline void insb(unsigned long addr, void *buffer, unsigned int count) in insb() function 744 insb(addr, buffer, count); in insb_p()
|
| /linux/arch/x86/include/asm/ |
| A D | io.h | 317 #define insb insb macro
|
| /linux/arch/parisc/lib/ |
| A D | io.c | 127 void insb (unsigned long port, void *dst, unsigned long count) in insb() function 484 EXPORT_SYMBOL(insb);
|
| /linux/sound/isa/gus/ |
| A D | gus_dram.c | 64 insb(GUSP(gus, DRAM), buffer, size1); in snd_gus_dram_peek()
|
| /linux/arch/alpha/include/asm/ |
| A D | io.h | 616 extern void insb (unsigned long port, void *dst, unsigned long count); 623 #define insb insb macro
|
| /linux/arch/mips/include/asm/ |
| A D | io.h | 550 #define insb insb macro
|
| /linux/drivers/scsi/pcmcia/ |
| A D | nsp_io.h | 72 insb(BaseAddr + Register, buf, count); in nsp_multi_read_1()
|
| /linux/arch/riscv/include/asm/ |
| A D | io.h | 104 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) macro
|
| /linux/arch/powerpc/include/asm/ |
| A D | io-defs.h | 43 DEF_PCI_AC_NORET(insb, (unsigned long p, void *b, unsigned long c),
|
| /linux/arch/m68k/include/asm/ |
| A D | io_mm.h | 326 #define insb isa_insb macro 359 #define insb(port, buf, nr) ((port) < 1024 ? isa_rom_insb((port), (buf), (nr)) : isa_insb((port), (… macro
|
| /linux/arch/alpha/kernel/ |
| A D | io.c | 305 void insb(unsigned long port, void *dst, unsigned long count) in insb() function 311 EXPORT_SYMBOL(insb);
|
| /linux/sound/drivers/opl4/ |
| A D | opl4_lib.c | 65 insb(opl4->pcm_port + 1, buf, size); in snd_opl4_read_memory()
|
| /linux/drivers/net/arcnet/ |
| A D | arcdevice.h | 392 insb((addr) + BUS_ALIGN * (offset), buffer, count)
|
| /linux/arch/powerpc/platforms/powernv/ |
| A D | opal-lpc.c | 171 .insb = opal_lpc_insb,
|
| /linux/drivers/net/ethernet/8390/ |
| A D | ne.c | 597 insb(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)); in ne_get_8390_hdr() 645 insb(NE_BASE + NE_DATAPORT, buf, count); in ne_block_input()
|
| A D | mcf8390.c | 133 #define ei_insb insb
|