Searched refs:MPMU_APCR (Results 1 – 2 of 2) sorted by relevance
118 apcr = ~apcr & __raw_readl(MPMU_APCR); in pxa910_set_wake()119 __raw_writel(apcr, MPMU_APCR); in pxa910_set_wake()127 apcr |= __raw_readl(MPMU_APCR); in pxa910_set_wake()128 __raw_writel(apcr, MPMU_APCR); in pxa910_set_wake()139 apcr = __raw_readl(MPMU_APCR); in pxa910_pm_enter_lowpower_mode()185 __raw_writel(apcr, MPMU_APCR); in pxa910_pm_enter_lowpower_mode()
27 #define MPMU_APCR MPMU_REG(0x1000) macro