Home
last modified time | relevance | path

Searched refs:dp_tx2 (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-combo.c1677 void __iomem *dp_tx2; member
2417 writel(drvr_en, qmp->dp_tx2 + QSERDES_V3_TX_HIGHZ_DRVR_EN); in qmp_v3_configure_dp_tx()
2584 writel(0x27, qmp->dp_tx2 + cfg->regs[QPHY_TX_TX_DRV_LVL]); in qmp_v4_configure_dp_tx()
2711 writel(0x0a, qmp->dp_tx2 + cfg->regs[QPHY_TX_TX_POL_INV]); in qmp_v4_configure_dp_phy()
2714 writel(0x27, qmp->dp_tx2 + cfg->regs[QPHY_TX_TX_DRV_LVL]); in qmp_v4_configure_dp_phy()
2901 void __iomem *tx2 = qmp->dp_tx2; in qmp_combo_dp_power_on()
3602 qmp->dp_tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_combo_parse_dt_legacy_dp()
3603 if (IS_ERR(qmp->dp_tx2)) in qmp_combo_parse_dt_legacy_dp()
3604 return PTR_ERR(qmp->dp_tx2); in qmp_combo_parse_dt_legacy_dp()
3722 qmp->dp_tx2 = base + offs->dp_txb; in qmp_combo_parse_dt()
[all …]