Lines Matching defs:tx2
1390 void __iomem *tx2;
2514 void __iomem *tx2 = qmp->dp_tx2;
2521 qmp_combo_configure_lane(tx2, cfg->dp_tx_tbl, cfg->dp_tx_tbl_num, 2);
2555 void __iomem *tx2 = qmp->tx2;
2573 qmp_combo_configure_lane(tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2);
3239 * tx2 -> 3; rx2 -> 4
3241 * Note that only tx/tx2 and pcs (dp_phy) are used by the DP
3267 * tx2 -> 3; rx2 -> 4; pcs_misc (optional) -> 5
3284 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL);
3285 if (IS_ERR(qmp->tx2))
3286 return PTR_ERR(qmp->tx2);
3361 qmp->tx2 = base + offs->txb;