Searched refs:n_max (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/drivers/media/i2c/
H A Daptina-pll.h43 unsigned int n_max; member in struct:aptina_pll_limits
H A Daptina-pll.c75 (pll->ext_clock / limits->n_max * pll->m)); aptina_pll_calculate()
76 mf_max = min(mf_max, DIV_ROUND_UP(limits->n_max * limits->p1_max, div)); aptina_pll_calculate()
H A Dmt9m032.c273 .n_max = 64, mt9m032_setup_pll()
H A Dmt9p031.c226 .n_max = 64, mt9p031_clk_setup()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Dhdmi_pll.c133 .n_max = 255,
156 .n_max = 255,
H A Dvideo-pll.c111 .n_max = (1 << 8) - 1,
H A Dpll.c174 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); dss_pll_calc()
H A Ddss.h141 unsigned n_max; member in struct:dss_pll_hw
H A Ddsi.c5154 .n_max = (1 << 7) - 1,
5179 .n_max = (1 << 8) - 1,
5204 .n_max = (1 << 8) - 1,
/linux-4.4.14/include/linux/
H A Dsvga.h59 u16 n_max; member in struct:svga_pll
/linux-4.4.14/drivers/video/fbdev/core/
H A Dsvgalib.c415 while ((am <= pll->m_max) && (an <= pll->n_max)) { svga_compute_pll()
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dcnic.c1701 int i, j, n = 2, n_max; cnic_setup_bnx2x_ctx() local
1708 n_max = req2->num_additional_wqes + 2; cnic_setup_bnx2x_ctx()
1809 if (n >= n_max) cnic_setup_bnx2x_ctx()

Completed in 351 milliseconds