Searched defs:in_arch (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | io.h | 60 #define in_arch(type,endian,a) endian##_to_cpu(read##type(a)) macro
|
| /rk3399_rockchip-uboot/arch/arc/include/asm/ |
| H A D | io.h | 251 #define in_arch(type, endian, a) endian##_to_cpu(__raw_read##type(a)) macro
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | io.h | 124 #define in_arch(type,endian,a) endian##_to_cpu(__raw_read##type(a)) macro
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | io.h | 167 #define in_arch(type, endian, a) endian##_to_cpu(__raw_read##type(a)) macro
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | io.h | 147 #define in_arch(type,endian,a) endian##_to_cpu(__raw_read##type(a)) macro
|