125ad4a4cSDmitry Baryshkov /* SPDX-License-Identifier: GPL-2.0 */ 225ad4a4cSDmitry Baryshkov /* 325ad4a4cSDmitry Baryshkov * Copyright (c) 2017, The Linux Foundation. All rights reserved. 425ad4a4cSDmitry Baryshkov */ 525ad4a4cSDmitry Baryshkov 625ad4a4cSDmitry Baryshkov #ifndef QCOM_PHY_QMP_PCS_PCIE_V4_20_H_ 725ad4a4cSDmitry Baryshkov #define QCOM_PHY_QMP_PCS_PCIE_V4_20_H_ 825ad4a4cSDmitry Baryshkov 9*364c748dSManivannan Sadhasivam #define QPHY_V4_20_PCS_PCIE_ENDPOINT_REFCLK_DRIVE 0x01c 10*364c748dSManivannan Sadhasivam #define QPHY_V4_20_PCS_PCIE_OSC_DTCT_ACTIONS 0x090 1125ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_PCIE_EQ_CONFIG1 0x0a0 1225ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_PCIE_G3_RXEQEVAL_TIME 0x0f0 1325ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_PCIE_G4_RXEQEVAL_TIME 0x0f4 1425ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_PCIE_G4_EQ_CONFIG2 0x0fc 1525ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_PCIE_G4_EQ_CONFIG5 0x108 1625ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_LANE1_INSIG_SW_CTRL2 0x824 1725ad4a4cSDmitry Baryshkov #define QPHY_V4_20_PCS_LANE1_INSIG_MX_CTRL2 0x828 1825ad4a4cSDmitry Baryshkov 1925ad4a4cSDmitry Baryshkov #endif 20