Home
last modified time | relevance | path

Searched refs:DP_PLL_PD (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.h337 #define DP_PLL_PD (0x1 << 7) macro
H A Danalogix_dp_reg.c234 u32 mask = DP_PLL_PD; in analogix_dp_set_pll_power_down()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h259 #define DP_PLL_PD (0x1 << 7) macro
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c258 reg &= ~(DP_PLL_PD); in exynos_dp_set_pll_power()
261 reg |= DP_PLL_PD; in exynos_dp_set_pll_power()