Home
last modified time | relevance | path

Searched refs:UTMI_PLL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/marvell/
H A Dphy-pxa-usb.c19 #define UTMI_PLL 0x8 macro
49 /* For UTMI_PLL Register */
176 /* UTMI_PLL settings */ in pxa_usb_phy_init()
177 u2o_clear(base, UTMI_PLL, UTMI_PLL_PLLVDD18_MASK in pxa_usb_phy_init()
182 u2o_set(base, UTMI_PLL, 0xee<<UTMI_PLL_FBDIV_SHIFT in pxa_usb_phy_init()
211 /* toggle VCOCAL_START bit of UTMI_PLL */ in pxa_usb_phy_init()
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()
226 while ((u2o_get(base, UTMI_PLL) & PLL_READY) == 0) { in pxa_usb_phy_init()
230 dev_warn(&phy->dev, "calibrate timeout, UTMI_PLL in pxa_usb_phy_init()
[all...]
/kernel/linux/linux-6.6/drivers/phy/marvell/
H A Dphy-pxa-usb.c19 #define UTMI_PLL 0x8 macro
49 /* For UTMI_PLL Register */
176 /* UTMI_PLL settings */ in pxa_usb_phy_init()
177 u2o_clear(base, UTMI_PLL, UTMI_PLL_PLLVDD18_MASK in pxa_usb_phy_init()
182 u2o_set(base, UTMI_PLL, 0xee<<UTMI_PLL_FBDIV_SHIFT in pxa_usb_phy_init()
211 /* toggle VCOCAL_START bit of UTMI_PLL */ in pxa_usb_phy_init()
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()
226 while ((u2o_get(base, UTMI_PLL) & PLL_READY) == 0) { in pxa_usb_phy_init()
230 dev_warn(&phy->dev, "calibrate timeout, UTMI_PLL in pxa_usb_phy_init()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
H A Ddevices.c133 /* UTMI_PLL settings */ in usb_phy_init_internal()
134 u2o_clear(base, UTMI_PLL, UTMI_PLL_PLLVDD18_MASK in usb_phy_init_internal()
139 u2o_set(base, UTMI_PLL, 0xee<<UTMI_PLL_FBDIV_SHIFT in usb_phy_init_internal()
165 /* toggle VCOCAL_START bit of UTMI_PLL */ in usb_phy_init_internal()
167 u2o_set(base, UTMI_PLL, VCOCAL_START); in usb_phy_init_internal()
169 u2o_clear(base, UTMI_PLL, VCOCAL_START); in usb_phy_init_internal()
180 while ((u2o_get(base, UTMI_PLL) & PLL_READY) == 0) { in usb_phy_init_internal()
184 printk(KERN_WARNING "calibrate timeout, UTMI_PLL %x\n", in usb_phy_init_internal()
185 u2o_get(base, UTMI_PLL)); in usb_phy_init_internal()
H A Dregs-usb.h34 #define UTMI_PLL 0x8 macro
64 /* For UTMI_PLL Register */

Completed in 3 milliseconds