Lines Matching refs:temp32
83 uint32_t temp32; in PMU_StaticEnablePllLdo() local
85 temp32 = PHY_LDO->CTRL0.RW; in PMU_StaticEnablePllLdo()
87 if (temp32 != in PMU_StaticEnablePllLdo()
209 uint32_t temp32 = base->PMU_LDO_AON_DIG; in PMU_StaticAonDigLdoInit() local
211 temp32 &= ~ANADIG_LDO_BBSM_PMU_LDO_AON_DIG_VOLTAGE_SELECT_MASK; in PMU_StaticAonDigLdoInit()
212 temp32 |= ANADIG_LDO_BBSM_PMU_LDO_AON_DIG_VOLTAGE_SELECT(config->targetVoltage); in PMU_StaticAonDigLdoInit()
213 base->PMU_LDO_AON_DIG = temp32; in PMU_StaticAonDigLdoInit()
348 uint32_t temp32; in PMU_StaticBandgapInit() local
350 temp32 = VMBANDGAP->CTRL0.RW; in PMU_StaticBandgapInit()
351 temp32 &= ~(VMBANDGAP_CTRL0_REFTOP_PWD_MASK | VMBANDGAP_CTRL0_REFTOP_LINREGREF_PWD_MASK | in PMU_StaticBandgapInit()
353 temp32 |= ((uint32_t)(config->powerDownOption) & in PMU_StaticBandgapInit()
356 temp32 |= VMBANDGAP_CTRL0_REFTOP_LOWPOWER(config->enableLowPowerMode); in PMU_StaticBandgapInit()
358 VMBANDGAP->CTRL0.RW = temp32; in PMU_StaticBandgapInit()