Searched refs:bias0_en (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-edp.c | 1095 u32 bias0_en, drvr0_en, bias1_en, drvr1_en; in qcom_edp_phy_power_on() local 1173 bias0_en = 0x01; in qcom_edp_phy_power_on() 1179 bias0_en = 0x03; in qcom_edp_phy_power_on() 1185 bias0_en = 0x03; in qcom_edp_phy_power_on() 1193 writel(bias0_en, edp->tx0 + TXn_TRANSCEIVER_BIAS_EN); in qcom_edp_phy_power_on()
|
| H A D | phy-qcom-qmp-combo.c | 3857 u32 bias0_en, drvr0_en, bias1_en, drvr1_en; in qmp_v4_configure_dp_phy() local 3871 bias0_en = reverse ? 0x3e : 0x15; in qmp_v4_configure_dp_phy() 3876 bias0_en = reverse ? 0x3f : 0x15; in qmp_v4_configure_dp_phy() 3881 bias0_en = 0x3f; 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() 3920 u32 bias0_en, drvr0_en, bias1_en, drvr1_en; in qmp_v8_configure_dp_phy() local 3929 bias0_en = reverse ? 0x3e : 0x15; in qmp_v8_configure_dp_phy() 3934 bias0_en = reverse ? 0x3f : 0x15; in qmp_v8_configure_dp_phy() 3939 bias0_en = 0x3f; in qmp_v8_configure_dp_phy() 3946 writel(bias0_en, qmp->dp_tx + cfg->regs[QPHY_TX_TRANSCEIVER_BIAS_EN]); in qmp_v8_configure_dp_phy()
|