Home
last modified time | relevance | path

Searched refs:F_PLL_LOCK (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.h425 #define F_PLL_LOCK (0x1 << 3) macro
H A Danalogix_dp_reg.c371 reg &= ~(F_PLL_LOCK | PLL_LOCK_CTRL); in analogix_dp_init_analog_func()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h396 #define F_PLL_LOCK (0x1 << 3) macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h308 #define F_PLL_LOCK (0x1 << 3) macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp.h386 #define F_PLL_LOCK (0x1 << 3) macro
H A Danalogix_dp_reg.c365 reg &= ~(F_PLL_LOCK | PLL_LOCK_CTRL); in analogix_dp_init_analog_func()
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk_edp.c120 clrbits_le32(&regs->dp_debug_ctl, F_PLL_LOCK | PLL_LOCK_CTRL); in rk_edp_init_analog_func()
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c282 reg &= ~(F_PLL_LOCK | PLL_LOCK_CTRL); in exynos_dp_init_analog_func()