Lines Matching defs:PanelID
803 unsigned short PanelID, DelayIndex, Delay=0;
810 PanelID = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36);
812 if(SiS_Pr->SiS_VBType & VB_SIS301) PanelID &= 0xf7;
813 if(!(SiS_GetReg(SiS_Pr->SiS_P3c4,0x18) & 0x10)) PanelID = 0x12;
815 DelayIndex = PanelID >> 4;
816 if((DelayTime >= 2) && ((PanelID & 0x0f) == 1)) {
854 PanelID = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36);
856 if(!(SiS_GetReg(SiS_Pr->SiS_P3c4,0x1b) & 0x10)) PanelID = 0x12;
859 DelayIndex = PanelID & 0x0f;
861 DelayIndex = PanelID >> 4;
863 if((DelayTime >= 2) && ((PanelID & 0x0f) == 1)) {