Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_irq.c441 uint32_t high1 = 0, high2 = 0, low = 0, count = 0; in gma_crtc_get_vblank_counter() local
478 high1 = ((REG_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >> in gma_crtc_get_vblank_counter()
484 } while (high1 != high2); in gma_crtc_get_vblank_counter()
486 count = (high1 << 8) | low; in gma_crtc_get_vblank_counter()