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

/linux-master/drivers/clk/tegra/
H A Dclk-pll.c261 #define divn_max(p) (divn_mask(p)) macro
599 cfg->n > divn_max(pll) || (1 << p_div) > divp_max(pll) ||
1243 if (cfg->n > divn_max(pll) || cfg->output_rate > pll->params->vco_max)

Completed in 706 milliseconds