162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (c) 2017, The Linux Foundation. All rights reserved. 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef QCOM_PHY_QMP_PCS_USB_V4_H_ 762306a36Sopenharmony_ci#define QCOM_PHY_QMP_PCS_USB_V4_H_ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci/* Only for QMP V4 PHY - USB3 PCS registers */ 1062306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_POWER_STATE_CONFIG1 0x000 1162306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_AUTONOMOUS_MODE_STATUS 0x004 1262306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_AUTONOMOUS_MODE_CTRL 0x008 1362306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_AUTONOMOUS_MODE_CTRL2 0x00c 1462306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_LFPS_RXTERM_IRQ_SOURCE_STATUS 0x010 1562306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_LFPS_RXTERM_IRQ_CLEAR 0x014 1662306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_LFPS_DET_HIGH_COUNT_VAL 0x018 1762306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_LFPS_TX_ECSTART 0x01c 1862306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_LFPS_PER_TIMER_VAL 0x020 1962306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_LFPS_TX_END_CNT_U3_START 0x024 2062306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_RXEQTRAINING_LOCK_TIME 0x028 2162306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_RXEQTRAINING_WAIT_TIME 0x02c 2262306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_RXEQTRAINING_CTLE_TIME 0x030 2362306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_RXEQTRAINING_WAIT_TIME_S2 0x034 2462306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_RXEQTRAINING_DFE_TIME_S2 0x038 2562306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_RCVR_DTCT_DLY_U3_L 0x03c 2662306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_RCVR_DTCT_DLY_U3_H 0x040 2762306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_ARCVR_DTCT_EN_PERIOD 0x044 2862306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_ARCVR_DTCT_CM_DLY 0x048 2962306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_TXONESZEROS_RUN_LENGTH 0x04c 3062306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_ALFPS_DEGLITCH_VAL 0x050 3162306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_SIGDET_STARTUP_TIMER_VAL 0x054 3262306a36Sopenharmony_ci#define QPHY_V4_PCS_USB3_TEST_CONTROL 0x058 3362306a36Sopenharmony_ci 3462306a36Sopenharmony_ci#endif 35