Lines Matching refs:PanelID
489 unsigned short PanelID, DelayIndex, Delay=0;
496 PanelID = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36);
498 if(SiS_Pr->SiS_VBType & VB_SIS301) PanelID &= 0xf7;
499 if(!(SiS_GetReg(SiS_Pr->SiS_P3c4,0x18) & 0x10)) PanelID = 0x12;
501 DelayIndex = PanelID >> 4;
502 if((DelayTime >= 2) && ((PanelID & 0x0f) == 1)) {
542 PanelID = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36);
544 if(!(SiS_GetReg(SiS_Pr->SiS_P3c4,0x1b) & 0x10)) PanelID = 0x12;
547 DelayIndex = PanelID & 0x0f;
549 DelayIndex = PanelID >> 4;
551 if((DelayTime >= 2) && ((PanelID & 0x0f) == 1)) {