Home
last modified time | relevance | path

Searched refs:PLL_LOCKED (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/phy/qualcomm/
Dphy-qcom-qusb2.c36 #define PLL_LOCKED BIT(5) macro
307 .mask_core_ready = PLL_LOCKED,
330 .mask_core_ready = PLL_LOCKED,
357 .mask_core_ready = PLL_LOCKED,
369 .mask_core_ready = PLL_LOCKED,
/linux-6.1.9/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.h100 PLL_LOCKED enumerator
Danalogix_dp_reg.c226 return PLL_LOCKED; in analogix_dp_get_pll_lock_status()
/linux-6.1.9/drivers/gpu/drm/bridge/
Dcdns-dsi.c128 #define PLL_LOCKED BIT(0) macro
744 writel(PLL_LOCKED, dsi->regs + MCTL_MAIN_STS_CLR); in cdns_dsi_hs_init()
748 status & PLL_LOCKED, 100, 100)); in cdns_dsi_hs_init()