Searched refs:PMU_PMC_PG_WAKE (Results 1 – 2 of 2) sorted by relevance
493 power_ctrl_wake = read32(PMU_PMC_PG_WAKE); in is_ipapg_allowed()503 write32(PMU_PMC_PG_WAKE, (power_ctrl_wake | PMU_PMC_PG_WAKE_RISE | in is_ipapg_allowed()510 power_ctrl_wake = read32(PMU_PMC_PG_WAKE); in is_ipapg_allowed()517 power_ctrl_wake = read32(PMU_PMC_PG_WAKE); in is_ipapg_allowed()
22 #define PMU_PMC_PG_WAKE (SEDI_PMU_BASE + 0xF18) macro