Searched refs:n_max (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/media/i2c/ |
D | aptina-pll.c | 75 (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()
|
D | aptina-pll.h | 43 unsigned int n_max; member
|
D | mt9m032.c | 273 .n_max = 64, in mt9m032_setup_pll()
|
D | mt9p031.c | 226 .n_max = 64, in mt9p031_clk_setup()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | hdmi_pll.c | 133 .n_max = 255, 156 .n_max = 255,
|
D | video-pll.c | 111 .n_max = (1 << 8) - 1,
|
D | dss.h | 141 unsigned n_max; member
|
D | pll.c | 174 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc()
|
D | dsi.c | 5154 .n_max = (1 << 7) - 1, 5179 .n_max = (1 << 8) - 1, 5204 .n_max = (1 << 8) - 1,
|
/linux-4.4.14/include/linux/ |
D | svga.h | 59 u16 n_max; member
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | svgalib.c | 415 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | cnic.c | 1701 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()
|