Lines Matching refs:MCLK
2268 SiS_DoCalcDelay(struct SiS_Private *SiS_Pr, unsigned short MCLK, unsigned short VCLK,
2281 idx1 = longtemp % (MCLK * 16);
2282 longtemp /= (MCLK * 16);
2289 unsigned short colordepth, unsigned short MCLK)
2293 temp2 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 0);
2294 temp1 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 1);
2306 unsigned short temp, index, VCLK, MCLK, colorth;
2322 /* Get MCLK */
2324 MCLK = SiS_Pr->SiS_MCLKData_0[index].CLOCK;
2330 ThresholdLow = SiS_CalcDelay(SiS_Pr, VCLK, colorth, MCLK) + 1;
2446 /* Get MCLK * 16 */