Home
last modified time | relevance | path

Searched refs:PLL_LOCK_CTRL (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.h426 #define PLL_LOCK_CTRL (0x1 << 2) 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.h397 #define PLL_LOCK_CTRL (0x1 << 2) macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h309 #define PLL_LOCK_CTRL (0x1 << 2) macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp.h387 #define PLL_LOCK_CTRL (0x1 << 2) 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt2800.h238 #define PLL_LOCK_CTRL FIELD32(0x70000000) macro