HomeSort by relevance Sort by last modified time
    Searched refs:CAC_BASE (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/mips/include/asm/mach-generic/
spaces.h 21 #define CAC_BASE _AC(0x40000000, UL)
23 #define CAC_BASE _AC(0x80000000, UL)
51 #ifndef CAC_BASE
53 #define CAC_BASE _AC(0x9800000000000000, UL)
55 #define CAC_BASE _AC(0xa800000000000000, UL)
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/
addrspace.h 162 #define PHYS_TO_K0(x) (_ACAST64_ (x) | CAC_BASE)

Completed in 208 milliseconds