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

/linux-4.4.14/drivers/video/fbdev/kyro/
H A DSTG4000VTG.c70 u32 HBackPorcStrt, HFrontPorchStrt, HTotal, SetupVTG() local
97 HTotal = pTiming->HTot; SetupVTG()
122 tmp |= (HTotal) | (HBackPorcStrt << 16); SetupVTG()
/linux-4.4.14/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c771 if (maven_find_exact_clocks(mt->HTotal, mt->VTotal, m) == 0) maven_compute_timming()
774 lmargin = mt->HTotal - mt->HSyncEnd; maven_compute_timming()
776 hcrt = mt->HTotal - slen - mt->delay; maven_compute_timming()
780 if (m->hcorr < mt->HTotal) maven_compute_timming()
782 if (hcrt > mt->HTotal) maven_compute_timming()
783 hcrt -= mt->HTotal; maven_compute_timming()
784 if (hcrt + 2 > mt->HTotal) maven_compute_timming()
837 if (mt->HTotal) maven_compute_timming()
838 hdec = 94208 / (mt->HTotal); maven_compute_timming()
930 m->regs[0x96] = mt->HTotal; maven_compute_timming()
931 m->regs[0x97] = mt->HTotal >> 8; maven_compute_timming()
940 tmpi = mt->HTotal - mt->HSyncStart; maven_compute_timming()
948 tmpi = mt->HTotal + 1; maven_compute_timming()
967 tmpi = mt->HTotal - mt->delay; maven_compute_timming()
H A Dmatroxfb_crtc2.c111 if ((mt->HTotal & 7) == 2) { matroxfb_dh_restore()
113 mt->HTotal &= ~7; matroxfb_dh_restore()
116 mga_outl(0x3C14, ((mt->HDisplay - 8) << 16) | (mt->HTotal - 8)); matroxfb_dh_restore()
H A Dmatroxfb_misc.c120 mt->HTotal = mt->HSyncEnd + var->left_margin; matroxfb_var2my()
242 ht = m->HTotal >> 3; matroxfb_vgaHWinit()
H A Dmatroxfb_base.h194 unsigned int HTotal; member in struct:my_timming
H A Dmatroxfb_g450.c327 mt->HTotal = hlen; computeRegs()
H A Dmatroxfb_Ti3026.c429 if (m->HTotal >= 1536) Ti3026_init()
/linux-4.4.14/drivers/usb/misc/sisusbvga/
H A Dsisusb_struct.h79 unsigned short HTotal; member in struct:SiS_StResInfo_S
120 unsigned short HTotal; member in struct:SiS_ModeResInfo
/linux-4.4.14/drivers/video/fbdev/sis/
H A Dvstruct.h196 unsigned short HTotal; member in struct:SiS_StResInfo_S
201 unsigned short HTotal; member in struct:SiS_ModeResInfo_S
H A Dinit301.c1498 modexres = SiS_Pr->SiS_ModeResInfo[resinfo].HTotal; SiS_GetLCDResInfo()
2748 xres = SiS_Pr->SiS_StResInfo[resindex].HTotal; SiS_GetCRT2ResInfo()
2751 xres = SiS_Pr->SiS_ModeResInfo[resindex].HTotal; SiS_GetCRT2ResInfo()
/linux-4.4.14/drivers/video/fbdev/savage/
H A Dsavagefb.h142 unsigned int HTotal; member in struct:xtimings
H A Dsavagefb_driver.c169 reg->CRTC[0x00] = (timings->HTotal >> 3) - 5; vgaHWInit()
991 timings.HTotal = timings.HSyncEnd + var->left_margin; savagefb_decode_var()
1006 timings.HTotal *= 2; savagefb_decode_var()
1110 i = ((((timings.HTotal >> 3) - 5) & 0x100) >> 8) | savagefb_decode_var()
/linux-4.4.14/drivers/staging/xgifb/
H A Dvb_setmode.c692 tempax = XGI330_ModeResInfo[resindex].HTotal; XGI_SetCRT1DE()
1023 xres = XGI330_ModeResInfo[resindex].HTotal; /* xres->ax */ XGI_SetCRT1ModeRegs()
1177 xres = XGI330_ModeResInfo[resindex].HTotal; XGI_GetLVDSResInfo()
2405 xres = XGI330_ModeResInfo[resindex].HTotal; /* xres->ax */ XGI_GetCRT2ResInfo()
4196 xres = XGI330_ModeResInfo[resindex].HTotal; /* xres->ax */ XGI_XG21CheckLVDSMode()
4257 xres = XGI330_ModeResInfo[resindex].HTotal; /* xres->ax */ xgifb_set_lvds()

Completed in 994 milliseconds