Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/stm/
Ddw_mipi_dsi-stm.c139 int i, o, n, n_min, n_max; in dsi_pll_get_params() local
154 n_max = (fvco_max * i) / (2 * clkin_khz); in dsi_pll_get_params()
163 if (n_max > NDIV_MAX) in dsi_pll_get_params()
164 n_max = NDIV_MAX; in dsi_pll_get_params()
169 if (n < n_min || n > n_max) in dsi_pll_get_params()
/Linux-v4.19/drivers/media/i2c/
Daptina-pll.c70 (pll->ext_clock / limits->n_max * pll->m)); in aptina_pll_calculate()
71 mf_max = min(mf_max, DIV_ROUND_UP(limits->n_max * limits->p1_max, div)); in aptina_pll_calculate()
Daptina-pll.h38 unsigned int n_max; member
Dmt9m032.c268 .n_max = 64, in mt9m032_setup_pll()
Dmt9p031.c226 .n_max = 64, in mt9p031_clk_setup()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi_pll.c83 .n_max = 255,
108 .n_max = 255,
Dvideo-pll.c113 .n_max = (1 << 8) - 1,
Ddss.h164 unsigned int n_max; member
Dpll.c233 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc_a()
Ddsi.c5130 .n_max = (1 << 7) - 1,
5157 .n_max = (1 << 8) - 1,
5184 .n_max = (1 << 8) - 1,
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_pll.c134 .n_max = 255,
157 .n_max = 255,
Dvideo-pll.c111 .n_max = (1 << 8) - 1,
Dpll.c174 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc()
Ddss.h152 unsigned n_max; member
Ddsi.c5144 .n_max = (1 << 7) - 1,
5169 .n_max = (1 << 8) - 1,
5194 .n_max = (1 << 8) - 1,
/Linux-v4.19/include/linux/
Dsvga.h60 u16 n_max; member
/Linux-v4.19/drivers/video/fbdev/core/
Dsvgalib.c415 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()
/Linux-v4.19/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()