Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/include/asm/mach-generic/
Dspaces.h21 #define CAC_BASE _AC(0x40000000, UL) macro
23 #define CAC_BASE _AC(0x80000000, UL) macro
51 #ifndef CAC_BASE
53 #define CAC_BASE _AC(0x9800000000000000, UL) macro
55 #define CAC_BASE _AC(0xa800000000000000, UL) macro
81 #define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK))
90 #define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET)
/external/u-boot/arch/mips/include/asm/
Daddrspace.h162 #define PHYS_TO_K0(x) (_ACAST64_ (x) | CAC_BASE)