Searched refs:PLL_LOCK (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/phy/broadcom/ |
| D | phy-bcm-sr-usb.c | 54 PLL_LOCK, enumerator 62 [PLL_LOCK] = 3, 71 [PLL_LOCK] = 6, 179 BIT(u3pll_ctrl[PLL_LOCK])); in bcm_usb_ss_phy_init() 223 BIT(u2pll_ctrl[PLL_LOCK])); in bcm_usb_hs_phy_init()
|
| /Linux-v5.4/drivers/clk/axs10x/ |
| D | pll_clock.c | 66 #define PLL_LOCK BIT(0) macro 198 if (!(ioread32(clk->lock) & PLL_LOCK)) in axs10x_pll_set_rate()
|
| /Linux-v5.4/drivers/phy/ti/ |
| D | phy-ti-pipe3.c | 44 #define PLL_LOCK 0x2 macro 396 if (val & PLL_LOCK) in ti_pipe3_dpll_wait_lock() 531 if ((val & PLL_LOCK) && phy->mode == PIPE3_MODE_SATA) in ti_pipe3_init()
|
| /Linux-v5.4/drivers/gpu/drm/bridge/analogix/ |
| D | analogix_dp_reg.h | 331 #define PLL_LOCK (0x1 << 4) macro
|
| D | analogix_dp_reg.c | 225 if (reg & PLL_LOCK) in analogix_dp_get_pll_lock_status()
|
| /Linux-v5.4/drivers/staging/emxx_udc/ |
| D | emxx_udc.h | 399 #define PLL_LOCK BIT04 /* R */ macro
|
| D | emxx_udc.c | 2171 while (!(_nbu2ss_readl(&udc->p_regs->EPCTR) & PLL_LOCK)) { in _nbu2ss_enable_controller() 2867 if (data & PLL_LOCK) in nbu2ss_gad_wakeup()
|
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_dpll_mgr.c | 2068 if (intel_de_wait_for_set(dev_priv, CNL_DPLL_ENABLE(id), PLL_LOCK, 5)) in cnl_ddi_pll_enable() 2112 if (intel_de_wait_for_clear(dev_priv, CNL_DPLL_ENABLE(id), PLL_LOCK, 5)) in cnl_ddi_pll_disable() 3267 if (intel_de_wait_for_set(dev_priv, enable_reg, PLL_LOCK, 1)) in icl_pll_enable() 3362 if (intel_de_wait_for_clear(dev_priv, enable_reg, PLL_LOCK, 1)) in icl_pll_disable()
|
| /Linux-v5.4/drivers/gpu/drm/omapdrm/dss/ |
| D | dsi.c | 612 PIS(PLL_LOCK), in print_irq_status() 1471 PIS(PLL_LOCK); in dsi_dump_dsi_irqs()
|
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | dsi.c | 619 PIS(PLL_LOCK), in print_irq_status() 1563 PIS(PLL_LOCK); in dsi_dump_dsidev_irqs()
|
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | i915_reg.h | 9750 #define PLL_LOCK (1 << 30) macro
|