Searched defs:in_arch (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | io.h | 64 #define in_arch(type,endian,a) endian##_to_cpu(read##type(a)) macro 122 #define in_arch(type,endian,a) endian##_to_cpu(read##type(a)) macro
|
/openbmc/u-boot/arch/arc/include/asm/ |
H A D | io.h | 226 #define in_arch(type, endian, a) endian##_to_cpu(__raw_read##type(a)) macro
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | io.h | 122 #define in_arch(type,endian,a) endian##_to_cpu(__raw_read##type(a)) macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | io.h | 551 #define in_arch(type, endian, a) endian##_to_cpu(__raw_read##type(a)) macro
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | io.h | 83 #define in_arch(type, endian, a) endian##_to_cpu(__raw_read##type(a)) macro
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 158 #define in_arch(type, endian, a) endian##_to_cpu(__raw_read##type(a)) macro
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 145 #define in_arch(type, endian, a) endian##_to_cpu(__raw_read##type(a)) macro
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | io.h | 147 #define in_arch(type,endian,a) endian##_to_cpu(__raw_read##type(a)) macro
|