/linux/arch/sparc/include/asm/ |
H 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/ |
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()
|
/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 | 148 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 D | io_noioport.h | 49 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() function
|
H A D | io.h | 262 #define insb insb macro
|
/linux/arch/alpha/include/asm/ |
H A D | io.h | 615 extern void insb (unsigned long port, void *dst, unsigned long count); 622 #define insb insb macro
|
/linux/sound/isa/gus/ |
H A D | gus_dram.c | 64 insb(GUSP(gus, DRAM), buffer, size1); in snd_gus_dram_peek()
|
/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 | 104 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) macro
|
/linux/arch/powerpc/include/asm/ |
H A D | io-defs.h | 43 DEF_PCI_AC_NORET(insb, (unsigned long p, void *b, unsigned long c),
|
/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 | 65 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/arch/arm/include/asm/ |
H A D | io.h | 251 #define insb(p,d,l) __raw_readsb(__io(p),d,l) macro
|
/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()
|
/linux/drivers/net/ethernet/smsc/ |
H A D | smc9194.c | 1197 insb( ioaddr + DATA_1, data + (packet_length & 0xFFFFFC), in smc_rcv()
|