Searched refs:PLL_READY (Results 1 – 5 of 5) sorted by relevance
35 while (--timeout && ((readl(&phy_regs->utmi_pll) & PLL_READY) == 0)) in utmi_phy_init()51 while (--timeout && ((readl(&phy_regs->utmi_pll) & PLL_READY) == 0)) in utmi_phy_init()
26 #define PLL_READY 0x800000 macro
31 #define PLL_READY BIT(31) macro156 reg & PLL_READY, in mvebu_a3700_utmi_phy_power_on()
61 #define PLL_READY (0x1 << 23) macro226 while ((u2o_get(base, UTMI_PLL) & PLL_READY) == 0) { in pxa_usb_phy_init()
439 CS42L43_IRQ_REG(PLL_READY, PLL),