xref: /linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-sgmii.h (revision 79790b6818e96c58fe2bffee1b418c16e64e7b80)
1*25ee21fcSDmitry Baryshkov /* SPDX-License-Identifier: GPL-2.0 */
2*25ee21fcSDmitry Baryshkov /*
3*25ee21fcSDmitry Baryshkov  * Copyright (c) 2023, Linaro Limited
4*25ee21fcSDmitry Baryshkov  */
5*25ee21fcSDmitry Baryshkov 
6*25ee21fcSDmitry Baryshkov #ifndef QCOM_PHY_QMP_PCS_SGMII_H_
7*25ee21fcSDmitry Baryshkov #define QCOM_PHY_QMP_PCS_SGMII_H_
8*25ee21fcSDmitry Baryshkov 
9*25ee21fcSDmitry Baryshkov #define QPHY_PCS_PHY_START				0x000
10*25ee21fcSDmitry Baryshkov #define QPHY_PCS_POWER_DOWN_CONTROL			0x004
11*25ee21fcSDmitry Baryshkov #define QPHY_PCS_SW_RESET				0x008
12*25ee21fcSDmitry Baryshkov #define QPHY_PCS_LINE_RESET_TIME			0x00c
13*25ee21fcSDmitry Baryshkov #define QPHY_PCS_TX_LARGE_AMP_DRV_LVL			0x020
14*25ee21fcSDmitry Baryshkov #define QPHY_PCS_TX_SMALL_AMP_DRV_LVL			0x028
15*25ee21fcSDmitry Baryshkov #define QPHY_PCS_PCS_READY_STATUS			0x094
16*25ee21fcSDmitry Baryshkov #define QPHY_PCS_TX_MID_TERM_CTRL1			0x0d8
17*25ee21fcSDmitry Baryshkov #define QPHY_PCS_TX_MID_TERM_CTRL2			0x0dc
18*25ee21fcSDmitry Baryshkov #define QPHY_PCS_SGMII_MISC_CTRL8			0x118
19*25ee21fcSDmitry Baryshkov 
20*25ee21fcSDmitry Baryshkov #endif
21