Home
last modified time | relevance | path

Searched refs:HTotal (Results 1 – 14 of 14) sorted by relevance

/linux-2.6.39/drivers/video/matrox/
Dmatroxfb_maven.c757 if (maven_find_exact_clocks(mt->HTotal, mt->VTotal, m) == 0) in maven_compute_timming()
760 lmargin = mt->HTotal - mt->HSyncEnd; in maven_compute_timming()
762 hcrt = mt->HTotal - slen - mt->delay; in maven_compute_timming()
766 if (m->hcorr < mt->HTotal) in maven_compute_timming()
768 if (hcrt > mt->HTotal) in maven_compute_timming()
769 hcrt -= mt->HTotal; in maven_compute_timming()
770 if (hcrt + 2 > mt->HTotal) in maven_compute_timming()
823 if (mt->HTotal) in maven_compute_timming()
824 hdec = 94208 / (mt->HTotal); in maven_compute_timming()
916 m->regs[0x96] = mt->HTotal; in maven_compute_timming()
[all …]
Dmatroxfb_crtc2.c111 if ((mt->HTotal & 7) == 2) { in matroxfb_dh_restore()
113 mt->HTotal &= ~7; in matroxfb_dh_restore()
116 mga_outl(0x3C14, ((mt->HDisplay - 8) << 16) | (mt->HTotal - 8)); in matroxfb_dh_restore()
Dmatroxfb_misc.c120 mt->HTotal = mt->HSyncEnd + var->left_margin; in matroxfb_var2my()
242 ht = m->HTotal >> 3; in matroxfb_vgaHWinit()
Dmatroxfb_base.h214 unsigned int HTotal; member
Dmatroxfb_g450.c327 mt->HTotal = hlen; in computeRegs()
Dmatroxfb_Ti3026.c429 if (m->HTotal >= 1536) in Ti3026_init()
/linux-2.6.39/drivers/usb/misc/sisusbvga/
Dsisusb_struct.h79 unsigned short HTotal; member
120 unsigned short HTotal; member
/linux-2.6.39/drivers/video/kyro/
DSTG4000VTG.c70 u32 HBackPorcStrt, HFrontPorchStrt, HTotal, in SetupVTG() local
97 HTotal = pTiming->HTot; in SetupVTG()
122 tmp |= (HTotal) | (HBackPorcStrt << 16); in SetupVTG()
/linux-2.6.39/drivers/staging/xgifb/
Dvb_struct.h159 unsigned short HTotal; member
165 unsigned short HTotal; member
Dvb_setmode.c1092 tempax = pVBInfo->StResInfo[resindex].HTotal; in XGI_SetCRT1DE()
1096 tempax = pVBInfo->ModeResInfo[resindex].HTotal; in XGI_SetCRT1DE()
1611 xres = pVBInfo->StResInfo[resindex].HTotal; in XGI_SetCRT1ModeRegs()
1613 xres = pVBInfo->ModeResInfo[resindex].HTotal; /* xres->ax */ in XGI_SetCRT1ModeRegs()
1857 xres = pVBInfo->StResInfo[resindex].HTotal; in XGI_GetLVDSResInfo()
1860 xres = pVBInfo->ModeResInfo[resindex].HTotal; in XGI_GetLVDSResInfo()
4231 xres = pVBInfo->StResInfo[resindex].HTotal; in XGI_GetCRT2ResInfo()
4235 xres = pVBInfo->ModeResInfo[resindex].HTotal; /* xres->ax */ in XGI_GetCRT2ResInfo()
6391 xres = pVBInfo->StResInfo[resindex].HTotal; in XGI_XG21CheckLVDSMode()
6395 xres = pVBInfo->ModeResInfo[resindex].HTotal; /* xres->ax */ in XGI_XG21CheckLVDSMode()
[all …]
/linux-2.6.39/drivers/video/sis/
Dvstruct.h196 unsigned short HTotal; member
201 unsigned short HTotal; member
Dinit301.c1498 modexres = SiS_Pr->SiS_ModeResInfo[resinfo].HTotal; in SiS_GetLCDResInfo()
2748 xres = SiS_Pr->SiS_StResInfo[resindex].HTotal; in SiS_GetCRT2ResInfo()
2751 xres = SiS_Pr->SiS_ModeResInfo[resindex].HTotal; in SiS_GetCRT2ResInfo()
/linux-2.6.39/drivers/video/savage/
Dsavagefb.h140 unsigned int HTotal; member
Dsavagefb_driver.c174 reg->CRTC[0x00] = (timings->HTotal >> 3) - 5; in vgaHWInit()
994 timings.HTotal = timings.HSyncEnd + var->left_margin; in savagefb_decode_var()
1009 timings.HTotal *= 2; in savagefb_decode_var()
1113 i = ((((timings.HTotal >> 3) - 5) & 0x100) >> 8) | in savagefb_decode_var()