Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/phy/
H A Dphy-mxs-usb.c236 u32 phytx; in mxs_phy_tx_init() local
240 phytx = readl(base + HW_USBPHY_TX); in mxs_phy_tx_init()
241 phytx &= ~mxs_phy->tx_reg_mask; in mxs_phy_tx_init()
242 phytx |= mxs_phy->tx_reg_set; in mxs_phy_tx_init()
243 writel(phytx, base + HW_USBPHY_TX); in mxs_phy_tx_init()