1*25ad4a4cSDmitry Baryshkov /* SPDX-License-Identifier: GPL-2.0 */
2*25ad4a4cSDmitry Baryshkov /*
3*25ad4a4cSDmitry Baryshkov  * Copyright (c) 2017, The Linux Foundation. All rights reserved.
4*25ad4a4cSDmitry Baryshkov  */
5*25ad4a4cSDmitry Baryshkov 
6*25ad4a4cSDmitry Baryshkov #ifndef QCOM_PHY_QMP_PCS_PCIE_V4_20_H_
7*25ad4a4cSDmitry Baryshkov #define QCOM_PHY_QMP_PCS_PCIE_V4_20_H_
8*25ad4a4cSDmitry Baryshkov 
9*25ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_PCIE_EQ_CONFIG1			0x0a0
10*25ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_PCIE_G3_RXEQEVAL_TIME		0x0f0
11*25ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_PCIE_G4_RXEQEVAL_TIME		0x0f4
12*25ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_PCIE_G4_EQ_CONFIG2		0x0fc
13*25ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_PCIE_G4_EQ_CONFIG5		0x108
14*25ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_LANE1_INSIG_SW_CTRL2		0x824
15*25ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_LANE1_INSIG_MX_CTRL2		0x828
16*25ad4a4cSDmitry Baryshkov 
17*25ad4a4cSDmitry Baryshkov #endif
18