Searched refs:outClk (Results 1 – 1 of 1) sorted by relevance
144 …uint32_t refClock = fllConfig->fllReferenceClockFreq, fllRatio = 0U, outClk = fllConfig->fllOutput… in WM8962_SetInternalFllConfig() local175 if ((outClk < 2083300U) && ((outClk > 1875000U))) in WM8962_SetInternalFllConfig()179 else if ((outClk < 3125000U) && ((outClk > 2812500U))) in WM8962_SetInternalFllConfig()183 else if ((outClk < 4166700U) && ((outClk > 3750000U))) in WM8962_SetInternalFllConfig()187 else if ((outClk < 6250000U) && ((outClk > 5625000U))) in WM8962_SetInternalFllConfig()191 else if ((outClk < 12500000U) && ((outClk > 11250000U))) in WM8962_SetInternalFllConfig()195 else if ((outClk < 20000000U) && ((outClk > 18000000U))) in WM8962_SetInternalFllConfig()199 else if ((outClk < 25000000U) && ((outClk > 22500000U))) in WM8962_SetInternalFllConfig()203 else if ((outClk < 50000000U) && ((outClk > 40000000U))) in WM8962_SetInternalFllConfig()212 fVCO = (fllOutDiv + 1U) * outClk; in WM8962_SetInternalFllConfig()