xref: /linux/drivers/phy/qualcomm/phy-qcom-qmp-dp-phy-v8.h (revision c17ee635fd3a482b2ad2bf5e269755c2eae5f25e)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2017, The Linux Foundation. All rights reserved.
4  */
5 
6 #ifndef QCOM_PHY_QMP_DP_PHY_V8_H_
7 #define QCOM_PHY_QMP_DP_PHY_V8_H_
8 
9 /* Only for QMP V8 PHY - DP PHY registers */
10 #define QSERDES_V8_DP_PHY_VCO_DIV			0x070
11 #define QSERDES_V8_DP_PHY_AUX_INTERRUPT_STATUS		0x0e0
12 #define QSERDES_V8_DP_PHY_TSYNC_OVRD			0x074
13 #define QSERDES_V8_DP_PHY_TX0_TX1_LANE_CTL		0x078
14 #define QSERDES_V8_DP_PHY_TX2_TX3_LANE_CTL		0x0bc
15 #define QSERDES_V8_DP_PHY_AUXLESS_CFG1			0x0c8
16 #define QSERDES_V8_DP_PHY_LFPS_PERIOD			0x0d0
17 #define QSERDES_V8_DP_PHY_LFPS_CYC			0x0d4
18 #define QSERDES_V8_DP_PHY_AUXLESS_SETUP_CYC		0x0d8
19 #define QSERDES_V8_DP_PHY_AUXLESS_SILENCE_CYC		0x0d8
20 #define QSERDES_V8_DP_PHY_LN0_DRV_LVL			0x0e0
21 #define QSERDES_V8_DP_PHY_LN1_DRV_LVL			0x0e4
22 #define QSERDES_V8_DP_PHY_STATUS			0x114
23 
24 
25 #endif
26