Searched refs:PLL_LOCK (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/phy/broadcom/ |
| A D | phy-bcm-sr-usb.c | 46 PLL_LOCK, enumerator 53 [PLL_LOCK] = 3, 61 [PLL_LOCK] = 6, 150 BIT(u3pll_ctrl[PLL_LOCK])); in bcm_usb_ss_phy_init() 169 BIT(u2pll_ctrl[PLL_LOCK])); in bcm_usb_hs_phy_init()
|
| /linux/drivers/clk/axs10x/ |
| A D | pll_clock.c | 62 #define PLL_LOCK BIT(0) macro 194 if (!(ioread32(clk->lock) & PLL_LOCK)) in axs10x_pll_set_rate()
|
| /linux/drivers/pmdomain/imx/ |
| A D | imx8mp-blk-ctrl.c | 27 #define PLL_LOCK BIT(13) macro 117 val & PLL_LOCK, 10, 100); in clk_hsio_pll_prepare() 131 return regmap_test_bits(clk->regmap, GPR_REG1, PLL_LOCK); in clk_hsio_pll_is_prepared()
|
| /linux/drivers/phy/ti/ |
| A D | phy-ti-pipe3.c | 45 #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/drivers/gpu/drm/bridge/analogix/ |
| A D | analogix_dp_reg.h | 331 #define PLL_LOCK (0x1 << 4) macro
|
| A D | analogix_dp_reg.c | 225 val & PLL_LOCK, 120, in analogix_dp_wait_pll_locked()
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_snps_phy.c | 1869 if (intel_de_wait_for_set(dev_priv, enable_reg, PLL_LOCK, 5)) in intel_mpllb_enable() 1909 if (intel_de_wait_for_clear(i915, enable_reg, PLL_LOCK, 5)) in intel_mpllb_disable()
|
| A D | intel_dpll_mgr.c | 3923 if (intel_de_wait_for_set(i915, enable_reg, PLL_LOCK, 1)) in icl_pll_enable() 4036 if (intel_de_wait_for_clear(i915, enable_reg, PLL_LOCK, 1)) in icl_pll_disable()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| A D | dsi.c | 243 PIS(PLL_LOCK), in print_irq_status() 1070 PIS(PLL_LOCK); in dsi_dump_dsi_irqs()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| A D | dsi.c | 620 PIS(PLL_LOCK), in print_irq_status() 1570 PIS(PLL_LOCK); in dsi_dump_dsidev_irqs()
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_reg.h | 4218 #define PLL_LOCK REG_BIT(30) macro
|
Completed in 78 milliseconds