hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/powerpc/sysdev/fsl_pci.h
....@@ -1,13 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * MPC85xx/86xx PCI Express structure define
34 *
45 * Copyright 2007,2011 Freescale Semiconductor, Inc
5
- *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms of the GNU General Public License as published by the
8
- * Free Software Foundation; either version 2 of the License, or (at your
9
- * option) any later version.
10
- *
116 */
127
138 #ifdef __KERNEL__
....@@ -23,6 +18,7 @@
2318
2419 #define PCIE_LTSSM 0x0404 /* PCIE Link Training and Status */
2520 #define PCIE_LTSSM_L0 0x16 /* L0 state */
21
+#define PCIE_FSL_CSR_CLASSCODE 0x474 /* FSL GPEX CSR */
2622 #define PCIE_IP_REV_2_2 0x02080202 /* PCIE IP block version Rev2.2 */
2723 #define PCIE_IP_REV_3_0 0x02080300 /* PCIE IP block version Rev3.0 */
2824 #define PIWAR_EN 0x80000000 /* Enable */