Home
last modified time | relevance | path

Searched refs:PanelHRE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/sis/
Dinit301.c1434 SiS_Pr->PanelHRE = SISGETROMW(12); in SiS_GetLCDInfoBIOS()
1484 SiS_Pr->PanelHRE = 999; /* HSync end */ in SiS_GetLCDResInfo()
1665 SiS_Pr->PanelHRS = 40; SiS_Pr->PanelHRE = 128; in SiS_GetLCDResInfo()
1672 SiS_Pr->PanelHRS = 24; SiS_Pr->PanelHRE = 136; in SiS_GetLCDResInfo()
1679 SiS_Pr->PanelHRS = 24; SiS_Pr->PanelHRE = 136; in SiS_GetLCDResInfo()
1691 SiS_Pr->PanelHRS = 24; SiS_Pr->PanelHRE = 136; in SiS_GetLCDResInfo()
1704 SiS_Pr->PanelHRS = 110; SiS_Pr->PanelHRE = 40; in SiS_GetLCDResInfo()
1717 SiS_Pr->PanelHRS = 48; SiS_Pr->PanelHRE = 112; in SiS_GetLCDResInfo()
1725 SiS_Pr->PanelHRS = 48; SiS_Pr->PanelHRE = 112; in SiS_GetLCDResInfo()
1732 SiS_Pr->PanelHRS = 21; SiS_Pr->PanelHRE = 24; in SiS_GetLCDResInfo()
[all …]
Dvstruct.h481 unsigned short PanelHRS, PanelHRE; member
Dinit.c3433 SiS_Pr->CHSyncEnd = SiS_Pr->CHSyncStart + SiS_Pr->PanelHRE; in SiS_CalcLCDACRT1Timing()
3446 tempax = SiS_Pr->PanelHRE + 7; in SiS_CalcLCDACRT1Timing()
3471 tempax += SiS_Pr->PanelHRE; in SiS_CalcLCDACRT1Timing()