Searched refs:ConfigValue (Results 1 – 1 of 1) sorted by relevance
240 uint32 ConfigValue = 0; in Power_Ip_PMC_PowerInit() local242 (void)ConfigValue; in Power_Ip_PMC_PowerInit()255 ConfigValue = IP_PMC->CONFIG; in Power_Ip_PMC_PowerInit()256 ConfigValue &= (~(uint32)PMC_CONFIG_RWBITS_MASK); in Power_Ip_PMC_PowerInit()257 ConfigValue |= (ConfigPtr->ConfigRegister & (uint32)PMC_CONFIG_RWBITS_MASK); in Power_Ip_PMC_PowerInit()258 IP_PMC->CONFIG = ConfigValue; in Power_Ip_PMC_PowerInit()278 ConfigValue = IP_PMC->CONFIG; in Power_Ip_PMC_PowerInit()279 ConfigValue = (uint32)(ConfigValue & (~(uint32)PMC_CONFIG_LMEN_MASK)); in Power_Ip_PMC_PowerInit()280 …ConfigValue = (uint32)(ConfigValue | (uint32)(PMC_CONFIG_LAST_MILE_REG_ENABLE & PMC_CONFIG_LMEN_MA… in Power_Ip_PMC_PowerInit()281 IP_PMC->CONFIG = ConfigValue; in Power_Ip_PMC_PowerInit()[all …]