Searched refs:LCDC_FRAME_DONE (Results 1 – 2 of 2) sorted by relevance
156 LCDC_FRAME_DONE | LCDC_SYNC_LOST); in tilcdc_crtc_enable_irqs()175 LCDC_FRAME_DONE | LCDC_SYNC_LOST); in tilcdc_crtc_disable_irqs()700 tilcdc_write(dev, LCDC_INT_ENABLE_SET_REG, LCDC_FRAME_DONE); in tilcdc_crtc_reset()969 if (stat & LCDC_FRAME_DONE) { in tilcdc_crtc_irq()
22 #define LCDC_FRAME_DONE BIT(0) macro