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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfbset.c280 double drate = 0, hrate = 0, vrate = 0; local
284 hrate = drate / (v->left_margin + v->xres + v->right_margin + v->hsync_len);
285 vrate = hrate / (v->upper_margin + v->yres + v->lower_margin + v->vsync_len);
298 drate / 1e6, hrate / 1e3, vrate,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_main.c1198 unsigned int drate = 0, hrate = 0; local
1227 hrate = (drate * 1000) / htotal;
1228 ivideo->refresh_rate = (unsigned int) (hrate * 2 / vtotal);
1445 unsigned int drate = 0, hrate = 0, maxyres; local
1532 hrate = (drate * 1000) / htotal;
1533 refresh_rate = (unsigned int) (hrate * 2 / vtotal);
1550 hrate = (drate * 1000) / htotal;
1551 refresh_rate = (unsigned int) (hrate * 2 / vtotal);

Completed in 54 milliseconds