diff options
Diffstat (limited to 'include/linux/pci_regs.h')
-rw-r--r-- | include/linux/pci_regs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/pci_regs.h b/include/linux/pci_regs.h index d9acf9b99814..aa420261843d 100644 --- a/include/linux/pci_regs.h +++ b/include/linux/pci_regs.h | |||
@@ -508,10 +508,16 @@ | |||
508 | #define PCI_EXP_RTSTA_PENDING 0x20000 /* PME pending */ | 508 | #define PCI_EXP_RTSTA_PENDING 0x20000 /* PME pending */ |
509 | #define PCI_EXP_DEVCAP2 36 /* Device Capabilities 2 */ | 509 | #define PCI_EXP_DEVCAP2 36 /* Device Capabilities 2 */ |
510 | #define PCI_EXP_DEVCAP2_ARI 0x20 /* Alternative Routing-ID */ | 510 | #define PCI_EXP_DEVCAP2_ARI 0x20 /* Alternative Routing-ID */ |
511 | #define PCI_EXP_OBFF_MASK 0xc0000 /* OBFF support mechanism */ | ||
512 | #define PCI_EXP_OBFF_MSG 0x40000 /* New message signaling */ | ||
513 | #define PCI_EXP_OBFF_WAKE 0x80000 /* Re-use WAKE# for OBFF */ | ||
511 | #define PCI_EXP_DEVCTL2 40 /* Device Control 2 */ | 514 | #define PCI_EXP_DEVCTL2 40 /* Device Control 2 */ |
512 | #define PCI_EXP_DEVCTL2_ARI 0x20 /* Alternative Routing-ID */ | 515 | #define PCI_EXP_DEVCTL2_ARI 0x20 /* Alternative Routing-ID */ |
513 | #define PCI_EXP_IDO_REQ_EN 0x100 /* ID-based ordering request enable */ | 516 | #define PCI_EXP_IDO_REQ_EN 0x100 /* ID-based ordering request enable */ |
514 | #define PCI_EXP_IDO_CMP_EN 0x200 /* ID-based ordering completion enable */ | 517 | #define PCI_EXP_IDO_CMP_EN 0x200 /* ID-based ordering completion enable */ |
518 | #define PCI_EXP_OBFF_MSGA_EN 0x2000 /* OBFF enable with Message type A */ | ||
519 | #define PCI_EXP_OBFF_MSGB_EN 0x4000 /* OBFF enable with Message type B */ | ||
520 | #define PCI_EXP_OBFF_WAKE_EN 0x6000 /* OBFF using WAKE# signaling */ | ||
515 | #define PCI_EXP_LNKCTL2 48 /* Link Control 2 */ | 521 | #define PCI_EXP_LNKCTL2 48 /* Link Control 2 */ |
516 | #define PCI_EXP_SLTCTL2 56 /* Slot Control 2 */ | 522 | #define PCI_EXP_SLTCTL2 56 /* Slot Control 2 */ |
517 | 523 | ||