Home
last modified time | relevance | path

Searched refs:PLL_LOCK (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/drivers/phy/broadcom/
A Dphy-bcm-sr-usb.c46 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-6.3-rc2/drivers/clk/axs10x/
A Dpll_clock.c63 #define PLL_LOCK BIT(0) macro
195 if (!(ioread32(clk->lock) & PLL_LOCK)) in axs10x_pll_set_rate()
/linux-6.3-rc2/drivers/soc/imx/
A Dimx8mp-blk-ctrl.c27 #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-6.3-rc2/drivers/phy/ti/
A Dphy-ti-pipe3.c44 #define PLL_LOCK 0x2 macro
395 if (val & PLL_LOCK) in ti_pipe3_dpll_wait_lock()
530 if ((val & PLL_LOCK) && phy->mode == PIPE3_MODE_SATA) in ti_pipe3_init()
/linux-6.3-rc2/drivers/gpu/drm/bridge/analogix/
A Danalogix_dp_reg.h331 #define PLL_LOCK (0x1 << 4) macro
A Danalogix_dp_reg.c225 if (reg & PLL_LOCK) in analogix_dp_get_pll_lock_status()
/linux-6.3-rc2/drivers/staging/emxx_udc/
A Demxx_udc.h358 #define PLL_LOCK BIT(4) /* R */ macro
A Demxx_udc.c2165 while (!(_nbu2ss_readl(&udc->p_regs->EPCTR) & PLL_LOCK)) { in _nbu2ss_enable_controller()
2864 if (data & PLL_LOCK) in nbu2ss_gad_wakeup()
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_snps_phy.c1805 if (intel_de_wait_for_set(dev_priv, enable_reg, PLL_LOCK, 5)) in intel_mpllb_enable()
1845 if (intel_de_wait_for_clear(i915, enable_reg, PLL_LOCK, 5)) in intel_mpllb_disable()
A Dintel_dpll_mgr.c3795 if (intel_de_wait_for_set(dev_priv, enable_reg, PLL_LOCK, 1)) in icl_pll_enable()
3918 if (intel_de_wait_for_clear(dev_priv, enable_reg, PLL_LOCK, 1)) in icl_pll_disable()
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/
A Ddsi.c243 PIS(PLL_LOCK), in print_irq_status()
1070 PIS(PLL_LOCK); in dsi_dump_dsi_irqs()
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A Ddsi.c619 PIS(PLL_LOCK), in print_irq_status()
1569 PIS(PLL_LOCK); in dsi_dump_dsidev_irqs()
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_reg.h7232 #define PLL_LOCK (1 << 30) macro

Completed in 96 milliseconds