Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/ingenic/
Dcgu.c85 unsigned m, n, od_enc, od; in ingenic_pll_recalc_rate() local
102 od_enc = ctl >> pll_info->od_shift; in ingenic_pll_recalc_rate()
103 od_enc &= GENMASK(pll_info->od_bits - 1, 0); in ingenic_pll_recalc_rate()
112 if (pll_info->od_encoding[od] == od_enc) in ingenic_pll_recalc_rate()