Home
last modified time | relevance | path

Searched refs:insb (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/isdn/hardware/mISDN/
H A Diohelper.h36 insb(hw->ap.port + off, dp, size); \
57 insb(hw->ap.port, dp, size); \
H A Dw6692.c264 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 Davmfritz.c196 insb(fc->addr + CHIP_WINDOW, data, size); in ReadFiFoISAC_V1()
H A Dnetjet.c162 insb(card->base + NJ_ISAC_OFF, data, size); in ReadFiFoISAC_nj()
/linux/arch/sparc/lib/
H A DPeeCeeI.c88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb() function
114 EXPORT_SYMBOL(insb);
/linux/arch/sh/include/asm/
H A Dio_noioport.h49 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() function
/linux/drivers/iio/adc/
H A Dad7606_par.c159 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 Dio.h622 extern void insb (unsigned long port, void *dst, unsigned long count);
629 #define insb insb macro
/linux/drivers/scsi/pcmcia/
H A Dnsp_io.h72 insb(BaseAddr + Register, buf, count); in nsp_multi_read_1()
/linux/arch/riscv/include/asm/
H A Dio.h108 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) macro
/linux/arch/alpha/kernel/
H A Dio.c305 void insb(unsigned long port, void *dst, unsigned long count) in insb() function
311 EXPORT_SYMBOL(insb);
/linux/arch/m68k/include/asm/
H A Dio_mm.h326 #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 Darcdevice.h392 insb((addr) + BUS_ALIGN * (offset), buffer, count)
/linux/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c171 .insb = opal_lpc_insb,
/linux/lib/
H A Diomap.c362 IO_COND(addr, insb(port,dst,count), mmio_insb(addr, dst, count)); in ioread8_rep()
/linux/arch/parisc/lib/
H A Diomap.c108 insb(ADDR2PORT(addr), dst, count); in ioport_read8r()
/linux/drivers/scsi/
H A Dg_NCR5380.c549 insb(hostdata->io_port + hostdata->c400_host_buf, in generic_NCR5380_precv()
H A Dimm.c436 insb(ppb + 4, buffer, len); in imm_in()
/linux/drivers/parport/
H A Dparport_pc.c287 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 Dsmc9194.c1197 insb( ioaddr + DATA_1, data + (packet_length & 0xFFFFFC), in smc_rcv()