Searched refs:drvr1_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 1176 drvr1_en = 0x07; in qcom_edp_phy_power_on() 1182 drvr1_en = 0x07; in qcom_edp_phy_power_on() 1188 drvr1_en = 0x04; in qcom_edp_phy_power_on() 1194 writel(drvr1_en, edp->tx1 + 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 3874 drvr1_en = reverse ? 0x10 : 0x13; in qmp_v4_configure_dp_phy() 3879 drvr1_en = 0x10; in qmp_v4_configure_dp_phy() 3884 drvr1_en = 0x10; in qmp_v4_configure_dp_phy() 3889 writel(drvr1_en, qmp->dp_tx2 + 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 3932 drvr1_en = reverse ? 0x10 : 0x13; in qmp_v8_configure_dp_phy() 3937 drvr1_en = 0x10; in qmp_v8_configure_dp_phy() 3942 drvr1_en = 0x34; in qmp_v8_configure_dp_phy() 3947 writel(drvr1_en, qmp->dp_tx2 + cfg->regs[QPHY_TX_HIGHZ_DRVR_EN]); in qmp_v8_configure_dp_phy()
|