pcie.h 243 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2022 Rockchip Electronics Co., Ltd.
  4. */
  5. #ifndef __PHY_PCIE_H
  6. #define __PHY_PCIE_H
  7. #define PHY_MODE_PCIE_RC 20
  8. #define PHY_MODE_PCIE_EP 21
  9. #define PHY_MODE_PCIE_BIFURCATION 22
  10. #endif