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

/u-boot/arch/xtensa/include/asm/
H A Dio.h54 * insb/insw/insl/outsb/outsw/outsl, and the "pausing" versions
73 void insb(unsigned long port, void *dst, unsigned long count);
79 #define insb insb macro
/u-boot/include/asm-generic/
H A Dio.h325 #ifndef insb
326 #define insb insb macro
327 static inline void insb(unsigned long addr, void *buffer, unsigned int count) function
/u-boot/arch/nios2/include/asm/
H A Dio.h82 static inline void insb (unsigned long port, void *dst, unsigned long count) function
97 #define insb insb macro
/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)
/u-boot/arch/x86/include/asm/
H A Dio.h15 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing"
205 #define insb insb macro
/u-boot/arch/riscv/include/asm/
H A Dio.h217 #define insb(p, d, l) readsb(__io(p), d, l) macro
336 #define insb_p(port, to, len) insb(port, to, len)
/u-boot/include/
H A Dusbdevice.h80 #ifndef insb
81 #define insb(p,to,len) mmio_insb(p,to,len) macro
/u-boot/arch/microblaze/include/asm/
H A Dio.h143 #define insb(a, b, l) io_insb(a, b, l) macro
/u-boot/arch/arm/include/asm/
H A Dio.h268 #define insb(p,d,l) __raw_readsb(__io(p),d,l) macro
283 #define insb_p(port,to,len) insb(port,to,len)
/u-boot/arch/mips/include/asm/
H A Dio.h477 #define insb insb macro
/u-boot/arch/m68k/include/asm/
H A Dio.h46 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) macro
/u-boot/arch/powerpc/include/asm/
H A Dio.h46 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) macro

Completed in 76 milliseconds