Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/marvell/
H A Dphy-mmp3-usb.c16 #define USB2_PLL_REG1 0x8 macro
163 u2o_clear(base, USB2_PLL_REG1, USB2_PLL_PU_PLL_MASK in mmp3_usb_phy_init()
167 u2o_set(base, USB2_PLL_REG1, 1 << USB2_PLL_PU_PLL_SHIFT_MMP3 in mmp3_usb_phy_init()
215 u2o_set(base, USB2_PLL_REG1, 1 << USB2_PLL_VCOCAL_START_SHIFT_MMP3); in mmp3_usb_phy_calibrate()
223 while ((u2o_get(base, USB2_PLL_REG1) & USB2_PLL_READY_MASK_MMP3) == 0) { in mmp3_usb_phy_calibrate()