phy-qcom-qmp-pcs-misc-v4.h 520 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2017, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef QCOM_PHY_QMP_PCS_MISC_V4_H_
  6. #define QCOM_PHY_QMP_PCS_MISC_V4_H_
  7. /* Only for QMP V4 PHY - PCS_MISC registers */
  8. #define QPHY_V4_PCS_MISC_TYPEC_CTRL 0x00
  9. #define QPHY_V4_PCS_MISC_TYPEC_PWRDN_CTRL 0x04
  10. #define QPHY_V4_PCS_MISC_PCS_MISC_CONFIG1 0x08
  11. #define QPHY_V4_PCS_MISC_CLAMP_ENABLE 0x0c
  12. #define QPHY_V4_PCS_MISC_TYPEC_STATUS 0x10
  13. #define QPHY_V4_PCS_MISC_PLACEHOLDER_STATUS 0x14
  14. #endif