Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/marvell/
H A 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()
H A Dphy-mmp3-usb.c114 static unsigned int u2o_get(void __iomem *base, unsigned int offset) in u2o_get() function
223 while ((u2o_get(base, USB2_PLL_REG1) & USB2_PLL_READY_MASK_MMP3) == 0) { in mmp3_usb_phy_calibrate()