Home
last modified time | relevance | path

Searched defs:insl (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dio.h121 #define insl(a,b,l) io_insl(a,b,l) macro
/rk3399_rockchip-uboot/arch/nios2/include/asm/
H A Dio.h92 static inline void insl (unsigned long port, void *dst, unsigned long count) in insl() function
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dio.h47 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) macro
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dio.h51 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) macro
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dio.h98 #define insl(p, d, l) __raw_readsl(p, d, l) macro
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dio.h266 #define insl(p, d, l) readsl(__io(p), d, l) macro
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dio.h241 #define insl(p,d,l) __raw_readsl(__io(p),d,l) macro