Lines Matching refs:tmp32

96         uint32_t tmp32 = *(uint32_t *)((uint32_t)base + s_cmRegOffset[step]);  in GPC_CM_ConfigCpuModeTransitionStep()  local
100 tmp32 &= ~(GPC_CPU_MODE_CTRL_CM_SLEEP_SSAR_CTRL_STEP_CNT_MASK | in GPC_CM_ConfigCpuModeTransitionStep()
102 tmp32 |= GPC_CPU_MODE_CTRL_CM_SLEEP_SSAR_CTRL_CNT_MODE(config->cntMode); in GPC_CM_ConfigCpuModeTransitionStep()
105 tmp32 |= GPC_CPU_MODE_CTRL_CM_SLEEP_SSAR_CTRL_STEP_CNT(config->stepCount); in GPC_CM_ConfigCpuModeTransitionStep()
107 tmp32 &= ~GPC_CPU_MODE_CTRL_CM_SLEEP_SSAR_CTRL_DISABLE_MASK; in GPC_CM_ConfigCpuModeTransitionStep()
111 tmp32 |= GPC_CPU_MODE_CTRL_CM_SLEEP_SSAR_CTRL_DISABLE_MASK; in GPC_CM_ConfigCpuModeTransitionStep()
113 *(uint32_t *)((uint32_t)base + s_cmRegOffset[step]) = tmp32; in GPC_CM_ConfigCpuModeTransitionStep()
133 uint32_t tmp32 = base->CM_SP_CTRL; in GPC_CM_RequestSleepModeSetPointTransition() local
135tmp32 &= ~(GPC_CPU_MODE_CTRL_CM_SP_CTRL_CPU_SP_RUN_EN_MASK | GPC_CPU_MODE_CTRL_CM_SP_CTRL_CPU_SP_S… in GPC_CM_RequestSleepModeSetPointTransition()
138 tmp32 |= in GPC_CM_RequestSleepModeSetPointTransition()
141 tmp32 |= GPC_CPU_MODE_CTRL_CM_SP_CTRL_CPU_SP_WAKEUP_EN_MASK | in GPC_CM_RequestSleepModeSetPointTransition()
145 base->CM_SP_CTRL = tmp32; in GPC_CM_RequestSleepModeSetPointTransition()
158 uint32_t tmp32 = base->CM_SP_CTRL; in GPC_CM_RequestRunModeSetPointTransition() local
160 tmp32 &= ~(GPC_CPU_MODE_CTRL_CM_SP_CTRL_CPU_SP_RUN_MASK); in GPC_CM_RequestRunModeSetPointTransition()
161tmp32 |= GPC_CPU_MODE_CTRL_CM_SP_CTRL_CPU_SP_RUN_EN_MASK | GPC_CPU_MODE_CTRL_CM_SP_CTRL_CPU_SP_RUN… in GPC_CM_RequestRunModeSetPointTransition()
163 base->CM_SP_CTRL = tmp32; in GPC_CM_RequestRunModeSetPointTransition()
287 uint32_t tmp32 = *(uint32_t *)((uint32_t)base + s_spRegOffset[step]); in GPC_SP_ConfigSetPointTransitionStep() local
291 tmp32 &= in GPC_SP_ConfigSetPointTransitionStep()
293 tmp32 |= GPC_SET_POINT_CTRL_SP_SSAR_SAVE_CTRL_CNT_MODE(config->cntMode); in GPC_SP_ConfigSetPointTransitionStep()
296 tmp32 |= GPC_SET_POINT_CTRL_SP_SSAR_SAVE_CTRL_STEP_CNT(config->stepCount); in GPC_SP_ConfigSetPointTransitionStep()
298 tmp32 &= ~GPC_SET_POINT_CTRL_SP_SSAR_SAVE_CTRL_DISABLE_MASK; in GPC_SP_ConfigSetPointTransitionStep()
302 tmp32 |= GPC_SET_POINT_CTRL_SP_SSAR_SAVE_CTRL_DISABLE_MASK; in GPC_SP_ConfigSetPointTransitionStep()
304 *(uint32_t *)((uint32_t)base + s_spRegOffset[step]) = tmp32; in GPC_SP_ConfigSetPointTransitionStep()
318 uint32_t tmp32 = *(uint32_t *)((uint32_t)base + s_stbyRegOffset[step]); in GPC_STBY_ConfigStandbyTransitionStep() local
322tmp32 &= ~(GPC_STBY_CTRL_STBY_LPCG_IN_CTRL_STEP_CNT_MASK | GPC_STBY_CTRL_STBY_LPCG_IN_CTRL_CNT_MOD… in GPC_STBY_ConfigStandbyTransitionStep()
323 tmp32 |= GPC_STBY_CTRL_STBY_LPCG_IN_CTRL_CNT_MODE(config->cntMode); in GPC_STBY_ConfigStandbyTransitionStep()
326 tmp32 |= GPC_STBY_CTRL_STBY_LPCG_IN_CTRL_STEP_CNT(config->stepCount); in GPC_STBY_ConfigStandbyTransitionStep()
328 tmp32 &= ~GPC_STBY_CTRL_STBY_LPCG_IN_CTRL_DISABLE_MASK; in GPC_STBY_ConfigStandbyTransitionStep()
332 tmp32 |= GPC_STBY_CTRL_STBY_LPCG_IN_CTRL_DISABLE_MASK; in GPC_STBY_ConfigStandbyTransitionStep()
334 *(uint32_t *)((uint32_t)base + s_stbyRegOffset[step]) = tmp32; in GPC_STBY_ConfigStandbyTransitionStep()