Home
last modified time | relevance | path

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

/drivers/video/sis/
Dinit301.c149 ((SiS_Pr->SiS_VBType & VB_SISLVDS) || (!SiS_Pr->PanelSelfDetected))) { in GetLCDStructPtr661()
182 ((SiS_Pr->SiS_VBType & VB_SISLVDS) || (!SiS_Pr->PanelSelfDetected))) { in GetLCDStructPtr661_2()
203 if(SiS_Pr->SiS_VBType & VB_SISVB) { in SiS_AdjustCRT2Rate()
210 if(SiS_Pr->SiS_VBType & VB_SIS30xBLV) { in SiS_AdjustCRT2Rate()
212 if(SiS_Pr->SiS_VBType & VB_SISRAMDAC202) { in SiS_AdjustCRT2Rate()
222 if(SiS_Pr->SiS_VBType & VB_SISVB) { in SiS_AdjustCRT2Rate()
236 if(SiS_Pr->SiS_VBType & VB_SIS30xBLV) { in SiS_AdjustCRT2Rate()
319 if(SiS_Pr->SiS_VBType & VB_SISVB) { in SiS_GetRatePtr()
321 if(SiS_Pr->SiS_VBType & VB_NoLCD) index = 0; in SiS_GetRatePtr()
325 if(!(SiS_Pr->SiS_VBType & VB_NoLCD)) { in SiS_GetRatePtr()
[all …]
Dinit.c1422 SiS_Pr->SiS_VBType = 0; in SiS_GetVBType()
1438 SiS_Pr->SiS_VBType = VB_SIS302B; in SiS_GetVBType()
1441 SiS_Pr->SiS_VBType = VB_SIS301C; in SiS_GetVBType()
1443 SiS_Pr->SiS_VBType = VB_SIS301B; in SiS_GetVBType()
1446 if(!(nolcd & 0x02)) SiS_Pr->SiS_VBType |= VB_NoLCD; in SiS_GetVBType()
1448 SiS_Pr->SiS_VBType = VB_SIS301; in SiS_GetVBType()
1451 if(SiS_Pr->SiS_VBType & (VB_SIS301B | VB_SIS301C | VB_SIS302B)) { in SiS_GetVBType()
1454 if(flag == 0xff) SiS_Pr->SiS_VBType = VB_SIS302LV; in SiS_GetVBType()
1455 else SiS_Pr->SiS_VBType = VB_SIS301C; /* VB_SIS302ELV; */ in SiS_GetVBType()
1457 SiS_Pr->SiS_VBType = VB_SIS301LV; in SiS_GetVBType()
[all …]
Dvstruct.h309 unsigned short SiS_VBType; member