Searched refs:HIBMC_RAW_INTERRUPT_VBLANK (Results 1 – 2 of 2) sorted by relevance
40 if (status & HIBMC_RAW_INTERRUPT_VBLANK(1)) { in hibmc_interrupt()41 writel(HIBMC_RAW_INTERRUPT_VBLANK(1), in hibmc_interrupt()
162 #define HIBMC_RAW_INTERRUPT_VBLANK(x) ((x) << 2) macro