xref: /linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-ufs-v3.h (revision fc270d136a157b03d6c96590242ad5401a9f1ed2)
1*fc270d13SDmitry Baryshkov /* SPDX-License-Identifier: GPL-2.0 */
2*fc270d13SDmitry Baryshkov /*
3*fc270d13SDmitry Baryshkov  * Copyright (c) 2017, The Linux Foundation. All rights reserved.
4*fc270d13SDmitry Baryshkov  */
5*fc270d13SDmitry Baryshkov 
6*fc270d13SDmitry Baryshkov #ifndef QCOM_PHY_QMP_PCS_UFS_V3_H_
7*fc270d13SDmitry Baryshkov #define QCOM_PHY_QMP_PCS_UFS_V3_H_
8*fc270d13SDmitry Baryshkov 
9*fc270d13SDmitry Baryshkov #define QPHY_V3_PCS_UFS_TX_LARGE_AMP_DRV_LVL		0x02c
10*fc270d13SDmitry Baryshkov #define QPHY_V3_PCS_UFS_TX_SMALL_AMP_DRV_LVL		0x034
11*fc270d13SDmitry Baryshkov #define QPHY_V3_PCS_UFS_RX_SYM_RESYNC_CTRL		0x134
12*fc270d13SDmitry Baryshkov #define QPHY_V3_PCS_UFS_RX_MIN_HIBERN8_TIME		0x138
13*fc270d13SDmitry Baryshkov #define QPHY_V3_PCS_UFS_RX_SIGDET_CTRL1			0x13c
14*fc270d13SDmitry Baryshkov #define QPHY_V3_PCS_UFS_RX_SIGDET_CTRL2			0x140
15*fc270d13SDmitry Baryshkov #define QPHY_V3_PCS_UFS_TX_MID_TERM_CTRL1		0x1bc
16*fc270d13SDmitry Baryshkov #define QPHY_V3_PCS_UFS_MULTI_LANE_CTRL1		0x1c4
17*fc270d13SDmitry Baryshkov 
18*fc270d13SDmitry Baryshkov #endif
19