Searched refs:dp_tx (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-qmp-combo.c | 2577 void __iomem *dp_tx; member 3505 writel(voltage_swing_cfg, qmp->dp_tx + cfg->regs[QPHY_TX_TX_DRV_LVL]); in qmp_combo_configure_dp_swing() 3506 writel(pre_emphasis_cfg, qmp->dp_tx + cfg->regs[QPHY_TX_TX_EMP_POST1_LVL]); in qmp_combo_configure_dp_swing() 3529 writel(drvr_en, qmp->dp_tx + QSERDES_V3_TX_HIGHZ_DRVR_EN); in qmp_v3_configure_dp_tx() 3530 writel(bias_en, qmp->dp_tx + QSERDES_V3_TX_TRANSCEIVER_BIAS_EN); in qmp_v3_configure_dp_tx() 3724 writel(0x27, qmp->dp_tx + cfg->regs[QPHY_TX_TX_DRV_LVL]); in qmp_v4_configure_dp_tx() 3727 writel(0x20, qmp->dp_tx + cfg->regs[QPHY_TX_TX_EMP_POST1_LVL]); in qmp_v4_configure_dp_tx() 3887 writel(drvr0_en, qmp->dp_tx + cfg->regs[QPHY_TX_HIGHZ_DRVR_EN]); in qmp_v4_configure_dp_phy() 3888 writel(bias0_en, qmp->dp_tx + cfg->regs[QPHY_TX_TRANSCEIVER_BIAS_EN]); in qmp_v4_configure_dp_phy() 3903 writel(0x0a, qmp->dp_tx + cfg->regs[QPHY_TX_TX_POL_INV]); in qmp_v4_configure_dp_phy() [all …]
|
| H A D | phy-qcom-qmp-usbc.c | 443 void __iomem *dp_tx; member 825 void __iomem *tx = qmp->dp_tx; in qcs615_qmp_configure_dp_swing() 914 void __iomem *tx = qmp->dp_tx; in qcs615_qmp_configure_dp_tx() 1002 writel(0x3f, qmp->dp_tx + QSERDES_V3_TX_TRANSCEIVER_BIAS_EN); in qcs615_qmp_configure_dp_phy() 1003 writel(0x10, qmp->dp_tx + QSERDES_V3_TX_HIGHZ_DRVR_EN); in qcs615_qmp_configure_dp_phy() 1004 writel(0x0a, qmp->dp_tx + QSERDES_V3_TX_TX_POL_INV); in qcs615_qmp_configure_dp_phy() 1301 void __iomem *tx = qmp->dp_tx; in qmp_usbc_dp_power_on() 1882 qmp->dp_tx = base + offs->dp_txa; in qmp_usbc_parse_dt()
|