Searched refs:high2 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/gma500/ |
| A D | psb_irq.c | 462 uint32_t high1 = 0, high2 = 0, low = 0, count = 0; in psb_get_vblank_counter() local 503 high2 = ((REG_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >> in psb_get_vblank_counter() 505 } while (high1 != high2); in psb_get_vblank_counter()
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| A D | main.c | 399 u32 high2; in b43legacy_tsf_read() local 406 high2 = b43legacy_read32(dev, in b43legacy_tsf_read() 408 } while (unlikely(high != high2)); in b43legacy_tsf_read()
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_irq.c | 679 u32 high1, high2, low, pixel, vbl_start, hsync_start, htotal; in i915_get_vblank_counter() local 721 high2 = intel_de_read_fw(dev_priv, high_frame) & PIPE_FRAME_HIGH_MASK; in i915_get_vblank_counter() 722 } while (high1 != high2); in i915_get_vblank_counter()
|
Completed in 18 milliseconds