Home
last modified time | relevance | path

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

/linux/drivers/clk/sophgo/
H A Dclk-sg2042-pll.c257 unsigned long foutpostdiv; in sg2042_get_pll_ctl_setting() local
303 foutpostdiv = (unsigned long)tmp; in sg2042_get_pll_ctl_setting()
305 if (abs_diff(foutpostdiv, req_rate) < abs_diff(best->freq, req_rate)) { in sg2042_get_pll_ctl_setting()
306 best->freq = foutpostdiv; in sg2042_get_pll_ctl_setting()
311 if (foutpostdiv == req_rate) in sg2042_get_pll_ctl_setting()