Searched refs:insb (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/arch/sh/include/asm/
H A Dio_noioport.h49 static inline void insb(unsigned long port, void *dst, unsigned long count) function
H A Dio.h262 #define insb insb macro
/linux-master/include/linux/
H A Dlogic_pio.h78 #ifndef insb
79 #define insb logic_insb macro
/linux-master/drivers/isdn/hardware/mISDN/
H A Diohelper.h36 insb(hw->ap.port + off, dp, size); \
57 insb(hw->ap.port, dp, size); \
/linux-master/sound/isa/gus/
H A Dgus_dram.c64 insb(GUSP(gus, DRAM), buffer, size1);
/linux-master/drivers/iio/adc/
H A Dad7606_par.c39 insb((unsigned long)st->base_address, buf, count * 2);
/linux-master/arch/parisc/include/asm/
H A Dio.h210 extern void insb (unsigned long port, void *dst, unsigned long count);
216 #define insb insb macro
/linux-master/arch/hexagon/include/asm/
H A Dio.h242 static inline void insb(unsigned long port, void *buffer, int count) function
322 #define insb insb macro
/linux-master/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);
/linux-master/arch/sparc/lib/
H A DPeeCeeI.c88 void insb(unsigned long __addr, void *dst, unsigned long count) function
114 EXPORT_SYMBOL(insb); variable
/linux-master/arch/x86/include/asm/
H A Dio.h8 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing"
299 #define insb insb macro
/linux-master/drivers/scsi/pcmcia/
H A Dnsp_io.h72 insb(BaseAddr + Register, buf, count);
/linux-master/arch/parisc/lib/
H A Dio.c127 void insb (unsigned long port, void *dst, unsigned long count) function
314 * Like insb but in the opposite direction.
484 EXPORT_SYMBOL(insb); variable
H A Diomap.c108 insb(ADDR2PORT(addr), dst, count);
/linux-master/arch/powerpc/include/asm/
H A Dio-defs.h43 DEF_PCI_AC_NORET(insb, (unsigned long p, void *b, unsigned long c),
/linux-master/include/asm-generic/
H A Dio.h688 #ifndef insb
689 #define insb insb macro
690 static inline void insb(unsigned long addr, void *buffer, unsigned int count) function
743 insb(addr, buffer, count);
/linux-master/arch/alpha/include/asm/
H A Dio.h620 extern void insb (unsigned long port, void *dst, unsigned long count);
627 #define insb insb macro
/linux-master/arch/alpha/kernel/
H A Dio.c305 void insb(unsigned long port, void *dst, unsigned long count) function
311 EXPORT_SYMBOL(insb); variable
387 * Like insb but in the opposite direction.
/linux-master/arch/mips/include/asm/
H A Dio.h550 #define insb insb macro
/linux-master/sound/drivers/opl4/
H A Dopl4_lib.c65 insb(opl4->pcm_port + 1, buf, size);
/linux-master/drivers/net/arcnet/
H A Darcdevice.h391 insb((addr) + BUS_ALIGN * (offset), buffer, count)
/linux-master/arch/riscv/include/asm/
H A Dio.h104 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) macro
/linux-master/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), (buf), (nr))) macro
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c171 .insb = opal_lpc_insb,
/linux-master/lib/
H A Diomap.c362 IO_COND(addr, insb(port,dst,count), mmio_insb(addr, dst, count));

Completed in 1140 milliseconds

12