Rev 3343 | Rev 3479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3343 | Rev 3477 | ||
---|---|---|---|
Line 115... | Line 115... | ||
115 | unsigned dl : 1; |
115 | unsigned dl : 1; |
116 | } __attribute__ ((packed)); |
116 | } __attribute__ ((packed)); |
117 | }; |
117 | }; |
118 | typedef union fprs_reg fprs_reg_t; |
118 | typedef union fprs_reg fprs_reg_t; |
119 | 119 | ||
120 | /** UPA_CONFIG register. |
120 | /** UPA_CONFIG/FIREPLANE_CONFIG register. |
121 | * |
121 | * |
122 | * Note that format of this register differs significantly from |
122 | * Note that format of this register differs significantly from |
123 | * processor version to version. The format defined here |
123 | * processor version to version. The format defined here |
124 | * is the common subset for all supported processor versions. |
124 | * is the common subset for all supported processor versions. |
125 | */ |
125 | */ |