Lines Matching refs:indx
1328 int val, indx;
2117 if (xf86GetOptValInteger(cPtr->Options, OPTION_CRT_CLK_INDX, &indx)) {
2119 indx);
2120 cPtr->CRTclkInx = indx;
2122 if (xf86GetOptValInteger(cPtr->Options, OPTION_FP_CLK_INDX, &indx)) {
2124 "Force FP Clock index to %d\n", indx);
2125 cPtr->FPclkInx = indx;
2127 if (indx == cPtr->FPclkInx) {
2128 if (indx == 2)
2131 cPtr->FPclkInx = indx + 1;
2137 &indx)) {
2139 "Force FP Clock index to %d\n", indx);
2140 cPtr->FPclkInx = indx;
2141 if (indx == cPtr->CRTclkInx) {
2142 if (indx == 2)
2145 cPtr->CRTclkInx = indx + 1;