Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dlogic_pio.h78 #ifndef insb
79 #define insb logic_insb macro
/linux/arch/parisc/include/asm/
H A Dio.h203 extern void insb (unsigned long port, void *dst, unsigned long count);
209 #define insb insb macro
/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); \
/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/include/asm-generic/
H A Dio.h753 #ifndef insb
754 #define insb insb macro
756 static inline void insb(unsigned long addr, void *buffer, unsigned int count) in insb() function
761 void insb(unsigned long addr, void *buffer, unsigned int count)
838 insb(addr, buffer, count); in insb_p()
/linux/arch/parisc/lib/
H A Dio.c19 void insb (unsigned long port, void *dst, unsigned long count) in insb() function
376 EXPORT_SYMBOL(insb);
/linux/drivers/iio/adc/
H A Dad7606_par.c160 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 Dio_noioport.h49 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() function
H A Dio.h242 #define insb insb macro
/linux/arch/powerpc/include/asm/
H A Dio-defs.h10 DEF_PCI_AC_NORET(insb, (unsigned long p, void *b, unsigned long c), (p, b, c))
H A Dio.h680 #define insb insb macro
/linux/arch/x86/include/asm/
H A Dio.h315 #define insb insb macro
/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/sound/isa/gus/
H A Dgus_dram.c61 insb(GUSP(gus, DRAM), buffer, size1); in snd_gus_dram_peek()
/linux/arch/mips/include/asm/
H A Dio.h534 #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/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.h108 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) macro
/linux/drivers/net/arcnet/
H A Darcdevice.h392 insb((addr) + BUS_ALIGN * (offset), buffer, count)
/linux/sound/drivers/opl4/
H A Dopl4_lib.c64 insb(opl4->pcm_port + 1, buf, size); in snd_opl4_read_memory()
/linux/drivers/net/ethernet/8390/
H A Dne.c597 insb(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)); in ne_get_8390_hdr()
645 insb(NE_BASE + NE_DATAPORT, buf, count); in ne_block_input()
H A Dmcf8390.c133 #define ei_insb insb
/linux/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c171 .insb = opal_lpc_insb,

12