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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dinit301.c481 unsigned short PanelID, DelayIndex, Delay=0; local
488 PanelID = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36);
490 if(SiS_Pr->SiS_VBType & VB_SIS301) PanelID &= 0xf7;
491 if(!(SiS_GetReg(SiS_Pr->SiS_P3c4,0x18) & 0x10)) PanelID = 0x12;
493 DelayIndex = PanelID >> 4;
494 if((DelayTime >= 2) && ((PanelID & 0x0f) == 1)) {
534 PanelID = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36);
536 if(!(SiS_GetReg(SiS_Pr->SiS_P3c4,0x1b) & 0x10)) PanelID = 0x12;
539 DelayIndex = PanelID & 0x0f;
541 DelayIndex = PanelID >>
[all...]

Completed in 62 milliseconds