Searched refs:_AC (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/arch/mips/include/asm/mach-generic/ |
| H A D | spaces.h | 17 #define PHYS_OFFSET _AC(0, UL) 22 #define CAC_BASE _AC(0x40000000, UL) 24 #define CAC_BASE _AC(0x80000000, UL) 27 #define IO_BASE _AC(0xa0000000, UL) 30 #define UNCAC_BASE _AC(0xa0000000, UL) 35 #define MAP_BASE _AC(0x60000000, UL) 37 #define MAP_BASE _AC(0xc0000000, UL) 45 #define HIGHMEM_START _AC(0x20000000, UL) 54 #define CAC_BASE _AC(0x9800000000000000, UL) 56 #define CAC_BASE _AC(0xa800000000000000, UL) [all …]
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | const.h | 25 #define _BITUL(x) (_AC(1,UL) << (x)) 26 #define _BITULL(x) (_AC(1,ULL) << (x))
|
| /rk3399_rockchip-uboot/include/ |
| H A D | common.h | 19 #define _AC(X, Y) (X##Y) macro 753 #define _AC(X, Y) X macro 760 #define UL(x) _AC(x, UL)
|