Home
last modified time | relevance | path

Searched refs:VCOCAL_START (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dutmi-armada100.c41 setbits_le32(&phy_regs->utmi_pll, VCOCAL_START); in utmi_phy_init()
43 clrbits_le32(&phy_regs->utmi_pll, VCOCAL_START); in utmi_phy_init()
/openbmc/linux/drivers/phy/marvell/
H A Dphy-pxa-usb.c63 #define VCOCAL_START (0x1 << 21) macro
213 u2o_set(base, UTMI_PLL, VCOCAL_START); in pxa_usb_phy_init()
215 u2o_clear(base, UTMI_PLL, VCOCAL_START); in pxa_usb_phy_init()
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/
H A Dutmi-armada100.h27 #define VCOCAL_START (1 << 21) macro