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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv04_timer.c39 uint32_t high1; local
41 high1 = high2;
44 } while (high1 != high2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_irq.c210 u32 high1, high2, low, count; local
227 high1 = ((I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >>
233 } while (high1 != high2);
235 count = (high1 << 8) | low;

Completed in 27 milliseconds