Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-exynos/include/mach/
Ddsim.h135 #define INTSRC_FRAME_DONE (1 << 24) macro
/external/u-boot/drivers/video/exynos/
Dexynos_mipi_dsi_lowlevel.c619 return (reg & INTSRC_FRAME_DONE) ? 1 : 0; in _exynos_mipi_dsi_get_frame_done_status()
628 writel(reg | INTSRC_FRAME_DONE, &mipi_dsim->intsrc); in _exynos_mipi_dsi_clear_frame_done()