Searched defs:m_max (Results 1 - 2 of 2) sorted by relevance

/drivers/media/i2c/
H A Daptina-pll.h45 unsigned int m_max; member in struct:aptina_pll_limits
/drivers/clk/
H A Dclk-axi-clkgen.c147 unsigned long m, m_min, m_max; local
162 m_max = min_t(unsigned long, fvco_max * d_max / fin, 64);
164 for (m = m_min; m <= m_max; m++) {

Completed in 316 milliseconds