Home
last modified time | relevance | path

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

/linux-3.3/drivers/video/omap2/dss/
Ddispc.c57 DISPC_IRQ_SYNC_LOST_DIGIT)
373 dispc_write_reg(DISPC_IRQSTATUS, DISPC_IRQ_SYNC_LOST_DIGIT); in dispc_restore_context()
1985 dispc.irq_error_mask &= ~DISPC_IRQ_SYNC_LOST_DIGIT; in dispc_mgr_enable_digit_out()
2029 dispc.irq_error_mask |= DISPC_IRQ_SYNC_LOST_DIGIT; in dispc_mgr_enable_digit_out()
2030 dispc_write_reg(DISPC_IRQSTATUS, DISPC_IRQ_SYNC_LOST_DIGIT); in dispc_mgr_enable_digit_out()
3064 DISPC_IRQ_SYNC_LOST_DIGIT, in dispc_error_worker()
/linux-3.3/include/video/
Domapdss.h40 #define DISPC_IRQ_SYNC_LOST_DIGIT (1 << 15) macro