Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/imx/lcdc/
H A Dimx-lcdc.c90 #define INTR_EOF BIT(1) /* VBLANK Interrupt Bit */ macro
247 writel(INTR_EOF, lcdc->base + IMX21LCDC_LIER); in imx_lcdc_pipe_enable()
375 if (status & INTR_EOF) { in imx_lcdc_irq_handler()