Searched refs:n_max (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/stm/ |
D | dw_mipi_dsi-stm.c | 139 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/ |
D | aptina-pll.c | 70 (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()
|
D | aptina-pll.h | 38 unsigned int n_max; member
|
D | mt9m032.c | 268 .n_max = 64, in mt9m032_setup_pll()
|
D | mt9p031.c | 226 .n_max = 64, in mt9p031_clk_setup()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi_pll.c | 83 .n_max = 255, 108 .n_max = 255,
|
D | video-pll.c | 113 .n_max = (1 << 8) - 1,
|
D | dss.h | 164 unsigned int n_max; member
|
D | pll.c | 233 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc_a()
|
D | dsi.c | 5130 .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/ |
D | hdmi_pll.c | 134 .n_max = 255, 157 .n_max = 255,
|
D | video-pll.c | 111 .n_max = (1 << 8) - 1,
|
D | pll.c | 174 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc()
|
D | dss.h | 152 unsigned n_max; member
|
D | dsi.c | 5144 .n_max = (1 << 7) - 1, 5169 .n_max = (1 << 8) - 1, 5194 .n_max = (1 << 8) - 1,
|
/Linux-v4.19/include/linux/ |
D | svga.h | 60 u16 n_max; member
|
/Linux-v4.19/drivers/video/fbdev/core/ |
D | svgalib.c | 415 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | cnic.c | 1701 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()
|