Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/video/fbdev/sis/
Dinit301.c1758 SiS_Pr->PanelHRE = SISGETROMW(12); in SiS_GetLCDInfoBIOS()
1808 SiS_Pr->PanelHRE = 999; /* HSync end */ in SiS_GetLCDResInfo()
1989 SiS_Pr->PanelHRS = 40; SiS_Pr->PanelHRE = 128; in SiS_GetLCDResInfo()
1996 SiS_Pr->PanelHRS = 24; SiS_Pr->PanelHRE = 136; in SiS_GetLCDResInfo()
2003 SiS_Pr->PanelHRS = 24; SiS_Pr->PanelHRE = 136; in SiS_GetLCDResInfo()
2015 SiS_Pr->PanelHRS = 24; SiS_Pr->PanelHRE = 136; in SiS_GetLCDResInfo()
2028 SiS_Pr->PanelHRS = 110; SiS_Pr->PanelHRE = 40; in SiS_GetLCDResInfo()
2041 SiS_Pr->PanelHRS = 48; SiS_Pr->PanelHRE = 112; in SiS_GetLCDResInfo()
2049 SiS_Pr->PanelHRS = 48; SiS_Pr->PanelHRE = 112; in SiS_GetLCDResInfo()
2056 SiS_Pr->PanelHRS = 21; SiS_Pr->PanelHRE = 24; in SiS_GetLCDResInfo()
[all …]
Dvstruct.h481 unsigned short PanelHRS, PanelHRE; member
Dinit.c3431 SiS_Pr->CHSyncEnd = SiS_Pr->CHSyncStart + SiS_Pr->PanelHRE; in SiS_CalcLCDACRT1Timing()
3444 tempax = SiS_Pr->PanelHRE + 7; in SiS_CalcLCDACRT1Timing()
3469 tempax += SiS_Pr->PanelHRE; in SiS_CalcLCDACRT1Timing()