Home
last modified time | relevance | path

Searched refs:CAC_BASE (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/mips/include/asm/mach-generic/
H A Dspaces.h22 #define CAC_BASE _AC(0x40000000, UL) macro
24 #define CAC_BASE _AC(0x80000000, UL) macro
52 #ifndef CAC_BASE
54 #define CAC_BASE _AC(0x9800000000000000, UL) macro
56 #define CAC_BASE _AC(0xa800000000000000, UL) macro
82 #define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK))
91 #define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET)
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Daddrspace.h163 #define PHYS_TO_K0(x) (_ACAST64_ (x) | CAC_BASE)