Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_crtc.c199 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()
H A Daspeed_gfx.h79 #define CRT_CTRL_VERTICAL_INTR_STS BIT(31) macro
H A Daspeed_gfx_drv.c131 if (reg & CRT_CTRL_VERTICAL_INTR_STS) { in aspeed_gfx_irq_handler()