Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/mach-generic/
A Dspaces.h37 #ifndef UNCAC_BASE
38 #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))
/linux/arch/mips/include/asm/sn/sn0/
A Daddrs.h170 #define IP27PROM_BASE_MAPPED (UNCAC_BASE | 0x1fc00000)
201 #define IO6PROM_BASE_MAPPED (UNCAC_BASE | 0x11c00000)
/linux/arch/mips/include/asm/mach-cavium-octeon/
A Dspaces.h16 #define UNCAC_BASE _AC(0x8000000000000000, UL) macro
/linux/arch/mips/include/asm/mach-ip27/
A Dspaces.h24 #define UNCAC_BASE _AC(0x9600000000000000, UL) macro
/linux/arch/mips/mm/
A Dioremap64.c9 u64 base = (flags == _CACHE_UNCACHED ? IO_BASE : UNCAC_BASE); in ioremap_prot()
A Ddma-noncoherent.c54 return (void *)(__pa(addr) + UNCAC_BASE); in arch_dma_set_uncached()
/linux/arch/mips/include/asm/sn/
A Daddrs.h64 #define NODE_UNCAC_BASE(_n) (UNCAC_BASE + NODE_OFFSET(_n))
369 TO_UNCAC((NODE_OFFSET(_nasid) + (_off)) | UNCAC_BASE)
/linux/arch/mips/kernel/
A Dcps-vec.S89 PTR_LI \dest, UNCAC_BASE
373 PTR_LI t2, UNCAC_BASE
A Dsetup.c689 if (UNCAC_BASE != IO_BASE) in resource_init()
/linux/arch/mips/jazz/
A Djazzdma.c510 return (void *)(UNCAC_BASE + __pa(ret)); in jazz_dma_alloc()

Completed in 12 milliseconds