Searched refs:vco_frequency (Results 1 – 1 of 1) sorted by relevance
1663 uint32_t vco_frequency; /* Q10.22, max VCO frequency = 520MHz */ in XMC_SCU_CLOCK_StartSystemPll() local1673 vco_frequency = (OSCHP_GetFrequency() / 1000000U) << 22; in XMC_SCU_CLOCK_StartSystemPll()1677 vco_frequency = (OFI_FREQUENCY / 1000000U) << 22; in XMC_SCU_CLOCK_StartSystemPll()1679 vco_frequency = ((vco_frequency * ndiv) / pdiv); in XMC_SCU_CLOCK_StartSystemPll()1680 kdiv_temp = (vco_frequency / (OFI_FREQUENCY / 1000000U)) >> 22; in XMC_SCU_CLOCK_StartSystemPll()1715 kdiv_temp = (vco_frequency / 60UL) >> 22; in XMC_SCU_CLOCK_StartSystemPll()1721 kdiv_temp = (vco_frequency / 90UL) >> 22; in XMC_SCU_CLOCK_StartSystemPll()