Searched refs:MPMU_PCR_PJ_SLPEN (Results 1 – 2 of 2) sorted by relevance
118 apcr &= ~(MPMU_PCR_PJ_SLPEN | MPMU_PCR_PJ_DDRCORSD | MPMU_PCR_PJ_APBSD in mmp2_pm_enter_lowpower_mode()124 apcr |= MPMU_PCR_PJ_SLPEN; /* set the SLPEN bit */ in mmp2_pm_enter_lowpower_mode()128 apcr |= MPMU_PCR_PJ_SLPEN; in mmp2_pm_enter_lowpower_mode()241 apcr &= ~(MPMU_PCR_PJ_SLPEN | MPMU_PCR_PJ_DDRCORSD in mmp2_pm_init()
26 #define MPMU_PCR_PJ_SLPEN (1 << 29) macro