pcie-qcom-common.h 334 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
  4. */
  5. #ifndef _PCIE_QCOM_COMMON_H
  6. #define _PCIE_QCOM_COMMON_H
  7. struct dw_pcie;
  8. void qcom_pcie_common_set_equalization(struct dw_pcie *pci);
  9. void qcom_pcie_common_set_16gt_lane_margining(struct dw_pcie *pci);
  10. #endif