Searched refs:maxHorizontalPulseWidthClocks (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/IOGraphics-485/tools/
H A Drange.c86 printf(" maxHorizontalPulseWidthClocks %ld\n", range->maxHorizontalPulseWidthClocks);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h492 * @field maxHorizontalPulseWidthClocks maximum value of horizontalPulseWidth.
567 UInt32 maxHorizontalPulseWidthClocks; member in struct:IODisplayTimingRange
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIODisplayLib.c626 range->maxHorizontalPulseWidthClocks = 0xffffffff;
1290 fprintf(connectRef->logfile, " maxHorizontalPulseWidthClocks %d\n", (int) range->maxHorizontalPulseWidthClocks);
1467 if( (timing->horizontalSyncPulseWidth > range->maxHorizontalPulseWidthClocks)

Completed in 185 milliseconds