Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/stm/
H A 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()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A 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()
H A Daptina-pll.h30 unsigned int n_max; member
H A Dmt9m032.c260 .n_max = 64, in mt9m032_setup_pll()
H A Dmt9p031.c225 .n_max = 64, in mt9p031_clk_setup()
/OK3568_Linux_fs/kernel/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 Ddss.h153 unsigned int n_max; member
H A Dpll.c222 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc_a()
H A Ddsi.c4936 .n_max = (1 << 7) - 1,
4963 .n_max = (1 << 8) - 1,
4990 .n_max = (1 << 8) - 1,
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_pll.c131 .n_max = 255,
154 .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.c5136 .n_max = (1 << 7) - 1,
5161 .n_max = (1 << 8) - 1,
5186 .n_max = (1 << 8) - 1,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/
H A Drcar_lvds.c256 unsigned int n_max; in rcar_lvds_d3_e3_pll_calc() local
268 n_max = min_t(unsigned int, 120, 1800000000 / fpfd); in rcar_lvds_d3_e3_pll_calc()
270 for (n = n_min; n < n_max; ++n) { in rcar_lvds_d3_e3_pll_calc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsvga.h60 u16 n_max; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dsvgalib.c415 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A 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()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/
H A D0001-gnulib-Update.patch7858 +void *xpalloc (void *pa, idx_t *pn, idx_t n_incr_min, ptrdiff_t n_max, idx_t s);
8227 +xpalloc (void *pa, idx_t *pn, idx_t n_incr_min, ptrdiff_t n_max, idx_t s)
8244 + if (0 <= n_max && n_max < n)
8245 + n = n_max;
8270 + || (0 <= n_max && n_max < n)