/openbmc/linux/arch/ia64/include/asm/ |
H A D | io.h | 187 #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 D | io.h | 212 extern void insb (unsigned long port, void *dst, unsigned long count); 218 #define insb insb macro
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | io.h | 251 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 D | logic_pio.h | 81 #ifndef insb 82 #define insb logic_insb macro
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ad7606_par.c | 73 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 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()
|
/openbmc/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); \
|
/openbmc/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);
|
/openbmc/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
|
/openbmc/linux/include/asm-generic/ |
H A D | io.h | 688 #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 D | optrom_fw_cfg.h | 44 insb(BIOS_CFG_IOPORT_DATA, buf, len); in bios_cfg_read_entry_io()
|
H A D | optrom.h | 77 static inline void insb(uint16_t port, uint8_t *buf, uint32_t len) in insb() function
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | io.h | 299 #define insb insb macro
|
/openbmc/linux/arch/parisc/lib/ |
H A D | io.c | 127 void insb (unsigned long port, void *dst, unsigned long count) in insb() function 484 EXPORT_SYMBOL(insb);
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_dram.c | 64 insb(GUSP(gus, DRAM), buffer, size1); in snd_gus_dram_peek()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | io.h | 621 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 D | musb_io.h | 32 { insb((unsigned long)addr, buf, len); } in readsb()
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | io.h | 96 #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 D | usbdevice.h | 81 #ifndef insb 82 #define insb(p,to,len) mmio_insb(p,to,len) macro
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | io.h | 73 void insb(unsigned long port, void *dst, unsigned long count);
|
/openbmc/linux/drivers/scsi/pcmcia/ |
H A D | nsp_io.h | 72 insb(BaseAddr + Register, buf, count); in nsp_multi_read_1()
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | io.h | 133 #define insb(a, b, l) io_insb(a, b, l) macro
|
/openbmc/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);
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | io.h | 104 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) macro
|