Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_irq.c248 error_handler->irqmask &= ~DISPC_IRQ_SYNC_LOST_DIGIT; in omap_irq_postinstall()
Domap_crtc.c273 irqstatus &= ~DISPC_IRQ_SYNC_LOST_DIGIT; in omap_crtc_error_irq()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddispc-compat.c40 DISPC_IRQ_SYNC_LOST_DIGIT)
Ddispc.c191 .sync_lost_irq = DISPC_IRQ_SYNC_LOST_DIGIT,
499 dispc_clear_irqstatus(DISPC_IRQ_SYNC_LOST_DIGIT); in dispc_restore_context()
/linux-4.1.27/include/video/
Domapdss.h43 #define DISPC_IRQ_SYNC_LOST_DIGIT (1 << 15) macro