Home
last modified time | relevance | path

Searched refs:high1 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/intel/io/drm/
H A Di915_irq.c198 u32 high1, high2, low, count; in i915_get_vblank_counter() local
214 high1 = ((I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >> in i915_get_vblank_counter()
220 } while (high1 != high2); in i915_get_vblank_counter()
222 count = (high1 << 8) | low; in i915_get_vblank_counter()
/titanic_41/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c527 uint32_t high1, high2, low; in hpet_read_main_counter_value() local
546 high1 = high2; in hpet_read_main_counter_value()
549 } while (high2 != high1); in hpet_read_main_counter_value()
551 value = ((uint64_t)high1 << 32) | low; in hpet_read_main_counter_value()