Home
last modified time | relevance | path

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

/linux/drivers/clk/sophgo/
H A Dclk-sg2044-pll.c213 unsigned int best_refdiv, best_fbdiv, best_postdiv1, best_postdiv2; in sg2044_compute_pll_setting() local
236 best_refdiv = refdiv; in sg2044_compute_pll_setting()
250 *value = FIELD_PREP(PLL_REFDIV_MASK, best_refdiv) | in sg2044_compute_pll_setting()