ThresholdLow     2305 drivers/video/fbdev/sis/init.c    unsigned short ThresholdLow = 0;
ThresholdLow     2330 drivers/video/fbdev/sis/init.c 	 ThresholdLow = SiS_CalcDelay(SiS_Pr, VCLK, colorth, MCLK) + 1;
ThresholdLow     2331 drivers/video/fbdev/sis/init.c 	 if(ThresholdLow < 0x13) break;
ThresholdLow     2333 drivers/video/fbdev/sis/init.c 	 ThresholdLow = 0x13;
ThresholdLow     2339 drivers/video/fbdev/sis/init.c    } else ThresholdLow = 2;
ThresholdLow     2342 drivers/video/fbdev/sis/init.c    temp = (ThresholdLow << 4) | 0x0f;
ThresholdLow     2345 drivers/video/fbdev/sis/init.c    temp = (ThresholdLow & 0x10) << 1;
ThresholdLow     2353 drivers/video/fbdev/sis/init.c    temp = ThresholdLow + 3;
ThresholdLow     2406 drivers/video/fbdev/sis/init.c    unsigned short  ThresholdLow = 0;
ThresholdLow     2463 drivers/video/fbdev/sis/init.c 	       ThresholdLow = 0x13;
ThresholdLow     2468 drivers/video/fbdev/sis/init.c 	    ThresholdLow = templ;
ThresholdLow     2476 drivers/video/fbdev/sis/init.c       ThresholdLow = 0x02;
ThresholdLow     2481 drivers/video/fbdev/sis/init.c    data = ((ThresholdLow & 0x0f) << 4) | 0x0f;
ThresholdLow     2484 drivers/video/fbdev/sis/init.c    data = (ThresholdLow & 0x10) << 1;
ThresholdLow     2491 drivers/video/fbdev/sis/init.c    data = ThresholdLow + 3;