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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dinit301.c153 ((SiS_Pr->SiS_VBType & VB_SISLVDS) || (!SiS_Pr->PanelSelfDetected))) {
186 ((SiS_Pr->SiS_VBType & VB_SISLVDS) || (!SiS_Pr->PanelSelfDetected))) {
207 if(SiS_Pr->SiS_VBType & VB_SISVB) {
214 if(SiS_Pr->SiS_VBType & VB_SIS30xBLV) {
216 if(SiS_Pr->SiS_VBType & VB_SISRAMDAC202) {
226 if(SiS_Pr->SiS_VBType & VB_SISVB) {
240 if(SiS_Pr->SiS_VBType & VB_SIS30xBLV) {
323 if(SiS_Pr->SiS_VBType & VB_SISVB) {
325 if(SiS_Pr->SiS_VBType & VB_NoLCD) index = 0;
329 if(!(SiS_Pr->SiS_VBType
[all...]
H A Dinit.c1422 SiS_Pr->SiS_VBType = 0;
1438 SiS_Pr->SiS_VBType = VB_SIS302B;
1441 SiS_Pr->SiS_VBType = VB_SIS301C;
1443 SiS_Pr->SiS_VBType = VB_SIS301B;
1446 if(!(nolcd & 0x02)) SiS_Pr->SiS_VBType |= VB_NoLCD;
1448 SiS_Pr->SiS_VBType = VB_SIS301;
1451 if(SiS_Pr->SiS_VBType & (VB_SIS301B | VB_SIS301C | VB_SIS302B)) {
1454 if(flag == 0xff) SiS_Pr->SiS_VBType = VB_SIS302LV;
1455 else SiS_Pr->SiS_VBType = VB_SIS301C; /* VB_SIS302ELV; */
1457 SiS_Pr->SiS_VBType
[all...]
H A Dvstruct.h321 unsigned short SiS_VBType; member in struct:SiS_Private

Completed in 111 milliseconds