Searched refs:fvco (Results 1 – 1 of 1) sorted by relevance
662 uint32_t fvco = 0U, outputDiv = 0U, ratio = 0U; in WM8904_SetFLLConfig() local692 fvco = outputDiv * config->outputClock_HZ; in WM8904_SetFLLConfig()693 if ((fvco >= 90000000U) && (fvco <= 100000000U)) in WM8904_SetFLLConfig()720 n = fvco / ((ratio + 1U) * referenceClock); in WM8904_SetFLLConfig()721 k = (uint32_t)((uint64_t)fvco * 1000000U) / ((ratio + 1U) * referenceClock); in WM8904_SetFLLConfig()