]> mj.ucw.cz Git - pciutils.git/commitdiff
lib: Fix PCI_L1PM_SUBSTAT_CAP_L1PM_SUPP
authorMikhail Bratchikov <m@pepyaka.org>
Mon, 30 May 2022 15:21:57 +0000 (18:21 +0300)
committerMartin Mares <mj@ucw.cz>
Sun, 30 Oct 2022 12:32:59 +0000 (13:32 +0100)
lib/header.h

index 165c49c8225b8b304077b6c3a8347da260dc6000..fb845edf77cacf597de301b0b02fccf75511fb36 100644 (file)
 #define  PCI_L1PM_SUBSTAT_CAP_PM_L11   0x2     /* PCI-PM L1.1 Supported */
 #define  PCI_L1PM_SUBSTAT_CAP_ASPM_L12 0x4     /* ASPM L1.2 Supported */
 #define  PCI_L1PM_SUBSTAT_CAP_ASPM_L11 0x8     /* ASPM L1.1 Supported */
-#define  PCI_L1PM_SUBSTAT_CAP_L1PM_SUPP        0x16    /* L1 PM Substates supported */
+#define  PCI_L1PM_SUBSTAT_CAP_L1PM_SUPP        0x10    /* L1 PM Substates supported */
 #define PCI_L1PM_SUBSTAT_CTL1  0x8     /* L1 PM Substate Control 1 */
 #define  PCI_L1PM_SUBSTAT_CTL1_PM_L12  0x1     /* PCI-PM L1.2 Enable */
 #define  PCI_L1PM_SUBSTAT_CTL1_PM_L11  0x2     /* PCI-PM L1.1 Enable */