From c84f53521902a63b98cb08555c28d576707f0224 Mon Sep 17 00:00:00 2001 From: Mikhail Bratchikov Date: Mon, 30 May 2022 18:21:57 +0300 Subject: [PATCH] lib: Fix PCI_L1PM_SUBSTAT_CAP_L1PM_SUPP --- lib/header.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/header.h b/lib/header.h index 165c49c..fb845ed 100644 --- a/lib/header.h +++ b/lib/header.h @@ -1295,7 +1295,7 @@ #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 */ -- 2.39.2