Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/nuvoton/
H A Dclk-ma35d1-pll.c128 int fbdiv_min, fbdiv_max; in ma35d1_pll_find_closest() local
137 fbdiv_max = FBDIV_MAX; in ma35d1_pll_find_closest()
140 fbdiv_max = FBDIV_FRAC_MAX; in ma35d1_pll_find_closest()
144 for (n = fbdiv_min; n <= fbdiv_max; n++) { in ma35d1_pll_find_closest()