Searched refs:CALC_VCLOCK3 (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/video/intel/ |
D | intelfbhw.h | 171 #define CALC_VCLOCK3(m, n, p) ((PLL_REFCLK * (m) / (n)) / (p)) macro
|
D | intelfbhw.c | 768 f_out = CALC_VCLOCK3(m, n, p); in calc_pll_params() 805 CALC_VCLOCK3(m, n, p), CALC_VCLOCK(m1, m2, n1, p1, p2), in calc_pll_params() 806 CALC_VCLOCK3(m, n, p) * p); in calc_pll_params()
|