Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dutmi-armada100.c36 while (--timeout && ((readl(&phy_regs->utmi_pll) & PLL_READY) == 0)) in utmi_phy_init()
52 while (--timeout && ((readl(&phy_regs->utmi_pll) & PLL_READY) == 0)) in utmi_phy_init()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-armada100/
H A Dutmi-armada100.h27 #define PLL_READY 0x800000 macro
/OK3568_Linux_fs/kernel/arch/arm/mach-mmp/
H A Dregs-usb.h76 #define PLL_READY (0x1 << 23) macro
H A Ddevices.c180 while ((u2o_get(base, UTMI_PLL) & PLL_READY) == 0) { in usb_phy_init_internal()