Searched refs:UNCAC_BASE (Results 1 – 10 of 10) sorted by relevance
37 #ifndef UNCAC_BASE38 #define UNCAC_BASE _AC(0xa0000000, UL) macro64 #ifndef UNCAC_BASE65 #define UNCAC_BASE _AC(0x9000000000000000, UL) macro83 #define TO_UNCAC(x) (UNCAC_BASE | ((x) & TO_PHYS_MASK))
170 #define IP27PROM_BASE_MAPPED (UNCAC_BASE | 0x1fc00000)201 #define IO6PROM_BASE_MAPPED (UNCAC_BASE | 0x11c00000)
16 #define UNCAC_BASE _AC(0x8000000000000000, UL) macro
24 #define UNCAC_BASE _AC(0x9600000000000000, UL) macro
9 u64 base = (flags == _CACHE_UNCACHED ? IO_BASE : UNCAC_BASE); in ioremap_prot()
54 return (void *)(__pa(addr) + UNCAC_BASE); in arch_dma_set_uncached()
64 #define NODE_UNCAC_BASE(_n) (UNCAC_BASE + NODE_OFFSET(_n))369 TO_UNCAC((NODE_OFFSET(_nasid) + (_off)) | UNCAC_BASE)
89 PTR_LI \dest, UNCAC_BASE373 PTR_LI t2, UNCAC_BASE
689 if (UNCAC_BASE != IO_BASE) in resource_init()
510 return (void *)(UNCAC_BASE + __pa(ret)); in jazz_dma_alloc()
Completed in 12 milliseconds