Files
android_kernel_xiaomi_sm8450/include/linux/phy/phy-qcom-ufs.h
Can Guo 685c9d3a16 phy: qcom-ufs: add 7nm UFS QMP PHY support on Lahaina
This change adds the 7nm UFS QMP PHY driver support on Lahaina.

Change-Id: I554884ef658ba759e7a917ab66cc992718f08fe4
Signed-off-by: Can Guo <cang@codeaurora.org>
2019-12-17 18:37:36 -08:00

17 lines
427 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2013-2019, Linux Foundation. All rights reserved.
*/
#ifndef PHY_QCOM_UFS_H_
#define PHY_QCOM_UFS_H_
#include "phy.h"
void ufs_qcom_phy_ctrl_rx_linecfg(struct phy *generic_phy, bool ctrl);
void ufs_qcom_phy_set_tx_lane_enable(struct phy *generic_phy, u32 tx_lanes);
void ufs_qcom_phy_dbg_register_dump(struct phy *generic_phy);
#endif /* PHY_QCOM_UFS_H_ */