phy-qcom-qmp-pcs-usb-v7.h 529 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2023, Linaro Limited
  4. */
  5. #ifndef QCOM_PHY_QMP_PCS_USB_V7_H_
  6. #define QCOM_PHY_QMP_PCS_USB_V7_H_
  7. #define QPHY_V7_PCS_USB3_POWER_STATE_CONFIG1 0x00
  8. #define QPHY_V7_PCS_USB3_AUTONOMOUS_MODE_CTRL 0x08
  9. #define QPHY_V7_PCS_USB3_LFPS_RXTERM_IRQ_CLEAR 0x14
  10. #define QPHY_V7_PCS_USB3_LFPS_DET_HIGH_COUNT_VAL 0x18
  11. #define QPHY_V7_PCS_USB3_RXEQTRAINING_DFE_TIME_S2 0x3c
  12. #define QPHY_V7_PCS_USB3_RCVR_DTCT_DLY_U3_L 0x40
  13. #define QPHY_V7_PCS_USB3_RCVR_DTCT_DLY_U3_H 0x44
  14. #endif