Lines Matching refs:v_total
236 unsigned int v_total; member
341 if (vtotal < outd->v_total) { in computeRegs()
342 unsigned int yovr = outd->v_total - vtotal; in computeRegs()
345 } else if (vtotal > outd->v_total) { in computeRegs()
346 vdisplay = outd->v_total - 4; in computeRegs()
347 vsyncend = outd->v_total; in computeRegs()
349 upper = (outd->v_total - vsyncend) >> 1; /* in field lines */ in computeRegs()
350 r->regs[0x17] = outd->v_total / 4; in computeRegs()
351 r->regs[0x18] = outd->v_total & 3; in computeRegs()
357 mt->VSyncStart = outd->v_total - 2; in computeRegs()
358 mt->VSyncEnd = outd->v_total; in computeRegs()
359 mt->VTotal = outd->v_total; in computeRegs()
371 .v_total = 625, in cve2_init_TVdata()
380 .v_total = 525, // lines in cve2_init_TVdata()