Searched refs:CALC_VCLOCK (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/video/intel/ |
D | intelfbhw.c | 534 printk(" VGA0: clock is %d\n", CALC_VCLOCK(m1, m2, n, p1, p2)); in intelfbhw_print_hw_state() 546 printk(" VGA1: clock is %d\n", CALC_VCLOCK(m1, m2, n, p1, p2)); in intelfbhw_print_hw_state() 565 printk(" PLLA0: clock is %d\n", CALC_VCLOCK(m1, m2, n, p1, p2)); in intelfbhw_print_hw_state() 577 printk(" PLLA1: clock is %d\n", CALC_VCLOCK(m1, m2, n, p1, p2)); in intelfbhw_print_hw_state() 805 CALC_VCLOCK3(m, n, p), CALC_VCLOCK(m1, m2, n1, p1, p2), in calc_pll_params() 812 *retclock = CALC_VCLOCK(m1, m2, n1, p1, p2); in calc_pll_params()
|
D | intelfbhw.h | 167 #define CALC_VCLOCK(m1, m2, n, p1, p2) \ macro
|