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_V4_20_H_
7*25ad4a4cSDmitry Baryshkov #define QCOM_PHY_QMP_PCS_V4_20_H_
8*25ad4a4cSDmitry Baryshkov 
9*25ad4a4cSDmitry Baryshkov /* Only for QMP V4_20 PHY - USB/PCIe PCS registers */
10*25ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_RX_SIGDET_LVL			0x188
11*25ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_EQ_CONFIG2			0x1d8
12*25ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_EQ_CONFIG4			0x1e0
13*25ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_EQ_CONFIG5			0x1e4
14*25ad4a4cSDmitry Baryshkov 
15*25ad4a4cSDmitry Baryshkov #endif
16