summaryrefslogtreecommitdiffstats
path: root/src/ssx/pgp/registers/plb_arbiter_firmware_registers.h
blob: 583e95d2799e051d22ad3c3fa3f3d28d74bcb013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
#ifndef __PLB_ARBITER_FIRMWARE_REGISTERS_H__
#define __PLB_ARBITER_FIRMWARE_REGISTERS_H__

// $Id: plb_arbiter_firmware_registers.h,v 1.1.1.1 2013/12/11 21:03:25 bcbrock Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ssx/pgp/registers/plb_arbiter_firmware_registers.h,v $
//-----------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2013
// *! All Rights Reserved -- Property of IBM
// *! *** IBM Confidential ***
//-----------------------------------------------------------------------------

/// \file plb_arbiter_firmware_registers.h
/// \brief C register structs for the PLB_ARBITER unit

// *** WARNING *** - This file is generated automatically, do not edit.

#ifndef SIXTYFOUR_BIT_CONSTANT
#ifdef __ASSEMBLER__
#define SIXTYFOUR_BIT_CONSTANT(x) x
#else
#define SIXTYFOUR_BIT_CONSTANT(x) x##ull
#endif
#endif

#ifndef __ASSEMBLER__

#include <stdint.h>




typedef union plb_prev {

    uint32_t value;
    struct {
#ifdef _BIG_ENDIAN
    uint32_t value : 32;
#else
    uint32_t value : 32;
#endif // _BIG_ENDIAN
    } fields;
} plb_prev_t;



typedef union plb_pacr {

    uint32_t value;
    struct {
#ifdef _BIG_ENDIAN
    uint32_t ppm : 1;
    uint32_t ppo : 3;
    uint32_t hbu : 1;
    uint32_t rdp : 2;
    uint32_t wrp : 1;
    uint32_t _reserved0 : 24;
#else
    uint32_t _reserved0 : 24;
    uint32_t wrp : 1;
    uint32_t rdp : 2;
    uint32_t hbu : 1;
    uint32_t ppo : 3;
    uint32_t ppm : 1;
#endif // _BIG_ENDIAN
    } fields;
} plb_pacr_t;



typedef union plb_pesr {

    uint32_t value;
    struct {
#ifdef _BIG_ENDIAN
    uint32_t pte0 : 1;
    uint32_t rw0 : 1;
    uint32_t flk0 : 1;
    uint32_t alk0 : 1;
    uint32_t pte1 : 1;
    uint32_t rw1 : 1;
    uint32_t flk1 : 1;
    uint32_t alk1 : 1;
    uint32_t pte2 : 1;
    uint32_t rw2 : 1;
    uint32_t flk2 : 1;
    uint32_t alk2 : 1;
    uint32_t pte3 : 1;
    uint32_t rw3 : 1;
    uint32_t flk3 : 1;
    uint32_t alk3 : 1;
    uint32_t pte4 : 1;
    uint32_t rw4 : 1;
    uint32_t flk4 : 1;
    uint32_t alk4 : 1;
    uint32_t pte5 : 1;
    uint32_t rw5 : 1;
    uint32_t flk5 : 1;
    uint32_t alk5 : 1;
    uint32_t pte6 : 1;
    uint32_t rw6 : 1;
    uint32_t flk6 : 1;
    uint32_t alk6 : 1;
    uint32_t pte7 : 1;
    uint32_t rw7 : 1;
    uint32_t flk7 : 1;
    uint32_t alk7 : 1;
#else
    uint32_t alk7 : 1;
    uint32_t flk7 : 1;
    uint32_t rw7 : 1;
    uint32_t pte7 : 1;
    uint32_t alk6 : 1;
    uint32_t flk6 : 1;
    uint32_t rw6 : 1;
    uint32_t pte6 : 1;
    uint32_t alk5 : 1;
    uint32_t flk5 : 1;
    uint32_t rw5 : 1;
    uint32_t pte5 : 1;
    uint32_t alk4 : 1;
    uint32_t flk4 : 1;
    uint32_t rw4 : 1;
    uint32_t pte4 : 1;
    uint32_t alk3 : 1;
    uint32_t flk3 : 1;
    uint32_t rw3 : 1;
    uint32_t pte3 : 1;
    uint32_t alk2 : 1;
    uint32_t flk2 : 1;
    uint32_t rw2 : 1;
    uint32_t pte2 : 1;
    uint32_t alk1 : 1;
    uint32_t flk1 : 1;
    uint32_t rw1 : 1;
    uint32_t pte1 : 1;
    uint32_t alk0 : 1;
    uint32_t flk0 : 1;
    uint32_t rw0 : 1;
    uint32_t pte0 : 1;
#endif // _BIG_ENDIAN
    } fields;
} plb_pesr_t;



typedef union plb_pearl {

    uint32_t value;
    struct {
#ifdef _BIG_ENDIAN
    uint32_t value : 32;
#else
    uint32_t value : 32;
#endif // _BIG_ENDIAN
    } fields;
} plb_pearl_t;



typedef union plb_pearh {

    uint32_t value;
    struct {
#ifdef _BIG_ENDIAN
    uint32_t value : 32;
#else
    uint32_t value : 32;
#endif // _BIG_ENDIAN
    } fields;
} plb_pearh_t;



typedef union plb_sto_pesr {

    uint32_t value;
    struct {
#ifdef _BIG_ENDIAN
    uint32_t icu_te : 1;
    uint32_t icu_rw : 1;
    uint32_t reserved2 : 2;
    uint32_t dcu_te : 1;
    uint32_t dcu_rw : 1;
    uint32_t reserved6 : 2;
    uint32_t _reserved0 : 24;
#else
    uint32_t _reserved0 : 24;
    uint32_t reserved6 : 2;
    uint32_t dcu_rw : 1;
    uint32_t dcu_te : 1;
    uint32_t reserved2 : 2;
    uint32_t icu_rw : 1;
    uint32_t icu_te : 1;
#endif // _BIG_ENDIAN
    } fields;
} plb_sto_pesr_t;



typedef union plb_sto_pear {

    uint32_t value;
    struct {
#ifdef _BIG_ENDIAN
    uint32_t value : 32;
#else
    uint32_t value : 32;
#endif // _BIG_ENDIAN
    } fields;
} plb_sto_pear_t;


#endif // __ASSEMBLER__
#endif // __PLB_ARBITER_FIRMWARE_REGISTERS_H__

OpenPOWER on IntegriCloud