Searched refs:CRT_CTRL_VERTICAL_INTR_STS (Results 1 – 3 of 3) sorted by relevance
199 writel(reg | CRT_CTRL_VERTICAL_INTR_STS, priv->base + CRT_CTRL1); in aspeed_gfx_enable_vblank()216 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
133 if (reg & CRT_CTRL_VERTICAL_INTR_STS) { in aspeed_gfx_irq_handler()