xref: /linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-sgmii.h (revision 79790b6818e96c58fe2bffee1b418c16e64e7b80)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2023, Linaro Limited
4  */
5 
6 #ifndef QCOM_PHY_QMP_PCS_SGMII_H_
7 #define QCOM_PHY_QMP_PCS_SGMII_H_
8 
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
19 
20 #endif
21