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

/opensolaris-onvv-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c544 uint32_t high1, high2, low; local
561 high2 = counter[1];
563 high1 = high2;
565 high2 = counter[1];
566 } while (high2 != high1);
/opensolaris-onvv-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);

Completed in 103 milliseconds