Rev 3582 | Rev 3664 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3582 | Rev 3591 | ||
---|---|---|---|
Line 131... | Line 131... | ||
131 | unsigned pcon : 8; /**< Processor configuration. */ |
131 | unsigned pcon : 8; /**< Processor configuration. */ |
132 | unsigned mid : 5; /**< Module (processor) ID register. */ |
132 | unsigned mid : 5; /**< Module (processor) ID register. */ |
133 | unsigned pcap : 17; /**< Processor capabilities. */ |
133 | unsigned pcap : 17; /**< Processor capabilities. */ |
134 | #elif defined (US3) |
134 | #elif defined (US3) |
135 | uint64_t : 37; |
135 | uint64_t : 37; |
136 | unsigned mid : 10; /**< Module (processor) ID register. */ |
136 | unsigned mid : 10; /**< Agent ID in US-IV+ manual.*/ |
137 | uint64_t : 17; |
137 | uint64_t : 17; |
138 | #endif |
138 | #endif |
139 | } __attribute__ ((packed)); |
139 | } __attribute__ ((packed)); |
140 | }; |
140 | }; |
141 | typedef union icbus_config icbus_config_t; |
141 | typedef union icbus_config icbus_config_t; |