Lines Matching refs:v_total
233 unsigned int v_total; member
338 if (vtotal < outd->v_total) { in computeRegs()
339 unsigned int yovr = outd->v_total - vtotal; in computeRegs()
342 } else if (vtotal > outd->v_total) { in computeRegs()
343 vdisplay = outd->v_total - 4; in computeRegs()
344 vsyncend = outd->v_total; in computeRegs()
346 upper = (outd->v_total - vsyncend) >> 1; /* in field lines */ in computeRegs()
347 r->regs[0x17] = outd->v_total / 4; in computeRegs()
348 r->regs[0x18] = outd->v_total & 3; in computeRegs()
354 mt->VSyncStart = outd->v_total - 2; in computeRegs()
355 mt->VSyncEnd = outd->v_total; in computeRegs()
356 mt->VTotal = outd->v_total; in computeRegs()
368 .v_total = 625, in cve2_init_TVdata()
377 .v_total = 525, // lines in cve2_init_TVdata()