Lines Matching defs:MCLK
2276 SiS_DoCalcDelay(struct SiS_Private *SiS_Pr, unsigned short MCLK, unsigned short VCLK,
2289 idx1 = longtemp % (MCLK * 16);
2290 longtemp /= (MCLK * 16);
2297 unsigned short colordepth, unsigned short MCLK)
2301 temp2 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 0);
2302 temp1 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 1);
2314 unsigned short temp, index, VCLK, MCLK, colorth;
2330 /* Get MCLK */
2332 MCLK = SiS_Pr->SiS_MCLKData_0[index].CLOCK;
2338 ThresholdLow = SiS_CalcDelay(SiS_Pr, VCLK, colorth, MCLK) + 1;
2449 /* Get MCLK * 16 */