Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/phy/
Dphy-mxs-usb.c213 u32 phytx; in mxs_phy_tx_init() local
217 phytx = readl(base + HW_USBPHY_TX); in mxs_phy_tx_init()
218 phytx &= ~mxs_phy->tx_reg_mask; in mxs_phy_tx_init()
219 phytx |= mxs_phy->tx_reg_set; in mxs_phy_tx_init()
220 writel(phytx, base + HW_USBPHY_TX); in mxs_phy_tx_init()