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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinitextx.c742 unsigned short index, myindex, lumsize, numcodes, panelvendor, panelproduct; local in function:SiS_SenseLCDDDC
1228 myindex = index;
1231 if(buffer[myindex] == seekcode) break;
1232 myindex += 4;
1234 if(buffer[myindex] == seekcode) {
1235 cr37 |= ((((buffer[myindex + 1] & 0x0c) ^ 0x0c) << 4) | 0x20);
H A Dinit301.c9865 unsigned short delay=0,index,myindex,temp,romptr=0; local in function:SetDelayComp
9981 myindex = GetLCDPtrIndex(SiS_Pr);
9996 delay = SiS310_LCDDelayCompensation_650301LV[myindex];
10001 delay = SiS310_LCDDelayCompensation_651301LV[myindex];
10003 delay = SiS310_LCDDelayCompensation_651302LV[myindex];
10026 delay = SiS310_LCDDelayCompensation_301[myindex];
10029 else if(SiS_Pr->ChipType <= SIS_315PRO) delay = SiS310_LCDDelayCompensation_3xx301LV[myindex];
10030 else delay = SiS310_LCDDelayCompensation_650301LV[myindex];
10037 else delay = SiS310_LCDDelayCompensation_3xx301B[myindex];
10876 unsigned short crt2crtc=0, modeflag, myindex local in function:SetOEMLCDData2
[all...]

Completed in 46 milliseconds