phytx             236 drivers/usb/phy/phy-mxs-usb.c 	u32 phytx;
phytx             240 drivers/usb/phy/phy-mxs-usb.c 		phytx = readl(base + HW_USBPHY_TX);
phytx             241 drivers/usb/phy/phy-mxs-usb.c 		phytx &= ~mxs_phy->tx_reg_mask;
phytx             242 drivers/usb/phy/phy-mxs-usb.c 		phytx |= mxs_phy->tx_reg_set;
phytx             243 drivers/usb/phy/phy-mxs-usb.c 		writel(phytx, base + HW_USBPHY_TX);