Lines Matching refs:tx2

3240 	void __iomem *tx2;  member
4694 writel(voltage_swing_cfg, qphy->tx2 + drv_lvl_reg); in qcom_qmp_phy_configure_dp_swing()
4695 writel(pre_emphasis_cfg, qphy->tx2 + emp_post_reg); in qcom_qmp_phy_configure_dp_swing()
4720 writel(drvr_en, qphy->tx2 + QSERDES_V3_TX_HIGHZ_DRVR_EN); in qcom_qmp_v3_phy_configure_dp_tx()
4721 writel(bias_en, qphy->tx2 + QSERDES_V3_TX_TRANSCEIVER_BIAS_EN); in qcom_qmp_v3_phy_configure_dp_tx()
4876 writel(0x27, qphy->tx2 + QSERDES_V4_TX_TX_DRV_LVL); in qcom_qmp_v4_phy_configure_dp_tx()
4879 writel(0x20, qphy->tx2 + QSERDES_V4_TX_TX_EMP_POST1_LVL); in qcom_qmp_v4_phy_configure_dp_tx()
4999 writel(drvr1_en, qphy->tx2 + QSERDES_V4_TX_HIGHZ_DRVR_EN); in qcom_qmp_v4_phy_configure_dp_phy()
5000 writel(bias1_en, qphy->tx2 + QSERDES_V4_TX_TRANSCEIVER_BIAS_EN); in qcom_qmp_v4_phy_configure_dp_phy()
5014 writel(0x0a, qphy->tx2 + QSERDES_V4_TX_TX_POL_INV); in qcom_qmp_v4_phy_configure_dp_phy()
5017 writel(0x27, qphy->tx2 + QSERDES_V4_TX_TX_DRV_LVL); in qcom_qmp_v4_phy_configure_dp_phy()
5020 writel(0x20, qphy->tx2 + QSERDES_V4_TX_TX_EMP_POST1_LVL); in qcom_qmp_v4_phy_configure_dp_phy()
5283 qcom_qmp_phy_configure_lane(qphy->tx2, cfg->regs, in qcom_qmp_phy_power_on()
5286 qcom_qmp_phy_configure_lane(qphy->tx2, cfg->regs, in qcom_qmp_phy_power_on()
5941 qphy->tx2 = of_iomap(np, 3); in qcom_qmp_phy_create()
5943 if (!qphy->tx2 || !qphy->rx2) { in qcom_qmp_phy_create()
5948 qphy->pcs_misc = qphy->tx2; in qcom_qmp_phy_create()
5949 qphy->tx2 = qphy->tx + QMP_PHY_LEGACY_LANE_STRIDE; in qcom_qmp_phy_create()