Home
last modified time | relevance | path

Searched refs:apcr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-mmp/
H A Dpm-pxa910.c29 uint32_t awucrm = 0, apcr = 0; in pxa910_set_wake() local
37 apcr |= MPMU_APCR_SLPWP2; in pxa910_set_wake()
42 apcr |= MPMU_APCR_SLPWP3; in pxa910_set_wake()
46 apcr |= MPMU_APCR_SLPWP3; in pxa910_set_wake()
50 apcr |= MPMU_APCR_SLPWP3; in pxa910_set_wake()
55 apcr |= MPMU_APCR_SLPWP4; in pxa910_set_wake()
59 apcr |= MPMU_APCR_SLPWP4; in pxa910_set_wake()
63 apcr |= MPMU_APCR_SLPWP4; in pxa910_set_wake()
67 apcr |= MPMU_APCR_SLPWP4; in pxa910_set_wake()
71 apcr | in pxa910_set_wake()
134 uint32_t idle_cfg, apcr; pxa910_pm_enter_lowpower_mode() local
[all...]
H A Dpm-mmp2.c114 uint32_t idle_cfg, apcr; in mmp2_pm_enter_lowpower_mode() local
117 apcr = __raw_readl(MPMU_PCR_PJ); in mmp2_pm_enter_lowpower_mode()
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()
125 apcr |= MPMU_PCR_PJ_VCTCXOSD; /* set VCTCXOSD */ in mmp2_pm_enter_lowpower_mode()
128 apcr |= MPMU_PCR_PJ_SLPEN; in mmp2_pm_enter_lowpower_mode()
131 apcr |= MPMU_PCR_PJ_APBSD; /* set APBSD */ in mmp2_pm_enter_lowpower_mode()
134 apcr |= MPMU_PCR_PJ_AXISD; /* set AXISDD bit */ in mmp2_pm_enter_lowpower_mode()
135 apcr |= MPMU_PCR_PJ_DDRCORSD; /* set DDRCORSD bit */ in mmp2_pm_enter_lowpower_mode()
137 apcr | in mmp2_pm_enter_lowpower_mode()
219 uint32_t apcr; mmp2_pm_init() local
[all...]

Completed in 1 milliseconds