21 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (c) 2023, Linaro Limited4 */5 6#ifndef QCOM_PHY_QMP_PCS_SGMII_H_7#define QCOM_PHY_QMP_PCS_SGMII_H_8 9#define QPHY_PCS_PHY_START 0x00010#define QPHY_PCS_POWER_DOWN_CONTROL 0x00411#define QPHY_PCS_SW_RESET 0x00812#define QPHY_PCS_LINE_RESET_TIME 0x00c13#define QPHY_PCS_TX_LARGE_AMP_DRV_LVL 0x02014#define QPHY_PCS_TX_SMALL_AMP_DRV_LVL 0x02815#define QPHY_PCS_PCS_READY_STATUS 0x09416#define QPHY_PCS_TX_MID_TERM_CTRL1 0x0d817#define QPHY_PCS_TX_MID_TERM_CTRL2 0x0dc18#define QPHY_PCS_SGMII_MISC_CTRL8 0x11819 20#endif21