Home
last modified time | relevance | path

Searched refs:n_max (Results 1 – 20 of 20) sorted by relevance

/linux-5.19.10/drivers/media/i2c/
Daptina-pll.c62 (pll->ext_clock / limits->n_max * pll->m)); in aptina_pll_calculate()
63 mf_max = min(mf_max, DIV_ROUND_UP(limits->n_max * limits->p1_max, div)); in aptina_pll_calculate()
Daptina-pll.h30 unsigned int n_max; member
Dmt9m032.c260 .n_max = 64, in mt9m032_setup_pll()
Dmt9p031.c224 .n_max = 64, in mt9p031_clk_setup()
/linux-5.19.10/drivers/gpu/drm/stm/
Ddw_mipi_dsi-stm.c145 int i, o, n, n_min, n_max; in dsi_pll_get_params() local
160 n_max = (fvco_max * i) / (2 * clkin_khz); in dsi_pll_get_params()
169 if (n_max > NDIV_MAX) in dsi_pll_get_params()
170 n_max = NDIV_MAX; in dsi_pll_get_params()
175 if (n < n_min || n > n_max) in dsi_pll_get_params()
/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/
Dhdmi_pll.c80 .n_max = 255,
105 .n_max = 255,
Dvideo-pll.c105 .n_max = (1 << 8) - 1,
Ddss.h153 unsigned int n_max; member
Dpll.c222 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc_a()
Ddsi.c4444 .n_max = (1 << 7) - 1,
4471 .n_max = (1 << 8) - 1,
4498 .n_max = (1 << 8) - 1,
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_pll.c126 .n_max = 255,
149 .n_max = 255,
Dvideo-pll.c105 .n_max = (1 << 8) - 1,
Dpll.c163 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc()
Ddss.h130 unsigned n_max; member
Ddsi.c5128 .n_max = (1 << 7) - 1,
5153 .n_max = (1 << 8) - 1,
5178 .n_max = (1 << 8) - 1,
/linux-5.19.10/drivers/gpu/drm/rcar-du/
Drcar_lvds.c193 unsigned int n_max; in rcar_lvds_d3_e3_pll_calc() local
205 n_max = min_t(unsigned int, 120, 1800000000 / fpfd); in rcar_lvds_d3_e3_pll_calc()
207 for (n = n_min; n < n_max; ++n) { in rcar_lvds_d3_e3_pll_calc()
/linux-5.19.10/include/linux/
Dsvga.h60 u16 n_max; member
/linux-5.19.10/drivers/video/fbdev/core/
Dsvgalib.c415 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()
/linux-5.19.10/sound/soc/codecs/
Dmadera.c368 u32 *dest, int n_max, in madera_get_variable_u32_array() argument
388 if (n > n_max) in madera_get_variable_u32_array()
389 n = n_max; in madera_get_variable_u32_array()
/linux-5.19.10/drivers/net/ethernet/broadcom/
Dcnic.c1701 int i, j, n = 2, n_max; in cnic_setup_bnx2x_ctx() local
1708 n_max = req2->num_additional_wqes + 2; in cnic_setup_bnx2x_ctx()
1809 if (n >= n_max) in cnic_setup_bnx2x_ctx()