Lines Matching refs:tx2
706 u16 tx2;
759 void __iomem *tx2;
819 .tx2 = 0x800,
828 .tx2 = 0x1800,
1210 qmp_ufs_configure_lane(qmp->tx2, tbls->tx, tbls->tx_num, 2);
1518 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5
1534 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL);
1535 if (IS_ERR(qmp->tx2))
1536 return PTR_ERR(qmp->tx2);
1573 qmp->tx2 = base + offs->tx2;