Searched refs:LINSYSCUSTOM_BASE (Results 1 – 2 of 2) sorted by relevance
42 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()
35 #define LINSYSCUSTOM_BASE 0x02000000 macro