Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h49 #define DSIM_PLL_STABLE (1 << 31) macro
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.c590 return reg & DSIM_PLL_STABLE ? 1 : 0; in exynos_mipi_dsi_is_pll_stable()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c36 #define DSIM_PLL_STABLE BIT(31) macro
664 } while ((reg & DSIM_PLL_STABLE) == 0); in samsung_dsim_set_pll()