Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_irq.c250 error_handler->irqmask &= ~DISPC_IRQ_SYNC_LOST_DIGIT; in omap_drm_irq_install()
Domap_crtc.c293 irqstatus &= ~DISPC_IRQ_SYNC_LOST_DIGIT; in omap_crtc_error_irq()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddispc-compat.c40 DISPC_IRQ_SYNC_LOST_DIGIT)
Ddispc.c195 .sync_lost_irq = DISPC_IRQ_SYNC_LOST_DIGIT,
503 dispc_clear_irqstatus(DISPC_IRQ_SYNC_LOST_DIGIT); in dispc_restore_context()
/linux-4.4.14/include/video/
Domapdss.h43 #define DISPC_IRQ_SYNC_LOST_DIGIT (1 << 15) macro