Searched refs:pre_pll_clk_div (Results 1 – 4 of 4) sorted by relevance
98 br->fr->pre_pll_clk_div); in print_pll()168 rval = bounds_check(dev, pll_fr->pre_pll_clk_div, in check_fr_bounds()303 pll->ext_clk_freq_hz / pll_fr->pre_pll_clk_div; in __ccs_pll_calculate_vt_tree()404 for (pll_fr->pre_pll_clk_div = min_pre_pll_clk_div; in ccs_pll_calculate_vt_tree()405 pll_fr->pre_pll_clk_div <= max_pre_pll_clk_div; in ccs_pll_calculate_vt_tree()406 pll_fr->pre_pll_clk_div += in ccs_pll_calculate_vt_tree()408 2 - (pll_fr->pre_pll_clk_div & 1)) { in ccs_pll_calculate_vt_tree()412 div = gcd(pre_mul * pll_fr->pre_pll_clk_div, pre_div); in ccs_pll_calculate_vt_tree()413 mul = pre_mul * pll_fr->pre_pll_clk_div / div; in ccs_pll_calculate_vt_tree()417 pll_fr->pre_pll_clk_div, mul, div); in ccs_pll_calculate_vt_tree()[all …]
47 u16 pre_pll_clk_div; member
206 pre_pll_clk_div 0x0304 16
377 rval = ccs_write(sensor, PRE_PLL_CLK_DIV, pll->vt_fr.pre_pll_clk_div); in ccs_pll_configure()418 pll->op_fr.pre_pll_clk_div); in ccs_pll_configure()