File tree Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 21
21
22
22
#include "phy-qcom-qmp.h"
23
23
#include "phy-qcom-qmp-pcs-misc-v3.h"
24
+ #include "phy-qcom-qmp-pcs-misc-v4.h"
24
25
#include "phy-qcom-qmp-pcs-usb-v4.h"
25
26
#include "phy-qcom-qmp-pcs-usb-v5.h"
26
27
Original file line number Diff line number Diff line change 126
126
#define QSERDES_V4_DP_PHY_AUX_INTERRUPT_STATUS 0x0d8
127
127
#define QSERDES_V4_DP_PHY_STATUS 0x0dc
128
128
129
- /* Only for QMP V4 PHY - PCS_MISC registers */
130
- #define QPHY_V4_PCS_MISC_TYPEC_CTRL 0x00
131
- #define QPHY_V4_PCS_MISC_TYPEC_PWRDN_CTRL 0x04
132
- #define QPHY_V4_PCS_MISC_PCS_MISC_CONFIG1 0x08
133
- #define QPHY_V4_PCS_MISC_CLAMP_ENABLE 0x0c
134
- #define QPHY_V4_PCS_MISC_TYPEC_STATUS 0x10
135
- #define QPHY_V4_PCS_MISC_PLACEHOLDER_STATUS 0x14
136
-
137
129
#define QSERDES_V5_DP_PHY_STATUS 0x0dc
138
130
139
131
/* Only for QMP V6 PHY - DP PHY registers */
You can’t perform that action at this time.
0 commit comments