Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds