Searched refs:UNCACHE_BASE (Results 1 – 3 of 3) sorted by relevance
36 #ifndef UNCACHE_BASE37 #define UNCACHE_BASE CSR_DMW0_BASE macro56 #define TO_UNCACHE(x) (UNCACHE_BASE | ((x) & TO_PHYS_MASK))
39 #define XKPRANGE_UC_START UNCACHE_BASE
32 return (void __iomem *)(unsigned long)(UNCACHE_BASE + offset); in ioremap_prot()