HomeSort by: relevance | last modified time | path
    Searched refs:MaxN (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-mach64/dist/src/
aticlock.h 48 CARD16 MinN, MaxN; /* Feedback divider and ... */
aticlock.c 231 else if (N > pATI->ClockDescriptor.MaxN)
232 N = pATI->ClockDescriptor.MaxN;
atipreinit.c 2113 if (pATI->ClockDescriptor.MaxN > 0)
2115 Numerator = pATI->ClockDescriptor.MaxN * pATI->ReferenceNumerator;

Completed in 5 milliseconds