Searched refs:op_limits (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | smiapp-pll.c | 79 const struct smiapp_pll_branch_limits *op_limits, in check_all_bounds() 102 op_limits->min_sys_clk_div, op_limits->max_sys_clk_div, in check_all_bounds() 107 op_limits->min_sys_clk_freq_hz, in check_all_bounds() 108 op_limits->max_sys_clk_freq_hz, in check_all_bounds() 113 op_limits->min_pix_clk_freq_hz, in check_all_bounds() 114 op_limits->max_pix_clk_freq_hz, in check_all_bounds() 153 const struct smiapp_pll_branch_limits *op_limits, in __smiapp_pll_calculate() 192 op_limits->max_sys_clk_div * pll->pre_pll_clk_div in __smiapp_pll_calculate() 222 more_mul_factor = lcm(more_mul_factor, op_limits in __smiapp_pll_calculate() 77 check_all_bounds(struct device *dev, const struct smiapp_pll_limits *limits, const struct smiapp_pll_branch_limits *op_limits, struct smiapp_pll *pll, struct smiapp_pll_branch *op_pll) check_all_bounds() argument 151 __smiapp_pll_calculate( struct device *dev, const struct smiapp_pll_limits *limits, const struct smiapp_pll_branch_limits *op_limits, struct smiapp_pll *pll, struct smiapp_pll_branch *op_pll, uint32_t mul, uint32_t div, uint32_t lane_op_clock_ratio) __smiapp_pll_calculate() argument 390 const struct smiapp_pll_branch_limits *op_limits = &limits->op; smiapp_pll_calculate() local [all...] |
Completed in 1 milliseconds