diff options
Diffstat (limited to 'drivers/misc/mei/hw-me-regs.h')
-rw-r--r-- | drivers/misc/mei/hw-me-regs.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/drivers/misc/mei/hw-me-regs.h b/drivers/misc/mei/hw-me-regs.h index c5feafdd58a8..9eb7ed70ace2 100644 --- a/drivers/misc/mei/hw-me-regs.h +++ b/drivers/misc/mei/hw-me-regs.h | |||
@@ -117,14 +117,18 @@ | |||
117 | #define MEI_DEV_ID_WPT_LP 0x9CBA /* Wildcat Point LP */ | 117 | #define MEI_DEV_ID_WPT_LP 0x9CBA /* Wildcat Point LP */ |
118 | #define MEI_DEV_ID_WPT_LP_2 0x9CBB /* Wildcat Point LP 2 */ | 118 | #define MEI_DEV_ID_WPT_LP_2 0x9CBB /* Wildcat Point LP 2 */ |
119 | 119 | ||
120 | /* Host Firmware Status Registers in PCI Config Space */ | ||
121 | #define PCI_CFG_HFS_1 0x40 | ||
122 | #define PCI_CFG_HFS_2 0x48 | ||
123 | |||
124 | /* | 120 | /* |
125 | * MEI HW Section | 121 | * MEI HW Section |
126 | */ | 122 | */ |
127 | 123 | ||
124 | /* Host Firmware Status Registers in PCI Config Space */ | ||
125 | #define PCI_CFG_HFS_1 0x40 | ||
126 | #define PCI_CFG_HFS_2 0x48 | ||
127 | #define PCI_CFG_HFS_3 0x60 | ||
128 | #define PCI_CFG_HFS_4 0x64 | ||
129 | #define PCI_CFG_HFS_5 0x68 | ||
130 | #define PCI_CFG_HFS_6 0x6C | ||
131 | |||
128 | /* MEI registers */ | 132 | /* MEI registers */ |
129 | /* H_CB_WW - Host Circular Buffer (CB) Write Window register */ | 133 | /* H_CB_WW - Host Circular Buffer (CB) Write Window register */ |
130 | #define H_CB_WW 0 | 134 | #define H_CB_WW 0 |