Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/phy/marvell/
Dphy-pxa-usb.c125 static unsigned int u2o_get(void __iomem *base, unsigned int offset) in u2o_get() function
226 while ((u2o_get(base, UTMI_PLL) & PLL_READY) == 0) { in pxa_usb_phy_init()
231 u2o_get(base, UTMI_PLL)); in pxa_usb_phy_init()
Dphy-mmp3-usb.c113 static unsigned int u2o_get(void __iomem *base, unsigned int offset) in u2o_get() function
222 while ((u2o_get(base, USB2_PLL_REG1) & USB2_PLL_READY_MASK_MMP3) == 0) { in mmp3_usb_phy_calibrate()
/linux-6.1.9/arch/arm/mach-mmp/
Ddevices.c80 static unsigned int u2o_get(void __iomem *base, unsigned int offset) in u2o_get() function
180 while ((u2o_get(base, UTMI_PLL) & PLL_READY) == 0) { in usb_phy_init_internal()
185 u2o_get(base, UTMI_PLL)); in usb_phy_init_internal()