Searched refs:ctrl_table (Results 1 – 1 of 1) sorted by relevance
151 struct sg2042_pll_ctrl ctrl_table; in sg2042_pll_recalc_rate() local154 sg2042_pll_ctrl_decode(reg_value, &ctrl_table); in sg2042_pll_recalc_rate()156 numerator = (u64)parent_rate * ctrl_table.fbdiv; in sg2042_pll_recalc_rate()157 denominator = ctrl_table.refdiv * ctrl_table.postdiv1 * ctrl_table.postdiv2; in sg2042_pll_recalc_rate()