| /linux/drivers/isdn/hardware/mISDN/ |
| H A D | iohelper.h | 36 insb(hw->ap.port + off, dp, size); \ 57 insb(hw->ap.port, dp, size); \
|
| H A D | w6692.c | 264 insb(card->addr + W_D_RFIFO, ptr, count); in W6692_empty_Dfifo() 475 insb(wch->addr + W_B_RFIFO, ptr, count); in W6692_empty_Bfifo()
|
| H A D | avmfritz.c | 196 insb(fc->addr + CHIP_WINDOW, data, size); in ReadFiFoISAC_V1()
|
| H A D | netjet.c | 162 insb(card->base + NJ_ISAC_OFF, data, size); in ReadFiFoISAC_nj()
|
| /linux/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);
|
| /linux/arch/sh/include/asm/ |
| H A D | io_noioport.h | 49 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() function
|
| /linux/drivers/iio/adc/ |
| H A D | ad7606_par.c | 159 insb((unsigned long)st->base_address, _buf, 2); in ad7606_par8_read_block() 167 insb((unsigned long)st->base_address, _buf, num * 2); in ad7606_par8_read_block()
|
| /linux/arch/alpha/include/asm/ |
| H A D | io.h | 622 extern void insb (unsigned long port, void *dst, unsigned long count); 629 #define insb insb macro
|
| /linux/drivers/scsi/pcmcia/ |
| H A D | nsp_io.h | 72 insb(BaseAddr + Register, buf, count); in nsp_multi_read_1()
|
| /linux/arch/riscv/include/asm/ |
| H A D | io.h | 108 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) macro
|
| /linux/arch/alpha/kernel/ |
| H A D | io.c | 305 void insb(unsigned long port, void *dst, unsigned long count) in insb() function 311 EXPORT_SYMBOL(insb);
|
| /linux/arch/m68k/include/asm/ |
| H 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/drivers/net/arcnet/ |
| H A D | arcdevice.h | 392 insb((addr) + BUS_ALIGN * (offset), buffer, count)
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-lpc.c | 171 .insb = opal_lpc_insb,
|
| /linux/lib/ |
| H A D | iomap.c | 362 IO_COND(addr, insb(port,dst,count), mmio_insb(addr, dst, count)); in ioread8_rep()
|
| /linux/arch/parisc/lib/ |
| H A D | iomap.c | 108 insb(ADDR2PORT(addr), dst, count); in ioport_read8r()
|
| /linux/drivers/scsi/ |
| H A D | g_NCR5380.c | 549 insb(hostdata->io_port + hostdata->c400_host_buf, in generic_NCR5380_precv()
|
| H A D | imm.c | 436 insb(ppb + 4, buffer, len); in imm_in()
|
| /linux/drivers/parport/ |
| H A D | parport_pc.c | 287 insb(EPPDATA(port), buf, 16); in parport_pc_epp_read_data() 318 insb(EPPDATA(port), buf, length); in parport_pc_epp_read_data() 378 insb(EPPADDR(port), buf, length); in parport_pc_epp_read_addr()
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc9194.c | 1197 insb( ioaddr + DATA_1, data + (packet_length & 0xFFFFFC), in smc_rcv()
|