Home | History | Annotate | Download | only in src

Lines Matching defs:clockRanges

481     ClockRangePtr clockRanges;
1220 * Setup the ClockRanges, which describe what clock ranges are available,
1223 clockRanges = xnfcalloc(sizeof(ClockRange), 1);
1224 clockRanges->next = NULL;
1225 clockRanges->minClock = 10000;
1227 clockRanges->maxClock = 440000;
1229 clockRanges->maxClock = 270000;
1230 clockRanges->clockIndex = -1; /* programmable */
1231 clockRanges->interlaceAllowed = TRUE; /* yes, S3V SVGA 3.3.2 */
1232 clockRanges->doubleScanAllowed = TRUE;
1243 /* (ClockRangePtr clockRanges) */
1244 clockRanges,