xref: /linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-misc-v4.h (revision 40d269c000bda9fcd276a0412a9cebd3f6e344c5)
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_PCS_MISC_V4_H_
7 #define QCOM_PHY_QMP_PCS_MISC_V4_H_
8 
9 /* Only for QMP V4 PHY - PCS_MISC registers */
10 #define QPHY_V4_PCS_MISC_TYPEC_CTRL			0x00
11 #define QPHY_V4_PCS_MISC_TYPEC_PWRDN_CTRL		0x04
12 #define QPHY_V4_PCS_MISC_PCS_MISC_CONFIG1		0x08
13 #define QPHY_V4_PCS_MISC_CLAMP_ENABLE			0x0c
14 #define QPHY_V4_PCS_MISC_TYPEC_STATUS			0x10
15 #define QPHY_V4_PCS_MISC_PLACEHOLDER_STATUS		0x14
16 
17 #endif
18