Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-mmp/
Dpm-mmp2.c122 idle_cfg &= ~APMU_PJ_IDLE_CFG_PJ_IDLE; in mmp2_pm_enter_lowpower_mode()
142 idle_cfg |= APMU_PJ_IDLE_CFG_PJ_IDLE; /* set the IDLE bit */ in mmp2_pm_enter_lowpower_mode()
/linux-4.4.14/arch/arm/mach-mmp/include/mach/
Dpm-mmp2.h17 #define APMU_PJ_IDLE_CFG_PJ_IDLE (1 << 1) macro