Searched refs:pll_fr (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/i2c/ |
D | ccs-pll.c | 156 struct ccs_pll_branch_fr *pll_fr; in check_fr_bounds() local 162 pll_fr = &pll->op_fr; in check_fr_bounds() 165 pll_fr = &pll->vt_fr; in check_fr_bounds() 168 rval = bounds_check(dev, pll_fr->pre_pll_clk_div, in check_fr_bounds() 173 rval = bounds_check(dev, pll_fr->pll_ip_clk_freq_hz, in check_fr_bounds() 178 rval = bounds_check(dev, pll_fr->pll_multiplier, in check_fr_bounds() 183 rval = bounds_check(dev, pll_fr->pll_op_clk_freq_hz, in check_fr_bounds() 252 struct ccs_pll *pll, struct ccs_pll_branch_fr *pll_fr, in ccs_pll_find_vt_sys_div() argument 267 pll_fr->pll_op_clk_freq_hz in ccs_pll_find_vt_sys_div() 280 DIV_ROUND_UP(pll_fr->pll_op_clk_freq_hz, in ccs_pll_find_vt_sys_div() [all …]
|