162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (c) 2023, Linaro Limited 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef QCOM_PHY_QMP_PCS_V6_20_H_ 762306a36Sopenharmony_ci#define QCOM_PHY_QMP_PCS_V6_20_H_ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci/* Only for QMP V6_20 PHY - USB/PCIe PCS registers */ 1062306a36Sopenharmony_ci#define QPHY_V6_20_PCS_G3S2_PRE_GAIN 0x178 1162306a36Sopenharmony_ci#define QPHY_V6_20_PCS_RX_SIGDET_LVL 0x190 1262306a36Sopenharmony_ci#define QPHY_V6_20_PCS_COM_ELECIDLE_DLY_SEL 0x1b8 1362306a36Sopenharmony_ci#define QPHY_V6_20_PCS_TX_RX_CONFIG1 0x1dc 1462306a36Sopenharmony_ci#define QPHY_V6_20_PCS_TX_RX_CONFIG2 0x1e0 1562306a36Sopenharmony_ci#define QPHY_V6_20_PCS_EQ_CONFIG4 0x1f8 1662306a36Sopenharmony_ci#define QPHY_V6_20_PCS_EQ_CONFIG5 0x1fc 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci#endif 19