Searched refs:QPHY_START_CTRL (Results 1 – 6 of 6) sorted by relevance
/drivers/phy/qualcomm/ |
D | phy-qcom-qmp-ufs.c | 72 QPHY_START_CTRL, enumerator 80 [QPHY_START_CTRL] = QPHY_V2_PCS_UFS_PHY_START, 86 [QPHY_START_CTRL] = QPHY_V3_PCS_UFS_PHY_START, 92 [QPHY_START_CTRL] = QPHY_V4_PCS_UFS_PHY_START, 99 [QPHY_START_CTRL] = QPHY_V5_PCS_UFS_PHY_START, 106 [QPHY_START_CTRL] = QPHY_V6_PCS_UFS_PHY_START, 1335 qphy_setbits(pcs, cfg->regs[QPHY_START_CTRL], SERDES_START); in qmp_ufs_power_on() 1358 qphy_clrbits(qmp->pcs, cfg->regs[QPHY_START_CTRL], SERDES_START); in qmp_ufs_power_off()
|
D | phy-qcom-qmp-pcie-msm8996.c | 75 QPHY_START_CTRL, enumerator 87 [QPHY_START_CTRL] = QPHY_V2_PCS_START_CONTROL, 507 qphy_setbits(pcs, cfg->regs[QPHY_START_CTRL], in qmp_pcie_msm8996_power_on() 539 qphy_clrbits(qphy->pcs, cfg->regs[QPHY_START_CTRL], in qmp_pcie_msm8996_power_off()
|
D | phy-qcom-qmp-usb-legacy.c | 93 QPHY_START_CTRL, enumerator 104 [QPHY_START_CTRL] = QPHY_V3_PCS_START_CONTROL, 113 [QPHY_START_CTRL] = QPHY_V4_PCS_START_CONTROL, 124 [QPHY_START_CTRL] = QPHY_V5_PCS_START_CONTROL, 890 qphy_setbits(pcs, cfg->regs[QPHY_START_CTRL], SERDES_START | PCS_START); in qmp_usb_legacy_power_on() 919 qphy_clrbits(qmp->pcs, cfg->regs[QPHY_START_CTRL], in qmp_usb_legacy_power_off()
|
D | phy-qcom-qmp-usb.c | 92 QPHY_START_CTRL, enumerator 103 [QPHY_START_CTRL] = QPHY_V2_PCS_START_CONTROL, 112 [QPHY_START_CTRL] = QPHY_V3_PCS_START_CONTROL, 121 [QPHY_START_CTRL] = QPHY_V4_PCS_START_CONTROL, 132 [QPHY_START_CTRL] = QPHY_V5_PCS_START_CONTROL, 1750 qphy_setbits(pcs, cfg->regs[QPHY_START_CTRL], SERDES_START | PCS_START); in qmp_usb_power_on() 1779 qphy_clrbits(qmp->pcs, cfg->regs[QPHY_START_CTRL], in qmp_usb_power_off()
|
D | phy-qcom-qmp-pcie.c | 77 QPHY_START_CTRL, enumerator 86 [QPHY_START_CTRL] = QPHY_V2_PCS_START_CONTROL, 93 [QPHY_START_CTRL] = QPHY_V3_PCS_START_CONTROL, 100 [QPHY_START_CTRL] = 0x08, 107 [QPHY_START_CTRL] = QPHY_V4_PCS_START_CONTROL, 114 [QPHY_START_CTRL] = QPHY_V5_PCS_START_CONTROL, 3265 qphy_setbits(pcs, cfg->regs[QPHY_START_CTRL], SERDES_START | PCS_START); in qmp_pcie_power_on() 3298 qphy_clrbits(qmp->pcs, cfg->regs[QPHY_START_CTRL], in qmp_pcie_power_off()
|
D | phy-qcom-qmp-combo.c | 103 QPHY_START_CTRL, enumerator 129 [QPHY_START_CTRL] = QPHY_V3_PCS_START_CONTROL, 152 [QPHY_START_CTRL] = QPHY_V4_PCS_START_CONTROL, 177 [QPHY_START_CTRL] = QPHY_V5_PCS_START_CONTROL, 202 [QPHY_START_CTRL] = QPHY_V5_PCS_START_CONTROL, 2594 qphy_setbits(pcs, cfg->regs[QPHY_START_CTRL], SERDES_START | PCS_START); in qmp_combo_usb_power_on() 2623 qphy_clrbits(qmp->pcs, cfg->regs[QPHY_START_CTRL], in qmp_combo_usb_power_off()
|