Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/omap/
H A Dlcdc.h34 #define OMAP_LCDC_IRQ_DONE (1 << 3) macro
H A Dlcdc.c109 l |= lcdc.irq_mask | OMAP_LCDC_IRQ_DONE; /* enabled IRQs */ in enable_controller()
124 mask &= ~OMAP_LCDC_IRQ_DONE; in disable_controller_async()
248 l &= ~OMAP_LCDC_IRQ_DONE; in lcdc_irq_handler()
537 enable_irqs(OMAP_LCDC_IRQ_DONE); in omap_lcdc_set_update_mode()