Home
last modified time | relevance | path

Searched refs:MPMU_APCR (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/mach-mmp/
Dpm-pxa910.c117 apcr = ~apcr & __raw_readl(MPMU_APCR); in pxa910_set_wake()
118 __raw_writel(apcr, MPMU_APCR); in pxa910_set_wake()
126 apcr |= __raw_readl(MPMU_APCR); in pxa910_set_wake()
127 __raw_writel(apcr, MPMU_APCR); in pxa910_set_wake()
138 apcr = __raw_readl(MPMU_APCR); in pxa910_pm_enter_lowpower_mode()
184 __raw_writel(apcr, MPMU_APCR); in pxa910_pm_enter_lowpower_mode()
/linux-4.1.27/arch/arm/mach-mmp/include/mach/
Dpm-pxa910.h27 #define MPMU_APCR MPMU_REG(0x1000) macro