diff options
Diffstat (limited to 'include/linux/pci_regs.h')
| -rw-r--r-- | include/linux/pci_regs.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci_regs.h b/include/linux/pci_regs.h index c8f302991b6..c4c3d68be19 100644 --- a/include/linux/pci_regs.h +++ b/include/linux/pci_regs.h @@ -442,7 +442,10 @@  #define  PCI_EXP_LNKCTL_LABIE	0x0800	/* Lnk Autonomous Bandwidth Interrupt Enable */  #define PCI_EXP_LNKSTA		18	/* Link Status */  #define  PCI_EXP_LNKSTA_CLS	0x000f	/* Current Link Speed */ +#define  PCI_EXP_LNKSTA_CLS_2_5GB 0x01	/* Current Link Speed 2.5GT/s */ +#define  PCI_EXP_LNKSTA_CLS_5_0GB 0x02	/* Current Link Speed 5.0GT/s */  #define  PCI_EXP_LNKSTA_NLW	0x03f0	/* Nogotiated Link Width */ +#define  PCI_EXP_LNKSTA_NLW_SHIFT 4	/* start of NLW mask in link status */  #define  PCI_EXP_LNKSTA_LT	0x0800	/* Link Training */  #define  PCI_EXP_LNKSTA_SLC	0x1000	/* Slot Clock Configuration */  #define  PCI_EXP_LNKSTA_DLLLA	0x2000	/* Data Link Layer Link Active */  |