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

/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c1191 unsigned int drate = 0, hrate = 0; local
1220 hrate = (drate * 1000) / htotal;
1221 ivideo->refresh_rate = (unsigned int) (hrate * 2 / vtotal);
1437 unsigned int drate = 0, hrate = 0, maxyres; local
1526 hrate = (drate * 1000) / htotal;
1527 refresh_rate = (unsigned int) (hrate * 2 / vtotal);
1544 hrate = (drate * 1000) / htotal;
1545 refresh_rate = (unsigned int) (hrate * 2 / vtotal);

Completed in 119 milliseconds