Home
last modified time | relevance | path

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

12

/linux/arch/sparc/include/asm/
H A Dio_64.h246 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/
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()
/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/drivers/iio/adc/
H A Dad7606_par.c148 insb((unsigned long)st->base_address, _buf, 2); in ad7606_par8_read_block()
156 insb((unsigned long)st->base_address, _buf, num * 2); in ad7606_par8_read_block()
/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
H A Dio.h262 #define insb insb macro
/linux/arch/alpha/include/asm/
H A Dio.h615 extern void insb (unsigned long port, void *dst, unsigned long count);
622 #define insb insb macro
/linux/sound/isa/gus/
H A Dgus_dram.c64 insb(GUSP(gus, DRAM), buffer, size1); in snd_gus_dram_peek()
/linux/drivers/scsi/pcmcia/
H A Dnsp_io.h72 insb(BaseAddr + Register, buf, count); in nsp_multi_read_1()
/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/arch/riscv/include/asm/
H A Dio.h104 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) macro
/linux/arch/powerpc/include/asm/
H A Dio-defs.h43 DEF_PCI_AC_NORET(insb, (unsigned long p, void *b, unsigned long c),
/linux/drivers/net/arcnet/
H A Darcdevice.h392 insb((addr) + BUS_ALIGN * (offset), buffer, count)
/linux/sound/drivers/opl4/
H A Dopl4_lib.c65 insb(opl4->pcm_port + 1, buf, size); in snd_opl4_read_memory()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c171 .insb = opal_lpc_insb,
/linux/arch/arm/include/asm/
H A Dio.h251 #define insb(p,d,l) __raw_readsb(__io(p),d,l) macro
/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 Dppa.c365 insb(ppb + 4, buffer, len); in ppa_in()
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()

12