Lines Matching refs:MCLK
186 { OPTION_MCLK, "MCLK", OPTV_FREQ, {0}, FALSE },
1143 /* MCLK defaults */
1147 pSmi->MCLK = 157000;
1155 pSmi->MCLK = 112000;
1160 pSmi->MCLK = 0;
1164 /* MCLK from user settings */
1167 pSmi->MCLK = (int)(real * 1000.0);
1174 mclk = pSmi->MCLK;
1183 /* Already programmed MCLK */
1184 if (pSmi->MCLK == 0) {
1210 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "MCLK = %1.3f\n", mclk / 1000.0);