Home
last modified time | relevance | path

Searched refs:PLL_READY (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dutmi-armada100.c35 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()
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/
H A Dutmi-armada100.h26 #define PLL_READY 0x800000 macro
/openbmc/linux/drivers/phy/marvell/
H A Dphy-mvebu-a3700-utmi.c31 #define PLL_READY BIT(31) macro
156 reg & PLL_READY, in mvebu_a3700_utmi_phy_power_on()
H A Dphy-pxa-usb.c61 #define PLL_READY (0x1 << 23) macro
226 while ((u2o_get(base, UTMI_PLL) & PLL_READY) == 0) { in pxa_usb_phy_init()
/openbmc/linux/drivers/mfd/
H A Dcs42l43.c439 CS42L43_IRQ_REG(PLL_READY, PLL),