Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/
Daptina-pll.c75 (pll->ext_clock / limits->n_max * pll->m)); in aptina_pll_calculate()
76 mf_max = min(mf_max, DIV_ROUND_UP(limits->n_max * limits->p1_max, div)); in aptina_pll_calculate()
Daptina-pll.h43 unsigned int n_max; member
Dmt9m032.c273 .n_max = 64, in mt9m032_setup_pll()
Dmt9p031.c226 .n_max = 64, in mt9p031_clk_setup()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dhdmi_pll.c133 .n_max = 255,
156 .n_max = 255,
Dvideo-pll.c111 .n_max = (1 << 8) - 1,
Ddss.h141 unsigned n_max; member
Dpll.c174 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc()
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/
Dsvga.h59 u16 n_max; member
/linux-4.4.14/drivers/video/fbdev/core/
Dsvgalib.c415 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()
/linux-4.4.14/drivers/net/ethernet/broadcom/
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()