Searched refs:fllRatio (Results 1 – 1 of 1) sorted by relevance
144 …uint32_t refClock = fllConfig->fllReferenceClockFreq, fllRatio = 0U, outClk = fllConfig->fllOutput… in WM8962_SetInternalFllConfig() local156 fllRatio = 0U; in WM8962_SetInternalFllConfig()160 fllRatio = 1U; in WM8962_SetInternalFllConfig()164 fllRatio = 2U; in WM8962_SetInternalFllConfig()168 fllRatio = 3U; in WM8962_SetInternalFllConfig()172 fllRatio = 4U; in WM8962_SetInternalFllConfig()213 nDivider = fVCO / ((uint32_t)(1UL << fllRatio) * refClock); in WM8962_SetInternalFllConfig()215 fllGCD = WM8962_GCD_FLL((uint32_t)(1UL << fllRatio) * refClock, fVCO); in WM8962_SetInternalFllConfig()217 fllTheta = (fVCO - nDivider * (uint32_t)(1UL << fllRatio) * refClock) / fllGCD; in WM8962_SetInternalFllConfig()218 fllLambda = ((uint32_t)(1UL << fllRatio) * refClock) / fllGCD; in WM8962_SetInternalFllConfig()[all …]