Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/qualcomm/
Dphy-qcom-ufs-qmp-20nm.h75 #define UFS_PHY_POWER_DOWN_CONTROL PHY_OFF(0x4) macro
135 UFS_QCOM_PHY_CAL_ENTRY(UFS_PHY_POWER_DOWN_CONTROL, 0x01),
183 UFS_QCOM_PHY_CAL_ENTRY(UFS_PHY_POWER_DOWN_CONTROL, 0x01),
Dphy-qcom-ufs-qmp-14nm.h76 #define UFS_PHY_POWER_DOWN_CONTROL PHY_OFF(0x04) macro
109 UFS_QCOM_PHY_CAL_ENTRY(UFS_PHY_POWER_DOWN_CONTROL, 0x01),
Dphy-qcom-ufs-qmp-20nm.c106 writel_relaxed(0x1, phy->mmio + UFS_PHY_POWER_DOWN_CONTROL); in ufs_qcom_phy_qmp_20nm_power_control()
142 writel_relaxed(0x0, phy->mmio + UFS_PHY_POWER_DOWN_CONTROL); in ufs_qcom_phy_qmp_20nm_power_control()
Dphy-qcom-ufs-qmp-14nm.c83 writel_relaxed(val ? 0x1 : 0x0, phy->mmio + UFS_PHY_POWER_DOWN_CONTROL); in ufs_qcom_phy_qmp_14nm_power_control()