Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/phy/qualcomm/
Dphy-qcom-ufs-qmp-20nm.h66 #define UFS_PHY_POWER_DOWN_CONTROL PHY_OFF(0x4) macro
126 UFS_QCOM_PHY_CAL_ENTRY(UFS_PHY_POWER_DOWN_CONTROL, 0x01),
174 UFS_QCOM_PHY_CAL_ENTRY(UFS_PHY_POWER_DOWN_CONTROL, 0x01),
Dphy-qcom-ufs-qmp-14nm.h67 #define UFS_PHY_POWER_DOWN_CONTROL PHY_OFF(0x04) macro
100 UFS_QCOM_PHY_CAL_ENTRY(UFS_PHY_POWER_DOWN_CONTROL, 0x01),
Dphy-qcom-ufs-qmp-20nm.c76 writel_relaxed(0x1, phy->mmio + UFS_PHY_POWER_DOWN_CONTROL); in ufs_qcom_phy_qmp_20nm_power_control()
112 writel_relaxed(0x0, phy->mmio + UFS_PHY_POWER_DOWN_CONTROL); in ufs_qcom_phy_qmp_20nm_power_control()
Dphy-qcom-ufs-qmp-14nm.c53 writel_relaxed(val ? 0x1 : 0x0, phy->mmio + UFS_PHY_POWER_DOWN_CONTROL); in ufs_qcom_phy_qmp_14nm_power_control()