Searched refs:insl (Results 1 - 11 of 11) sorted by relevance

/u-boot/arch/xtensa/include/asm/
H A Dio.h54 * insb/insw/insl/outsb/outsw/outsl, and the "pausing" versions
75 void insl(unsigned long port, void *dst, unsigned long count);
81 #define insl insl macro
/u-boot/include/asm-generic/
H A Dio.h341 #ifndef insl
342 #define insl insl macro
343 static inline void insl(unsigned long addr, void *buffer, unsigned int count) function
/u-boot/arch/nios2/include/asm/
H A Dio.h92 static inline void insl (unsigned long port, void *dst, unsigned long count) function
99 #define insl insl macro
/u-boot/arch/sh/include/asm/
H A Dio.h98 #define insl(p, d, l) __raw_readsl(p, d, l) macro
112 #define insl_p(port, to, len) insl(port, to, len)
/u-boot/arch/x86/include/asm/
H A Dio.h15 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing"
207 #define insl insl macro
/u-boot/arch/riscv/include/asm/
H A Dio.h219 #define insl(p, d, l) readsl(__io(p), d, l) macro
338 #define insl_p(port, to, len) insl(port, to, len)
/u-boot/arch/microblaze/include/asm/
H A Dio.h145 #define insl(a, b, l) io_insl(a, b, l) macro
/u-boot/arch/arm/include/asm/
H A Dio.h270 #define insl(p,d,l) __raw_readsl(__io(p),d,l) macro
285 #define insl_p(port,to,len) insl(port,to,len)
/u-boot/arch/mips/include/asm/
H A Dio.h479 #define insl insl macro
/u-boot/arch/m68k/include/asm/
H A Dio.h41 * The insw/outsw/insl/outsl macros don't do byte-swapping.
50 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) macro
/u-boot/arch/powerpc/include/asm/
H A Dio.h41 * The insw/outsw/insl/outsl macros don't do byte-swapping.
50 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) macro

Completed in 240 milliseconds