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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit301.c5148 unsigned short temp, index, modeidindex, refreshratetableindex; local in function:SiS_SetCRT2FIFO_300
5161 SiS_SearchModeID(SiS_Pr, &CRT1ModeNo, &modeidindex);
5164 refreshratetableindex = SiS_GetRatePtr(SiS_Pr, CRT1ModeNo, modeidindex);
5172 colorth = SiS_GetColorDepth(SiS_Pr,CRT1ModeNo,modeidindex) >> 1;
5258 SiS_SearchModeID(SiS_Pr, &CRT2ModeNo, &modeidindex);
5260 refreshratetableindex = SiS_GetRatePtr(SiS_Pr, CRT2ModeNo, modeidindex);
5263 index = SiS_GetVCLK2Ptr(SiS_Pr, CRT2ModeNo, modeidindex, refreshratetableindex);
5283 colorth = SiS_GetColorDepth(SiS_Pr,CRT2ModeNo,modeidindex) >> 1;

Completed in 11 milliseconds