Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/marvell/
H A Dphy-mmp3-usb.c75 #define USB2_PLL_READY_MASK_MMP3 (0x1 << 15) macro
223 while ((u2o_get(base, USB2_PLL_REG1) & USB2_PLL_READY_MASK_MMP3) == 0) { in mmp3_usb_phy_calibrate()