Home
last modified time | relevance | path

Searched refs:UNCACHE_BASE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/loongarch/include/asm/
Daddrspace.h35 #ifndef UNCACHE_BASE
36 #define UNCACHE_BASE CSR_DMW0_BASE macro
51 #define TO_UNCACHE(x) (UNCACHE_BASE | ((x) & TO_PHYS_MASK))
Dio.h38 return (void __iomem *)(unsigned long)(UNCACHE_BASE + offset); in ioremap_prot()