Searched defs:high2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_irq.c198 u32 high1, high2, low, count; local
218 high2 = ((I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >>
220 } while (high1 != high2);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c527 uint32_t high1, high2, low; local
544 high2 = counter[1];
546 high1 = high2;
548 high2 = counter[1];
549 } while (high2 != high1);

Completed in 48 milliseconds