Searched refs:LINSYSCUSTOM_BASE (Results 1 – 2 of 2) sorted by relevance
43 if (phys_addr >= LINSYSCUSTOM_BASE && in __ioremap()44 phys_addr < (LINSYSCUSTOM_BASE + LINSYSCUSTOM_LIMIT)) in __ioremap()77 if ((__force unsigned long)addr >= LINSYSCUSTOM_BASE && in __iounmap()78 (__force unsigned long)addr < (LINSYSCUSTOM_BASE + in __iounmap()
35 #define LINSYSCUSTOM_BASE 0x02000000 macro