Home
last modified time | relevance | path

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

/arch/metag/mm/
Dioremap.c42 if (phys_addr >= LINSYSCUSTOM_BASE && in __ioremap()
43 phys_addr < (LINSYSCUSTOM_BASE + LINSYSCUSTOM_LIMIT)) in __ioremap()
76 if ((__force unsigned long)addr >= LINSYSCUSTOM_BASE && in __iounmap()
77 (__force unsigned long)addr < (LINSYSCUSTOM_BASE + in __iounmap()
/arch/metag/include/asm/
Dmetag_mem.h35 #define LINSYSCUSTOM_BASE 0x02000000 macro