Searched refs:drvr0_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 1175 drvr0_en = 0x06; in qcom_edp_phy_power_on() 1181 drvr0_en = 0x04; in qcom_edp_phy_power_on() 1187 drvr0_en = 0x04; in qcom_edp_phy_power_on() 1192 writel(drvr0_en, edp->tx0 + TXn_HIGHZ_DRVR_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 3873 drvr0_en = reverse ? 0x13 : 0x10; in qmp_v4_configure_dp_phy() 3878 drvr0_en = 0x10; in qmp_v4_configure_dp_phy() 3883 drvr0_en = 0x10; in qmp_v4_configure_dp_phy() 3887 writel(drvr0_en, qmp->dp_tx + cfg->regs[QPHY_TX_HIGHZ_DRVR_EN]); in qmp_v4_configure_dp_phy() 3920 u32 bias0_en, drvr0_en, bias1_en, drvr1_en; in qmp_v8_configure_dp_phy() local 3931 drvr0_en = reverse ? 0x13 : 0x10; in qmp_v8_configure_dp_phy() 3936 drvr0_en = 0x10; in qmp_v8_configure_dp_phy() 3941 drvr0_en = 0x34; in qmp_v8_configure_dp_phy() 3945 writel(drvr0_en, qmp->dp_tx + cfg->regs[QPHY_TX_HIGHZ_DRVR_EN]); in qmp_v8_configure_dp_phy()
|