Searched refs:PLL_LOCK (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | anxdp.c | 146 #define PLL_LOCK (1 << 4) macro 249 PLL_LOCK) != 0) in anxdp_await_pll_lock()
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_snps_phy.c | 1867 if (intel_de_wait_for_set(dev_priv, enable_reg, PLL_LOCK, 5)) in intel_mpllb_enable() 1907 if (intel_de_wait_for_clear(i915, enable_reg, PLL_LOCK, 5)) in intel_mpllb_disable()
|
H A D | intel_dpll_mgr.c | 3781 if (intel_de_wait_for_set(dev_priv, enable_reg, PLL_LOCK, 1)) in icl_pll_enable() 3899 if (intel_de_wait_for_clear(dev_priv, enable_reg, PLL_LOCK, 1)) in icl_pll_disable()
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_reg.h | 6084 #define PLL_LOCK REG_BIT(30) macro
|