]> Git Repo - J-linux.git/blob - include/linux/phy/pcie.h
Merge tag 'ktest-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[J-linux.git] / include / linux / phy / pcie.h
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
8 #define PHY_MODE_PCIE_RC 20
9 #define PHY_MODE_PCIE_EP 21
10 #define PHY_MODE_PCIE_BIFURCATION 22
11
12 #endif
This page took 0.028779 seconds and 4 git commands to generate.