Searched refs:high1 (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
563 high1 = high2;
566 } while (high2 != high1);
568 value = ((uint64_t)high1 << 32) | low;
/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Di915_irq.c198 u32 high1, high2, low, count; local
214 high1 = ((I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >>
220 } while (high1 != high2);
222 count = (high1 << 8) | low;

Completed in 47 milliseconds