.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * MPC85xx/86xx PCI Express structure define |
---|
3 | 4 | * |
---|
4 | 5 | * 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 | | - * |
---|
11 | 6 | */ |
---|
12 | 7 | |
---|
13 | 8 | #ifdef __KERNEL__ |
---|
.. | .. |
---|
23 | 18 | |
---|
24 | 19 | #define PCIE_LTSSM 0x0404 /* PCIE Link Training and Status */ |
---|
25 | 20 | #define PCIE_LTSSM_L0 0x16 /* L0 state */ |
---|
| 21 | +#define PCIE_FSL_CSR_CLASSCODE 0x474 /* FSL GPEX CSR */ |
---|
26 | 22 | #define PCIE_IP_REV_2_2 0x02080202 /* PCIE IP block version Rev2.2 */ |
---|
27 | 23 | #define PCIE_IP_REV_3_0 0x02080300 /* PCIE IP block version Rev3.0 */ |
---|
28 | 24 | #define PIWAR_EN 0x80000000 /* Enable */ |
---|