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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit301.c489 unsigned short PanelID, DelayIndex, Delay=0; local in function:SiS_PanelDelay
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 >>
[all...]

Completed in 4 milliseconds