| /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/drivers/iio/adc/ |
| H A D | ad7606_par.c | 160 insb((unsigned long)st->base_address, _buf, 2); in ad7606_par8_read_block() 168 insb((unsigned long)st->base_address, _buf, num * 2); in ad7606_par8_read_block()
|
| /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/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/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/arch/riscv/include/asm/ |
| H A D | io.h | 108 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) macro
|
| /linux/drivers/net/arcnet/ |
| H A D | arcdevice.h | 392 insb((addr) + BUS_ALIGN * (offset), buffer, count)
|
| /linux/sound/drivers/opl4/ |
| H A D | opl4_lib.c | 64 insb(opl4->pcm_port + 1, buf, size); in snd_opl4_read_memory()
|
| /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 | ppa.c | 365 insb(ppb + 4, buffer, len); in ppa_in()
|
| 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()
|