/* 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_ */