Searched refs:u2o_clear (Results 1 – 2 of 2) sorted by relevance
/drivers/phy/marvell/ |
D | phy-pxa-usb.c | 141 static void u2o_clear(void __iomem *base, unsigned int offset, in u2o_clear() function 177 u2o_clear(base, UTMI_PLL, UTMI_PLL_PLLVDD18_MASK in pxa_usb_phy_init() 188 u2o_clear(base, UTMI_TX, UTMI_TX_REG_EXT_FS_RCAL_EN_MASK in pxa_usb_phy_init() 197 u2o_clear(base, UTMI_RX, UTMI_RX_SQ_THRESH_MASK in pxa_usb_phy_init() 215 u2o_clear(base, UTMI_PLL, VCOCAL_START); in pxa_usb_phy_init() 221 u2o_clear(base, UTMI_TX, REG_RCAL_START); in pxa_usb_phy_init() 254 u2o_clear(base, UTMI_OTG_ADDON, UTMI_OTG_ADDON_OTG_ON); in pxa_usb_phy_exit() 256 u2o_clear(base, UTMI_CTRL, UTMI_CTRL_RXBUF_PDWN); in pxa_usb_phy_exit() 257 u2o_clear(base, UTMI_CTRL, UTMI_CTRL_TXBUF_PDWN); in pxa_usb_phy_exit() 258 u2o_clear(base, UTMI_CTRL, UTMI_CTRL_USB_CLK_EN); in pxa_usb_phy_exit() [all …]
|
D | phy-mmp3-usb.c | 129 static void u2o_clear(void __iomem *base, unsigned int offset, in u2o_clear() function 146 u2o_clear(base, USB2_PLL_REG0, (USB2_PLL_FBDIV_MASK_MMP3 in mmp3_usb_phy_init() 152 u2o_clear(base, USB2_PLL_REG0, USB2_PLL_REFDIV_MASK_MMP3_B0 in mmp3_usb_phy_init() 162 u2o_clear(base, USB2_PLL_REG1, USB2_PLL_PU_PLL_MASK in mmp3_usb_phy_init() 172 u2o_clear(base, USB2_TX_REG0, USB2_TX_IMPCAL_VTH_MASK_MMP3); in mmp3_usb_phy_init() 175 u2o_clear(base, USB2_TX_REG1, USB2_TX_VDD12_MASK_MMP3 in mmp3_usb_phy_init() 182 u2o_clear(base, USB2_TX_REG2, 3 << USB2_TX_DRV_SLEWRATE_SHIFT); in mmp3_usb_phy_init() 185 u2o_clear(base, USB2_RX_REG0, USB2_RX_SQ_THRESH_MASK_MMP3); in mmp3_usb_phy_init() 218 u2o_clear(base, USB2_TX_REG0, 1 << USB2_TX_RCAL_START_SHIFT_MMP3); in mmp3_usb_phy_calibrate()
|