Lines Matching refs:tx2
1159 u16 tx2;
1212 void __iomem *tx2;
1305 .tx2 = 0x600,
1734 qmp_usb_configure_lane(qmp->tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2);
2081 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5
2100 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL);
2101 if (IS_ERR(qmp->tx2))
2102 return PTR_ERR(qmp->tx2);
2150 qmp->tx2 = base + offs->tx2;