| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | hdmi_pll.c | 80 .n_max = 255, 105 .n_max = 255,
|
| H A D | video-pll.c | 105 .n_max = (1 << 8) - 1,
|
| H A D | pll.c | 222 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc_a()
|
| H A D | dsi.c | 4450 .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 D | hdmi_pll.c | 126 .n_max = 255, 149 .n_max = 255,
|
| H A D | video-pll.c | 105 .n_max = (1 << 8) - 1,
|
| H A D | pll.c | 163 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc()
|
| H A D | dss.h | 130 unsigned n_max; member
|
| H A D | dsi.c | 5135 .n_max = (1 << 7) - 1, 5160 .n_max = (1 << 8) - 1, 5185 .n_max = (1 << 8) - 1,
|
| /linux/drivers/media/i2c/ |
| H A D | aptina-pll.h | 30 unsigned int n_max; member
|
| /linux/drivers/clk/ingenic/ |
| H A D | x1000-cgu.c | 179 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 D | svga.h | 60 u16 n_max; member
|
| /linux/drivers/gpu/drm/renesas/rcar-du/ |
| H A D | rcar_mipi_dsi.c | 47 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 D | clk-rcg2.c | 440 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 D | svgalib.c | 414 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()
|
| /linux/sound/soc/codecs/ |
| H A D | madera.c | 369 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 D | cs48l32.c | 3565 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 D | cnic.c | 1706 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()
|