Searched refs:PMU_GLOBAL_BASE (Results 1 – 2 of 2) sorted by relevance
102 #define PMU_GLOBAL_BASE U(0xFFD80000) macro103 #define PMU_GLOBAL_CNTRL (PMU_GLOBAL_BASE + 0)104 #define PMU_GLOBAL_GEN_STORAGE6 (PMU_GLOBAL_BASE + U(0x48))105 #define PMU_GLOBAL_REQ_PWRUP_STATUS (PMU_GLOBAL_BASE + U(0x110))106 #define PMU_GLOBAL_REQ_PWRUP_EN (PMU_GLOBAL_BASE + U(0x118))107 #define PMU_GLOBAL_REQ_PWRUP_DIS (PMU_GLOBAL_BASE + U(0x11c))108 #define PMU_GLOBAL_REQ_PWRUP_TRIG (PMU_GLOBAL_BASE + U(0x120))
1952 ((PMU_GLOBAL_BASE & address) != PMU_GLOBAL_BASE)) { in pm_register_access()