Lines Matching refs:regValue
149 uint32_t regValue = base->PMU_LDO_AON_ANA; in PMU_StaticAonAnaLdoInit() local
151 regValue &= in PMU_StaticAonAnaLdoInit()
158 regValue |= ANADIG_LDO_BBSM_PMU_LDO_AON_ANA_REG_LP_EN_MASK; in PMU_StaticAonAnaLdoInit()
160 regValue |= ANADIG_LDO_BBSM_PMU_LDO_AON_ANA_PULL_DOWN_2MA_EN(config->enable2mALoad); in PMU_StaticAonAnaLdoInit()
161 regValue |= ANADIG_LDO_BBSM_PMU_LDO_AON_ANA_ALWAYS_4MA_PULLDOWN_EN(config->enable4mALoad); in PMU_StaticAonAnaLdoInit()
162 regValue |= ANADIG_LDO_BBSM_PMU_LDO_AON_ANA_PULL_DOWN_20UA_EN(config->enable20uALoad); in PMU_StaticAonAnaLdoInit()
163 regValue |= ANADIG_LDO_BBSM_PMU_LDO_AON_ANA_STANDBY_EN(config->enableStandbyMode); in PMU_StaticAonAnaLdoInit()
165 base->PMU_LDO_AON_ANA = regValue; in PMU_StaticAonAnaLdoInit()
316 uint32_t regValue; in PMU_DisableBandgapSelfBiasAfterPowerUp() local
321 regValue = VMBANDGAP->STAT0.RW; in PMU_DisableBandgapSelfBiasAfterPowerUp()
322 } while ((regValue & VMBANDGAP_STAT0_REFTOP_VBGUP_MASK) == 0UL); in PMU_DisableBandgapSelfBiasAfterPowerUp()