Searched refs:VTotal (Results 1 - 12 of 12) sorted by relevance

/drivers/usb/misc/sisusbvga/
H A Dsisusb_struct.h80 unsigned short VTotal; member in struct:SiS_StResInfo_S
121 unsigned short VTotal; member in struct:SiS_ModeResInfo
/drivers/video/kyro/
H A DSTG4000VTG.c75 u32 VBackPorchStrt, VTotal, VTopBorderStrt, local
109 VTotal = pTiming->VTot;
141 tmp |= (VBackPorchStrt << 16) | (VTotal);
/drivers/video/matrox/
H A Dmatroxfb_maven.c757 if (maven_find_exact_clocks(mt->HTotal, mt->VTotal, m) == 0)
763 umargin = mt->VTotal - mt->VSyncEnd;
789 m->regs[0xA2] = mt->VTotal - mt->VSyncStart - 1; /* stop vblanking */
790 m->regs[0xA3] = (mt->VTotal - mt->VSyncStart - 1) >> 8;
803 m->regs[0xA8] = mt->VTotal - 1;
804 m->regs[0xA9] = (mt->VTotal - 1) >> 8;
809 m->regs[0xAC] = mt->VTotal - 2;
810 m->regs[0xAD] = (mt->VTotal - 2) >> 8;
812 m->regs[0xAE] = 0x01; /* Fix this... 0..VTotal */
873 if (mt->VTotal) {
[all...]
H A Dmatroxfb_misc.c124 mt->VTotal = mt->VSyncEnd + var->upper_margin;
207 m->VTotal <<= 1;
213 m->VTotal >>= 1;
270 vt = m->VTotal - 2;
H A Dmatroxfb_g450.c335 vtotal = mt->VTotal;
356 mt->VTotal = outd->v_total;
H A Dmatroxfb_crtc2.c109 mt->VTotal >>= 1;
118 mga_outl(0x3C1C, ((mt->VDisplay - 1) << 16) | (mt->VTotal - 1));
H A Dmatroxfb_base.h218 unsigned int VTotal; member in struct:my_timming
/drivers/video/sis/
H A Dvstruct.h197 unsigned short VTotal; member in struct:SiS_StResInfo_S
202 unsigned short VTotal; member in struct:SiS_ModeResInfo_S
H A Dinit301.c1499 modeyres = SiS_Pr->SiS_ModeResInfo[resinfo].VTotal;
2749 yres = SiS_Pr->SiS_StResInfo[resindex].VTotal;
2752 yres = SiS_Pr->SiS_ModeResInfo[resindex].VTotal;
/drivers/video/savage/
H A Dsavagefb.h147 unsigned int VTotal; member in struct:xtimings
H A Dsavagefb_driver.c180 reg->CRTC[0x06] = (timings->VTotal - 2) & 0xFF;
181 reg->CRTC[0x07] = (((timings->VTotal - 2) & 0x100) >> 8) |
186 (((timings->VTotal - 2) & 0x200) >> 4) |
999 timings.VTotal = timings.VSyncEnd + var->upper_margin;
1139 reg->CR5E = (((timings.VTotal - 2) & 0x400) >> 10) |
/drivers/staging/xgifb/
H A Dvb_setmode.c1092 tempbx = pVBInfo->StResInfo[resindex].VTotal;
1096 tempbx = pVBInfo->ModeResInfo[resindex].VTotal;
1759 yres = pVBInfo->StResInfo[resindex].VTotal;
1762 yres = pVBInfo->ModeResInfo[resindex].VTotal;
3795 yres = pVBInfo->StResInfo[resindex].VTotal;
3798 yres = pVBInfo->ModeResInfo[resindex].VTotal; /* yres->bx */
5824 yres = pVBInfo->StResInfo[resindex].VTotal;
5829 yres = pVBInfo->ModeResInfo[resindex].VTotal; /* yres->bx */
5901 yres = pVBInfo->StResInfo[resindex].VTotal;
5906 yres = pVBInfo->ModeResInfo[resindex].VTotal; /* yre
[all...]

Completed in 2052 milliseconds