Searched refs:mcc (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_Ti.c322 int mclk, m, n, p, mcc, cr5c; local in function:S3TiDAC_PreInit
334 mcc = S3InTiIndReg(pScrn, TIDAC_clock_ctrl);
335 if (mcc & 0x08)
336 mcc = (mcc & 0x07) * 2 + 2;
338 mcc = 1;
340 mclk = ((1431818 * ((m+2) * 8)) / (n+2) / (1 << p) / mcc + 50) / 100;

Completed in 3 milliseconds