Searched refs:SMC_PMCTRL_STOPM_SHIFT (Results 1 – 3 of 3) sorted by relevance
64 …reg |= ((uint32_t)option << SMC_PMCTRL_PSTOPO_SHIFT) | (kSMC_StopNormal << SMC_PMCTRL_STOPM_SHIFT); in SMC_SetPowerModeStop()124 reg |= (kSMC_StopVlps << SMC_PMCTRL_STOPM_SHIFT); in SMC_SetPowerModeVlps()158 reg |= (kSMC_StopLls << SMC_PMCTRL_STOPM_SHIFT); in SMC_SetPowerModeLls()195 reg |= (kSMC_StopVlls0 << SMC_PMCTRL_STOPM_SHIFT); in SMC_SetPowerModeVlls0()219 reg |= (kSMC_StopVlls2 << SMC_PMCTRL_STOPM_SHIFT); in SMC_SetPowerModeVlls2()243 reg |= (kSMC_StopVlls << SMC_PMCTRL_STOPM_SHIFT); in SMC_SetPowerModeVlls()
18116 #define SMC_PMCTRL_STOPM_SHIFT (0U) macro18127 …RL_STOPM(x) (((uint32_t)(((uint32_t)(x)) << SMC_PMCTRL_STOPM_SHIFT)) & SMC_PM…
18944 #define SMC_PMCTRL_STOPM_SHIFT (0U) macro18955 …RL_STOPM(x) (((uint32_t)(((uint32_t)(x)) << SMC_PMCTRL_STOPM_SHIFT)) & SMC_PM…