Lines Matching refs:tx2
1906 * @tx2: iomapped memory space for second lane's tx (in dual lane PHYs)
1922 void __iomem *tx2;
2776 writel(voltage_swing_cfg, qphy->tx2 + QSERDES_V3_TX_TX_DRV_LVL);
2777 writel(pre_emphasis_cfg, qphy->tx2 + QSERDES_V3_TX_TX_EMP_POST1_LVL);
2781 writel(drvr_en, qphy->tx2 + QSERDES_V3_TX_HIGHZ_DRVR_EN);
2782 writel(bias_en, qphy->tx2 + QSERDES_V3_TX_TRANSCEIVER_BIAS_EN);
3122 qcom_qmp_phy_configure_lane(qphy->tx2, cfg->regs,
3745 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5
3767 qphy->tx2 = of_iomap(np, 3);
3769 if (!qphy->tx2 || !qphy->rx2) {
3774 qphy->pcs_misc = qphy->tx2;
3775 qphy->tx2 = qphy->tx + QMP_PHY_LEGACY_LANE_STRIDE;