Home
last modified time | relevance | path

Searched refs:UNCAC_BASE (Results 1 – 12 of 12) sorted by relevance

/arch/mips/include/asm/mach-generic/
Dspaces.h33 #ifndef UNCAC_BASE
34 #define UNCAC_BASE _AC(0xa0000000, UL) macro
64 #ifndef UNCAC_BASE
65 #define UNCAC_BASE _AC(0x9000000000000000, UL) macro
83 #define TO_UNCAC(x) (UNCAC_BASE | ((x) & TO_PHYS_MASK))
/arch/mips/include/asm/mach-ar7/
Dspaces.h20 #define UNCAC_BASE _AC(0xb4000000, UL) /* 0xa0000000 + PHYS_OFFSET */ macro
21 #define IO_BASE UNCAC_BASE
/arch/mips/include/asm/mach-ip22/
Dspaces.h20 #define UNCAC_BASE 0xffffffffa0000000 macro
/arch/mips/include/asm/mach-pic32/
Dspaces.h19 #define UNCAC_BASE _AC(0xa8000000, UL) macro
/arch/mips/include/asm/mach-cavium-octeon/
Dspaces.h16 #define UNCAC_BASE _AC(0x8000000000000000, UL) macro
/arch/mips/include/asm/mach-ip27/
Dspaces.h22 #define UNCAC_BASE 0x9600000000000000 macro
/arch/mips/include/asm/
Dpage.h255 #define UNCAC_ADDR(addr) ((addr) - PAGE_OFFSET + UNCAC_BASE)
256 #define CAC_ADDR(addr) ((addr) - UNCAC_BASE + PAGE_OFFSET)
Dio.h179 u64 base = UNCAC_BASE; in __ioremap_mode()
/arch/mips/include/asm/sn/sn0/
Daddrs.h175 #define IP27PROM_BASE_MAPPED (UNCAC_BASE | 0x1fc00000)
206 #define IO6PROM_BASE_MAPPED (UNCAC_BASE | 0x11c00000)
/arch/mips/include/asm/sn/
Daddrs.h69 #define NODE_UNCAC_BASE(_n) (UNCAC_BASE + NODE_OFFSET(_n))
416 TO_UNCAC((NODE_OFFSET(_nasid) + (_off)) | UNCAC_BASE)
/arch/mips/kernel/
Dcps-vec.S93 PTR_LI \dest, UNCAC_BASE
377 PTR_LI t2, UNCAC_BASE
Dsetup.c931 if (UNCAC_BASE != IO_BASE) in resource_init()