HomeSort by: relevance | last modified time | path
    Searched defs:clockIndex (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Mode.c 335 int clockIndex;
356 clockIndex = xf86GetNearestClock(scrp, p->Clock, allowDiv2,
359 modep->Clock = (scrp->clock[clockIndex] * DivFactor)
361 modep->ClockIndex = clockIndex;
362 modep->SynthClock = scrp->clock[clockIndex];
370 modep->ClockIndex = -1;
379 modep->ClockIndex = p->ClockIndex;
384 modep->ClockIndex = -1
    [all...]
xf86str.h 149 int clockIndex; /* -1 for programmable clocks */
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Mode.c 335 int clockIndex;
356 clockIndex = xf86GetNearestClock(scrp, p->Clock, allowDiv2,
359 modep->Clock = (scrp->clock[clockIndex] * DivFactor)
361 modep->ClockIndex = clockIndex;
362 modep->SynthClock = scrp->clock[clockIndex];
369 modep->ClockIndex = -1;
377 modep->ClockIndex = p->ClockIndex;
381 modep->ClockIndex = -1
    [all...]
xf86str.h 171 int ClockIndex;
236 int clockIndex; /* -1 for programmable clocks */

Completed in 12 milliseconds