Home | History | Annotate | Download | only in grfconfig

Lines Matching refs:vtotal

181 			gv->vtotal	= atoi(cps[12]);
205 (gv->vtotal == 0)) {
262 if (((gv->vtotal * 2) > lowlim) &&
263 ((gv->vtotal * 2) < uplim)) {
267 gv->vtotal *= 2;
273 } else if (((gv->vtotal / 2) > lowlim) &&
274 ((gv->vtotal / 2) < uplim)) {
278 gv->vtotal /= 2;
332 gv->pixel_clock / (gv->htotal * gv->vtotal));
383 gv->vtotal);