Lines Matching defs:ThresholdLow
2305 unsigned short ThresholdLow = 0;
2330 ThresholdLow = SiS_CalcDelay(SiS_Pr, VCLK, colorth, MCLK) + 1;
2331 if(ThresholdLow < 0x13) break;
2333 ThresholdLow = 0x13;
2339 } else ThresholdLow = 2;
2342 temp = (ThresholdLow << 4) | 0x0f;
2345 temp = (ThresholdLow & 0x10) << 1;
2353 temp = ThresholdLow + 3;
2406 unsigned short ThresholdLow = 0;
2462 ThresholdLow = 0x13;
2467 ThresholdLow = templ;
2475 ThresholdLow = 0x02;
2480 data = ((ThresholdLow & 0x0f) << 4) | 0x0f;
2483 data = (ThresholdLow & 0x10) << 1;
2490 data = ThresholdLow + 3;