Home
last modified time | relevance | path

Searched refs:DSIM_PLL_STABLE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h50 #define DSIM_PLL_STABLE (1 << 31) macro
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.c591 return reg & DSIM_PLL_STABLE ? 1 : 0; in exynos_mipi_dsi_is_pll_stable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c45 #define DSIM_PLL_STABLE (1 << 31) macro
648 } while ((reg & DSIM_PLL_STABLE) == 0); in exynos_dsi_set_pll()