Searched defs:UNCAC_BASE (Results 1 - 5 of 5) sorted by relevance

/arch/mips/include/asm/mach-cavium-octeon/
H A Dspaces.h16 #define UNCAC_BASE _AC(0x8000000000000000, UL) macro
/arch/mips/include/asm/mach-ar7/
H A Dspaces.h20 #define UNCAC_BASE _AC(0xb4000000, UL) /* 0xa0000000 + PHYS_OFFSET */ macro
21 #define IO_BASE UNCAC_BASE
/arch/mips/include/asm/mach-ip22/
H A Dspaces.h20 #define UNCAC_BASE 0xffffffffa0000000 macro
/arch/mips/include/asm/mach-ip27/
H A Dspaces.h21 #define UNCAC_BASE 0x9600000000000000 macro
/arch/mips/include/asm/mach-generic/
H A Dspaces.h31 #ifndef UNCAC_BASE
32 #define UNCAC_BASE _AC(0xa0000000, UL) macro
66 #ifndef UNCAC_BASE
67 #define UNCAC_BASE _AC(0x9000000000000000, UL) macro
85 #define TO_UNCAC(x) (UNCAC_BASE | ((x) & TO_PHYS_MASK))

Completed in 612 milliseconds