Searched refs:dp_tx2 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-qmp-combo.c | 2578 void __iomem *dp_tx2; member 3507 writel(voltage_swing_cfg, qmp->dp_tx2 + cfg->regs[QPHY_TX_TX_DRV_LVL]); in qmp_combo_configure_dp_swing() 3508 writel(pre_emphasis_cfg, qmp->dp_tx2 + cfg->regs[QPHY_TX_TX_EMP_POST1_LVL]); in qmp_combo_configure_dp_swing() 3531 writel(drvr_en, qmp->dp_tx2 + QSERDES_V3_TX_HIGHZ_DRVR_EN); in qmp_v3_configure_dp_tx() 3532 writel(bias_en, qmp->dp_tx2 + QSERDES_V3_TX_TRANSCEIVER_BIAS_EN); in qmp_v3_configure_dp_tx() 3725 writel(0x27, qmp->dp_tx2 + cfg->regs[QPHY_TX_TX_DRV_LVL]); in qmp_v4_configure_dp_tx() 3728 writel(0x20, qmp->dp_tx2 + cfg->regs[QPHY_TX_TX_EMP_POST1_LVL]); in qmp_v4_configure_dp_tx() 3889 writel(drvr1_en, qmp->dp_tx2 + cfg->regs[QPHY_TX_HIGHZ_DRVR_EN]); in qmp_v4_configure_dp_phy() 3890 writel(bias1_en, qmp->dp_tx2 + cfg->regs[QPHY_TX_TRANSCEIVER_BIAS_EN]); in qmp_v4_configure_dp_phy() 3904 writel(0x0a, qmp->dp_tx2 + cfg->regs[QPHY_TX_TX_POL_INV]); in qmp_v4_configure_dp_phy() [all …]
|
| H A D | phy-qcom-qmp-usbc.c | 444 void __iomem *dp_tx2; member 826 void __iomem *tx2 = qmp->dp_tx2; in qcs615_qmp_configure_dp_swing() 915 void __iomem *tx2 = qmp->dp_tx2; in qcs615_qmp_configure_dp_tx() 1005 writel(0x3f, qmp->dp_tx2 + QSERDES_V3_TX_TRANSCEIVER_BIAS_EN); in qcs615_qmp_configure_dp_phy() 1006 writel(0x10, qmp->dp_tx2 + QSERDES_V3_TX_HIGHZ_DRVR_EN); in qcs615_qmp_configure_dp_phy() 1007 writel(0x0a, qmp->dp_tx2 + QSERDES_V3_TX_TX_POL_INV); in qcs615_qmp_configure_dp_phy() 1302 void __iomem *tx2 = qmp->dp_tx2; in qmp_usbc_dp_power_on() 1883 qmp->dp_tx2 = base + offs->dp_txb; in qmp_usbc_parse_dt()
|