xref: /linux/drivers/phy/qualcomm/phy-qcom-qmp-dp-com-v3.h (revision 24168c5e6dfbdd5b414f048f47f75d64533296ca)
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_COM_V3_H_
7 #define QCOM_PHY_QMP_DP_COM_V3_H_
8 
9 /* Only for QMP V3 & V4 PHY - DP COM registers */
10 #define QPHY_V3_DP_COM_PHY_MODE_CTRL			0x00
11 #define QPHY_V3_DP_COM_SW_RESET				0x04
12 #define QPHY_V3_DP_COM_POWER_DOWN_CTRL			0x08
13 #define QPHY_V3_DP_COM_SWI_CTRL				0x0c
14 #define QPHY_V3_DP_COM_TYPEC_CTRL			0x10
15 #define QPHY_V3_DP_COM_TYPEC_PWRDN_CTRL			0x14
16 #define QPHY_V3_DP_COM_RESET_OVRD_CTRL			0x1c
17 
18 #endif
19