Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dccs-pll.h156 * @min_pll_op_clk_freq_hz: Minimum PLL output clock frequency
166 u32 min_pll_op_clk_freq_hz; member
H A Dccs-pll.c189 lim_fr->min_pll_op_clk_freq_hz, in check_fr_bounds()
312 more_mul = one_or_more(DIV_ROUND_UP(lim_fr->min_pll_op_clk_freq_hz, in __ccs_pll_calculate_vt_tree()
657 /* Ensure we won't go below min_pll_op_clk_freq_hz. */ in ccs_pll_calculate_op()
658 more_mul_min = DIV_ROUND_UP(op_lim_fr->min_pll_op_clk_freq_hz, in ccs_pll_calculate_op()
778 !op_lim_fr->min_pll_op_clk_freq_hz || in ccs_pll_calculate()
/linux/drivers/media/i2c/ccs/
H A Dccs-core.c446 .min_pll_op_clk_freq_hz = CCS_LIM(sensor, MIN_PLL_OP_CLK_FREQ_MHZ), in ccs_pll_try()
456 .min_pll_op_clk_freq_hz = CCS_LIM(sensor, MIN_OP_PLL_OP_CLK_FREQ_MHZ), in ccs_pll_try()