diff options
Diffstat (limited to 'ich_descriptors.h')
-rw-r--r-- | ich_descriptors.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ich_descriptors.h b/ich_descriptors.h index ec85e0c4..920e098c 100644 --- a/ich_descriptors.h +++ b/ich_descriptors.h @@ -93,9 +93,10 @@ struct ich_desc_content { union { /* 0x0c */ uint32_t FLMAP2; struct { - uint32_t FMSBA :8, /* Flash (G)MCH Strap Base Addr. */ - MSL :8, /* MCH Strap Length */ - :16; + uint32_t FMSBA :8, /* Flash (G)MCH Strap Base Addr. */ + MSL :8, /* MCH Strap Length */ + ICCRIBA :8, /* ICC Reg. Init Base Addr. (new since Sandy Bridge) */ + RIL :8; /* Register Init Length (new since Hawell) */ }; }; }; |