Lines Matching refs:idle_cfg
136 uint32_t idle_cfg, apcr; in pxa910_pm_enter_lowpower_mode() local
138 idle_cfg = __raw_readl(APMU_MOH_IDLE_CFG); in pxa910_pm_enter_lowpower_mode()
143 idle_cfg &= ~(APMU_MOH_IDLE_CFG_MOH_IDLE in pxa910_pm_enter_lowpower_mode()
162 idle_cfg |= APMU_MOH_IDLE_CFG_MOH_IDLE; in pxa910_pm_enter_lowpower_mode()
163 idle_cfg |= APMU_MOH_IDLE_CFG_MOH_PWRDWN; in pxa910_pm_enter_lowpower_mode()
164 idle_cfg |= APMU_MOH_IDLE_CFG_MOH_PWR_SW(3) in pxa910_pm_enter_lowpower_mode()
172 idle_cfg |= APMU_MOH_IDLE_CFG_MOH_DIS_MC_SW_REQ; in pxa910_pm_enter_lowpower_mode()
173 idle_cfg |= APMU_MOH_IDLE_CFG_MOH_MC_WAKE_EN; in pxa910_pm_enter_lowpower_mode()
184 __raw_writel(idle_cfg, APMU_MOH_IDLE_CFG); in pxa910_pm_enter_lowpower_mode()
191 unsigned int idle_cfg, reg = 0; in pxa910_pm_enter() local
198 idle_cfg = __raw_readl(APMU_MOH_IDLE_CFG); in pxa910_pm_enter()
199 idle_cfg |= APMU_MOH_IDLE_CFG_MOH_PWRDWN in pxa910_pm_enter()
201 __raw_writel(idle_cfg, APMU_MOH_IDLE_CFG); in pxa910_pm_enter()
217 idle_cfg = __raw_readl(APMU_MOH_IDLE_CFG); in pxa910_pm_enter()
218 idle_cfg &= ~(APMU_MOH_IDLE_CFG_MOH_PWRDWN in pxa910_pm_enter()
220 __raw_writel(idle_cfg, APMU_MOH_IDLE_CFG); in pxa910_pm_enter()