Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c771 if (maven_find_exact_clocks(mt->HTotal, mt->VTotal, m) == 0) in maven_compute_timming()
774 lmargin = mt->HTotal - mt->HSyncEnd; in maven_compute_timming()
776 hcrt = mt->HTotal - slen - mt->delay; in maven_compute_timming()
780 if (m->hcorr < mt->HTotal) in maven_compute_timming()
782 if (hcrt > mt->HTotal) in maven_compute_timming()
783 hcrt -= mt->HTotal; in maven_compute_timming()
784 if (hcrt + 2 > mt->HTotal) in maven_compute_timming()
837 if (mt->HTotal) in maven_compute_timming()
838 hdec = 94208 / (mt->HTotal); in maven_compute_timming()
930 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.h194 unsigned int HTotal; member
Dmatroxfb_g450.c327 mt->HTotal = hlen; in computeRegs()
Dmatroxfb_Ti3026.c429 if (m->HTotal >= 1536) in Ti3026_init()
/Linux-v4.19/drivers/usb/misc/sisusbvga/
Dsisusb_struct.h80 unsigned short HTotal; member
121 unsigned short HTotal; member
/Linux-v4.19/drivers/video/fbdev/kyro/
DSTG4000VTG.c70 u32 HBackPorcStrt, HFrontPorchStrt, HTotal, in SetupVTG() local
97 HTotal = pTiming->HTot; in SetupVTG()
122 tmp |= (HTotal) | (HBackPorcStrt << 16); in SetupVTG()
/Linux-v4.19/drivers/video/fbdev/sis/
Dvstruct.h196 unsigned short HTotal; member
201 unsigned short HTotal; member
Dinit301.c1824 modexres = SiS_Pr->SiS_ModeResInfo[resinfo].HTotal; in SiS_GetLCDResInfo()
3072 xres = SiS_Pr->SiS_StResInfo[resindex].HTotal; in SiS_GetCRT2ResInfo()
3075 xres = SiS_Pr->SiS_ModeResInfo[resindex].HTotal; in SiS_GetCRT2ResInfo()
/Linux-v4.19/drivers/video/fbdev/savage/
Dsavagefb.h142 unsigned int HTotal; member
Dsavagefb_driver.c169 reg->CRTC[0x00] = (timings->HTotal >> 3) - 5; in vgaHWInit()
991 timings.HTotal = timings.HSyncEnd + var->left_margin; in savagefb_decode_var()
1006 timings.HTotal *= 2; in savagefb_decode_var()
1110 i = ((((timings.HTotal >> 3) - 5) & 0x100) >> 8) | in savagefb_decode_var()
/Linux-v4.19/drivers/staging/xgifb/
Dvb_setmode.c692 tempax = XGI330_ModeResInfo[resindex].HTotal; in XGI_SetCRT1DE()
1021 xres = XGI330_ModeResInfo[resindex].HTotal; /* xres->ax */ in XGI_SetCRT1ModeRegs()
1174 xres = XGI330_ModeResInfo[resindex].HTotal; in XGI_GetLVDSResInfo()
2388 xres = XGI330_ModeResInfo[resindex].HTotal; /* xres->ax */ in XGI_GetCRT2ResInfo()
4177 xres = XGI330_ModeResInfo[resindex].HTotal; /* xres->ax */ in XGI_XG21CheckLVDSMode()
4238 xres = XGI330_ModeResInfo[resindex].HTotal; /* xres->ax */ in xgifb_set_lvds()