Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_pll.c80 .n_max = 255,
105 .n_max = 255,
H A Dvideo-pll.c105 .n_max = (1 << 8) - 1,
H A Dpll.c222 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc_a()
H A Ddsi.c4450 .n_max = (1 << 7) - 1,
4477 .n_max = (1 << 8) - 1,
4504 .n_max = (1 << 8) - 1,
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_pll.c126 .n_max = 255,
149 .n_max = 255,
H A Dvideo-pll.c105 .n_max = (1 << 8) - 1,
H A Dpll.c163 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc()
H A Ddss.h130 unsigned n_max; member
H A Ddsi.c5135 .n_max = (1 << 7) - 1,
5160 .n_max = (1 << 8) - 1,
5185 .n_max = (1 << 8) - 1,
/linux/drivers/media/i2c/
H A Daptina-pll.h30 unsigned int n_max; member
/linux/drivers/clk/ingenic/
H A Dx1000-cgu.c179 const unsigned long n_max = GENMASK(pll_info->n_bits - 1, 0); in x1000_i2spll_calc_m_n_od() local
182 rational_best_approximation(rate, parent_rate, m_max, n_max, &m, &n); in x1000_i2spll_calc_m_n_od()
/linux/include/linux/
H A Dsvga.h60 u16 n_max; member
/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_mipi_dsi.c47 u8 n_max; member
346 for (unsigned int n = info->n_min; n <= info->n_max; n++) { in rcar_mipi_dsi_pll_calc()
1303 .n_max = 8,
1318 .n_max = 8,
/linux/drivers/clk/qcom/
H A Dclk-rcg2.c440 u16 m, n = 1, n_candidate = 1, n_max; in clk_rcg2_calc_mnd() local
459 n_max = m + mnd_max; in clk_rcg2_calc_mnd()
464 if (n_candidate < n_max) in clk_rcg2_calc_mnd()
/linux/drivers/video/fbdev/core/
H A Dsvgalib.c414 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()
/linux/sound/soc/codecs/
H A Dmadera.c369 u32 *dest, int n_max, in madera_get_variable_u32_array() argument
389 if (n > n_max) in madera_get_variable_u32_array()
390 n = n_max; in madera_get_variable_u32_array()
H A Dcs48l32.c3565 int n_max) in cs48l32_prop_read_u32_array() argument
3570 ret = device_property_read_u32_array(cs48l32->dev, propname, dest, n_max); in cs48l32_prop_read_u32_array()
/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c1706 int i, j, n = 2, n_max; in cnic_setup_bnx2x_ctx() local
1713 n_max = req2->num_additional_wqes + 2; in cnic_setup_bnx2x_ctx()
1814 if (n >= n_max) in cnic_setup_bnx2x_ctx()