Searched defs:readsl (Results 1 - 4 of 4) sorted by last modified time

/u-boot/include/asm-generic/
H A Dio.h221 #define readsl readsl macro
222 static inline void readsl(const volatile void __iomem *addr, void *buffer, function
/u-boot/arch/riscv/include/asm/
H A Dio.h253 static inline void readsl(const volatile void __iomem *addr, void *data, function
319 #define readsl readsl macro
/u-boot/arch/mips/include/asm/
H A Dio.h470 #define readsl readsl macro
/u-boot/arch/arm/include/asm/
H A Dio.h288 #define readsl(a, d, s) __raw_readsl((unsigned long)a, d, s) macro

Completed in 67 milliseconds