Lines Matching refs:idx2
2237 unsigned short *idx2)
2245 (*idx2) = (unsigned short)(ThTiming[((temp2 >> 3) | temp1) & 0x07]);
2252 SiS_GetFIFOThresholdA300(unsigned short idx1, unsigned short idx2)
2260 return (unsigned short)((ThLowA[idx1 + 1] * idx2) + ThLowA[idx1]);
2264 SiS_GetFIFOThresholdB300(unsigned short idx1, unsigned short idx2)
2272 return (unsigned short)((ThLowB[idx1 + 1] * idx2) + ThLowB[idx1]);
2279 unsigned short idx1, idx2;
2282 SiS_GetFIFOThresholdIndex300(SiS_Pr, &idx1, &idx2);
2285 longtemp *= SiS_GetFIFOThresholdA300(idx1, idx2);
2287 longtemp *= SiS_GetFIFOThresholdB300(idx1, idx2);