Searched defs:insl (Results 1 – 8 of 8) sorted by relevance
/u-boot/arch/microblaze/include/asm/ |
A D | io.h | 145 #define insl(a, b, l) io_insl(a, b, l) macro
|
/u-boot/arch/nios2/include/asm/ |
A D | io.h | 92 static inline void insl (unsigned long port, void *dst, unsigned long count) in insl() function
|
/u-boot/arch/m68k/include/asm/ |
A D | io.h | 50 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) macro
|
/u-boot/arch/powerpc/include/asm/ |
A D | io.h | 50 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) macro
|
/u-boot/arch/sh/include/asm/ |
A D | io.h | 98 #define insl(p, d, l) __raw_readsl(p, d, l) macro
|
/u-boot/arch/nds32/include/asm/ |
A D | io.h | 257 #define insl(p, d, l) readsl(__io(p), d, l) macro
|
/u-boot/arch/riscv/include/asm/ |
A D | io.h | 244 #define insl(p, d, l) readsl(__io(p), d, l) macro
|
/u-boot/arch/arm/include/asm/ |
A D | io.h | 296 #define insl(p,d,l) __raw_readsl(__io(p),d,l) macro
|
Completed in 15 milliseconds