Searched refs:CRT_CTRL_VERTICAL_INTR_STS (Results 1 – 3 of 3) sorted by relevance
200 writel(reg | CRT_CTRL_VERTICAL_INTR_STS, priv->base + CRT_CTRL1); in aspeed_gfx_enable_vblank()217 writel(reg | CRT_CTRL_VERTICAL_INTR_STS, priv->base + CRT_CTRL1); in aspeed_gfx_disable_vblank()
79 #define CRT_CTRL_VERTICAL_INTR_STS BIT(31) macro
132 if (reg & CRT_CTRL_VERTICAL_INTR_STS) { in aspeed_gfx_irq_handler()