diff options
Diffstat (limited to 'ich_descriptors.h')
-rw-r--r-- | ich_descriptors.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ich_descriptors.h b/ich_descriptors.h index d00af63f..cd5a45cb 100644 --- a/ich_descriptors.h +++ b/ich_descriptors.h @@ -95,6 +95,13 @@ struct ich_desc_content { ICCRIBA :8, /* ICC Reg. Init Base Addr. (new since Sandy Bridge) */ RIL :8; /* Register Init Length (new since Hawell) */ }; + struct { /* new since Tiger Point */ + uint32_t :2, + CSSO :10, /* CPU Soft Strap Offset from PMC Base */ + :4, + CSSL :8, /* CPU Soft Strap Length */ + :8; + }; }; }; |