Lines Matching refs:v_total
230 unsigned int v_total; member
333 if (vtotal < outd->v_total) { in computeRegs()
334 unsigned int yovr = outd->v_total - vtotal; in computeRegs()
337 } else if (vtotal > outd->v_total) { in computeRegs()
338 vdisplay = outd->v_total - 4; in computeRegs()
339 vsyncend = outd->v_total; in computeRegs()
341 upper = (outd->v_total - vsyncend) >> 1; /* in field lines */ in computeRegs()
342 r->regs[0x17] = outd->v_total / 4; in computeRegs()
343 r->regs[0x18] = outd->v_total & 3; in computeRegs()
349 mt->VSyncStart = outd->v_total - 2; in computeRegs()
350 mt->VSyncEnd = outd->v_total; in computeRegs()
351 mt->VTotal = outd->v_total; in computeRegs()
363 .v_total = 625, in cve2_init_TVdata()
372 .v_total = 525, // lines in cve2_init_TVdata()