Home
last modified time | relevance | path

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

123

/openbmc/linux/arch/ia64/include/asm/
H A Dio.h187 #define insb insb macro
188 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() function
/openbmc/linux/arch/parisc/include/asm/
H A Dio.h212 extern void insb (unsigned long port, void *dst, unsigned long count);
218 #define insb insb macro
/openbmc/linux/arch/hexagon/include/asm/
H A Dio.h251 static inline void insb(unsigned long port, void *buffer, int count) in insb() function
331 #define insb insb macro
/openbmc/linux/include/linux/
H A Dlogic_pio.h81 #ifndef insb
82 #define insb logic_insb macro
/openbmc/linux/drivers/iio/adc/
H A Dad7606_par.c73 insb((unsigned long)st->base_address, _buf, 2); in ad7606_par8_read_block()
81 insb((unsigned long)st->base_address, _buf, num * 2); in ad7606_par8_read_block()
/openbmc/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()
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Diohelper.h36 insb(hw->ap.port + off, dp, size); \
57 insb(hw->ap.port, dp, size); \
/openbmc/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);
/openbmc/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
/openbmc/linux/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) in insb() function
743 insb(addr, buffer, count); in insb_p()
/openbmc/qemu/pc-bios/optionrom/
H A Doptrom_fw_cfg.h44 insb(BIOS_CFG_IOPORT_DATA, buf, len); in bios_cfg_read_entry_io()
H A Doptrom.h77 static inline void insb(uint16_t port, uint8_t *buf, uint32_t len) in insb() function
/openbmc/linux/arch/x86/include/asm/
H A Dio.h299 #define insb insb macro
/openbmc/linux/arch/parisc/lib/
H A Dio.c127 void insb (unsigned long port, void *dst, unsigned long count) in insb() function
484 EXPORT_SYMBOL(insb);
/openbmc/linux/sound/isa/gus/
H A Dgus_dram.c64 insb(GUSP(gus, DRAM), buffer, size1); in snd_gus_dram_peek()
/openbmc/linux/arch/alpha/include/asm/
H A Dio.h621 extern void insb (unsigned long port, void *dst, unsigned long count);
628 #define insb insb macro
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_io.h32 { insb((unsigned long)addr, buf, len); } in readsb()
/openbmc/u-boot/arch/sh/include/asm/
H A Dio.h96 #define insb(p, d, l) __raw_readsb(p, d, l) macro
110 #define insb_p(port, to, len) insb(port, to, len)
/openbmc/u-boot/include/
H A Dusbdevice.h81 #ifndef insb
82 #define insb(p,to,len) mmio_insb(p,to,len) macro
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dio.h73 void insb(unsigned long port, void *dst, unsigned long count);
/openbmc/linux/drivers/scsi/pcmcia/
H A Dnsp_io.h72 insb(BaseAddr + Register, buf, count); in nsp_multi_read_1()
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dio.h133 #define insb(a, b, l) io_insb(a, b, l) macro
/openbmc/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);
/openbmc/linux/arch/riscv/include/asm/
H A Dio.h104 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) macro

123