diff options
Diffstat (limited to 'arch/powerpc/sysdev/fsl_pci.h')
| -rw-r--r-- | arch/powerpc/sysdev/fsl_pci.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_pci.h b/arch/powerpc/sysdev/fsl_pci.h index cdbde2e0c96e..093a875d7d1e 100644 --- a/arch/powerpc/sysdev/fsl_pci.h +++ b/arch/powerpc/sysdev/fsl_pci.h @@ -18,6 +18,7 @@ struct platform_device;  #define PCIE_LTSSM	0x0404		/* PCIE Link Training and Status */  #define PCIE_LTSSM_L0	0x16		/* L0 state */ +#define PCIE_FSL_CSR_CLASSCODE	0x474	/* FSL GPEX CSR */  #define PCIE_IP_REV_2_2		0x02080202 /* PCIE IP block version Rev2.2 */  #define PCIE_IP_REV_3_0		0x02080300 /* PCIE IP block version Rev3.0 */  #define PIWAR_EN		0x80000000	/* Enable */  |