Searched refs:PLL_LOCK (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/clk/axs10x/ |
D | pll_clock.c | 65 #define PLL_LOCK BIT(0) macro 197 if (!(ioread32(clk->lock) & PLL_LOCK)) in axs10x_pll_set_rate()
|
/Linux-v4.19/drivers/phy/ti/ |
D | phy-ti-pipe3.c | 54 #define PLL_LOCK 0x2 macro 253 if (val & PLL_LOCK) in ti_pipe3_dpll_wait_lock() 370 if ((val & PLL_LOCK) && of_device_is_compatible(phy->dev->of_node, in ti_pipe3_init()
|
/Linux-v4.19/drivers/gpu/drm/bridge/analogix/ |
D | analogix_dp_reg.h | 334 #define PLL_LOCK (0x1 << 4) macro
|
D | analogix_dp_reg.c | 229 if (reg & PLL_LOCK) in analogix_dp_get_pll_lock_status()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_dpll_mgr.c | 2020 PLL_LOCK, in cnl_ddi_pll_enable() 2021 PLL_LOCK, in cnl_ddi_pll_enable() 2068 PLL_LOCK, in cnl_ddi_pll_disable() 3103 if (intel_wait_for_register(dev_priv, enable_reg, PLL_LOCK, PLL_LOCK, in icl_pll_enable() 3130 if (intel_wait_for_register(dev_priv, enable_reg, PLL_LOCK, 0, 1)) in icl_pll_disable()
|
D | i915_reg.h | 9325 #define PLL_LOCK (1 << 30) macro
|
/Linux-v4.19/drivers/staging/emxx_udc/ |
D | emxx_udc.h | 402 #define PLL_LOCK BIT04 /* R */ macro
|
D | emxx_udc.c | 2255 while (!(_nbu2ss_readl(&udc->p_regs->EPCTR) & PLL_LOCK)) { in _nbu2ss_enable_controller() 2978 if (data & PLL_LOCK) in nbu2ss_gad_wakeup()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 643 PIS(PLL_LOCK), in print_irq_status() 1548 PIS(PLL_LOCK); in dsi_dump_dsi_irqs()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 630 PIS(PLL_LOCK), in print_irq_status() 1574 PIS(PLL_LOCK); in dsi_dump_dsidev_irqs()
|