Home
last modified time | relevance | path

Searched refs:best_mul (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c601 int mul, best_mul = 1; in tc_pxl_pll_calc() local
663 best_mul = mul; in tc_pxl_pll_calc()
678 ext_div[best_pre], best_div, best_mul, ext_div[best_post]); in tc_pxl_pll_calc()
681 if (refclk / ext_div[best_pre] / best_div * best_mul >= 300000000) in tc_pxl_pll_calc()
686 if (best_mul == 128) in tc_pxl_pll_calc()
687 best_mul = 0; in tc_pxl_pll_calc()
694 pxl_pllparam |= best_mul; /* Multiplier for PLL */ in tc_pxl_pll_calc()