Searched refs:pllF2 (Results 1 – 1 of 1) sorted by relevance
53 …uint32_t pllF2 = outputClk * 4U, pllPrescale = 0U, sysclkDiv = 1U, pllR = 0, pllN = 0, pllK = 0U, … in WM8960_SetInternalPllConfig() local59 pllN = pllF2 / inputMclk; in WM8960_SetInternalPllConfig()64 pllN = pllF2 / inputMclk; in WM8960_SetInternalPllConfig()68 pllN = (pllF2 * sysclkDiv) / inputMclk; in WM8960_SetInternalPllConfig()77 pllR = (uint32_t)(((uint64_t)pllF2 * sysclkDiv * 1000U) / (inputMclk / 1000U)); in WM8960_SetInternalPllConfig()