Home
last modified time | relevance | path

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

/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c771 if (maven_find_exact_clocks(mt->HTotal, mt->VTotal, m) == 0) in maven_compute_timming()
777 umargin = mt->VTotal - mt->VSyncEnd; in maven_compute_timming()
803 m->regs[0xA2] = mt->VTotal - mt->VSyncStart - 1; /* stop vblanking */ in maven_compute_timming()
804 m->regs[0xA3] = (mt->VTotal - mt->VSyncStart - 1) >> 8; in maven_compute_timming()
817 m->regs[0xA8] = mt->VTotal - 1; in maven_compute_timming()
818 m->regs[0xA9] = (mt->VTotal - 1) >> 8; in maven_compute_timming()
823 m->regs[0xAC] = mt->VTotal - 2; in maven_compute_timming()
824 m->regs[0xAD] = (mt->VTotal - 2) >> 8; in maven_compute_timming()
887 if (mt->VTotal) { in maven_compute_timming()
894 b = (mt->VTotal - 1) * (m->htotal + 2) + m->hcorr + 2; in maven_compute_timming()
[all …]
Dmatroxfb_misc.c124 mt->VTotal = mt->VSyncEnd + var->upper_margin; in matroxfb_var2my()
207 m->VTotal <<= 1; in matroxfb_vgaHWinit()
213 m->VTotal >>= 1; in matroxfb_vgaHWinit()
270 vt = m->VTotal - 2; in matroxfb_vgaHWinit()
Dmatroxfb_g450.c335 vtotal = mt->VTotal; in computeRegs()
356 mt->VTotal = outd->v_total; in computeRegs()
Dmatroxfb_crtc2.c109 mt->VTotal >>= 1; in matroxfb_dh_restore()
118 mga_outl(0x3C1C, ((mt->VDisplay - 1) << 16) | (mt->VTotal - 1)); in matroxfb_dh_restore()
Dmatroxfb_base.h198 unsigned int VTotal; member
/drivers/video/fbdev/kyro/
DSTG4000VTG.c75 u32 VBackPorchStrt, VTotal, VTopBorderStrt, in SetupVTG() local
109 VTotal = pTiming->VTot; in SetupVTG()
141 tmp |= (VBackPorchStrt << 16) | (VTotal); in SetupVTG()
/drivers/usb/misc/sisusbvga/
Dsisusb_struct.h80 unsigned short VTotal; member
121 unsigned short VTotal; member
/drivers/video/fbdev/sis/
Dvstruct.h197 unsigned short VTotal; member
202 unsigned short VTotal; member
Dinit301.c1497 modeyres = SiS_Pr->SiS_ModeResInfo[resinfo].VTotal; in SiS_GetLCDResInfo()
2745 yres = SiS_Pr->SiS_StResInfo[resindex].VTotal; in SiS_GetCRT2ResInfo()
2748 yres = SiS_Pr->SiS_ModeResInfo[resindex].VTotal; in SiS_GetCRT2ResInfo()
/drivers/video/fbdev/savage/
Dsavagefb_driver.c176 reg->CRTC[0x06] = (timings->VTotal - 2) & 0xFF; in vgaHWInit()
177 reg->CRTC[0x07] = (((timings->VTotal - 2) & 0x100) >> 8) | in vgaHWInit()
182 (((timings->VTotal - 2) & 0x200) >> 4) | in vgaHWInit()
995 timings.VTotal = timings.VSyncEnd + var->upper_margin; in savagefb_decode_var()
1135 reg->CR5E = (((timings.VTotal - 2) & 0x400) >> 10) | in savagefb_decode_var()
Dsavagefb.h147 unsigned int VTotal; member
/drivers/staging/xgifb/
Dvb_setmode.c693 tempbx = XGI330_ModeResInfo[resindex].VTotal; in XGI_SetCRT1DE()
1178 yres = XGI330_ModeResInfo[resindex].VTotal; in XGI_GetLVDSResInfo()
2406 yres = XGI330_ModeResInfo[resindex].VTotal; /* yres->bx */ in XGI_GetCRT2ResInfo()
4197 yres = XGI330_ModeResInfo[resindex].VTotal; /* yres->bx */ in XGI_XG21CheckLVDSMode()
4258 yres = XGI330_ModeResInfo[resindex].VTotal; /* yres->bx */ in xgifb_set_lvds()