Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / phy / qualcomm / phy-qcom-qmp-pcs-sgmii.h
blob4d8c962f5e0f52974f3edd5d1acdd8da535de200
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (c) 2023, Linaro Limited
4 */
6 #ifndef QCOM_PHY_QMP_PCS_SGMII_H_
7 #define QCOM_PHY_QMP_PCS_SGMII_H_
9 #define QPHY_PCS_PHY_START 0x000
10 #define QPHY_PCS_POWER_DOWN_CONTROL 0x004
11 #define QPHY_PCS_SW_RESET 0x008
12 #define QPHY_PCS_LINE_RESET_TIME 0x00c
13 #define QPHY_PCS_TX_LARGE_AMP_DRV_LVL 0x020
14 #define QPHY_PCS_TX_SMALL_AMP_DRV_LVL 0x028
15 #define QPHY_PCS_PCS_READY_STATUS 0x094
16 #define QPHY_PCS_TX_MID_TERM_CTRL1 0x0d8
17 #define QPHY_PCS_TX_MID_TERM_CTRL2 0x0dc
18 #define QPHY_PCS_SGMII_MISC_CTRL8 0x118
20 #endif