Searched refs:INTSRC_FRAME_DONE (Results 1 - 2 of 2) sorted by relevance

/drivers/video/exynos/
H A Dexynos_mipi_dsi_regs.h124 #define INTSRC_FRAME_DONE (1 << 24) macro
H A Dexynos_mipi_dsi_lowlevel.c603 return (reg & INTSRC_FRAME_DONE) ? 1 : 0;
610 writel(reg | INTSRC_FRAME_DONE, dsim->reg_base +

Completed in 98 milliseconds