Searched refs:ThresholdLow (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 Dinit.c2289 unsigned short ThresholdLow = 0; local
2314 ThresholdLow = SiS_CalcDelay(SiS_Pr, VCLK, colorth, MCLK) + 1;
2315 if(ThresholdLow < 0x13) break;
2317 ThresholdLow = 0x13;
2323 } else ThresholdLow = 2;
2326 temp = (ThresholdLow << 4) | 0x0f;
2329 temp = (ThresholdLow & 0x10) << 1;
2337 temp = ThresholdLow + 3;
2390 unsigned short ThresholdLow = 0; local
2447 ThresholdLow
[all...]

Completed in 44 milliseconds