Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/sis/
Dinit301.c475 ((SiS_Pr->SiS_VBType & VB_SISLVDS) || (!SiS_Pr->PanelSelfDetected))) { in GetLCDStructPtr661()
508 ((SiS_Pr->SiS_VBType & VB_SISLVDS) || (!SiS_Pr->PanelSelfDetected))) { in GetLCDStructPtr661_2()
529 if(SiS_Pr->SiS_VBType & VB_SISVB) { in SiS_AdjustCRT2Rate()
536 if(SiS_Pr->SiS_VBType & VB_SIS30xBLV) { in SiS_AdjustCRT2Rate()
538 if(SiS_Pr->SiS_VBType & VB_SISRAMDAC202) { in SiS_AdjustCRT2Rate()
548 if(SiS_Pr->SiS_VBType & VB_SISVB) { in SiS_AdjustCRT2Rate()
562 if(SiS_Pr->SiS_VBType & VB_SIS30xBLV) { in SiS_AdjustCRT2Rate()
645 if(SiS_Pr->SiS_VBType & VB_SISVB) { in SiS_GetRatePtr()
647 if(SiS_Pr->SiS_VBType & VB_NoLCD) index = 0; in SiS_GetRatePtr()
651 if(!(SiS_Pr->SiS_VBType & VB_NoLCD)) { in SiS_GetRatePtr()
[all …]
Dinit.c1423 SiS_Pr->SiS_VBType = 0; in SiS_GetVBType()
1439 SiS_Pr->SiS_VBType = VB_SIS302B; in SiS_GetVBType()
1442 SiS_Pr->SiS_VBType = VB_SIS301C; in SiS_GetVBType()
1444 SiS_Pr->SiS_VBType = VB_SIS301B; in SiS_GetVBType()
1447 if(!(nolcd & 0x02)) SiS_Pr->SiS_VBType |= VB_NoLCD; in SiS_GetVBType()
1449 SiS_Pr->SiS_VBType = VB_SIS301; in SiS_GetVBType()
1452 if(SiS_Pr->SiS_VBType & (VB_SIS301B | VB_SIS301C | VB_SIS302B)) { in SiS_GetVBType()
1455 if(flag == 0xff) SiS_Pr->SiS_VBType = VB_SIS302LV; in SiS_GetVBType()
1456 else SiS_Pr->SiS_VBType = VB_SIS301C; /* VB_SIS302ELV; */ in SiS_GetVBType()
1458 SiS_Pr->SiS_VBType = VB_SIS301LV; in SiS_GetVBType()
[all …]
Dvstruct.h309 unsigned short SiS_VBType; member