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

/macosx-10.10/IOGraphics-485/tools/
H A Drange.c96 printf(" maxVerticalPulseWidthClocks %ld\n", range->maxVerticalPulseWidthClocks);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h500 * @field maxVerticalPulseWidthClocks maximum value of verticalPulseWidth.
577 UInt32 maxVerticalPulseWidthClocks; member in struct:IODisplayTimingRange
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIODisplayLib.c630 range->maxVerticalPulseWidthClocks = 0xffffffff;
1300 fprintf(connectRef->logfile, " maxVerticalPulseWidthClocks %d\n", (int) range->maxVerticalPulseWidthClocks);
1474 if( (timing->verticalSyncPulseWidth > range->maxVerticalPulseWidthClocks)

Completed in 194 milliseconds