34
34
#define FIRST_SMC_INT_VECT_REG 0xFFD8
35
35
#define FIRST_INT_VECT_S19 0xFFC0
36
36
37
- static const u8 rv770_smc_int_vectors [] =
38
- {
37
+ static const u8 rv770_smc_int_vectors [] = {
39
38
0x08 , 0x10 , 0x08 , 0x10 ,
40
39
0x08 , 0x10 , 0x08 , 0x10 ,
41
40
0x08 , 0x10 , 0x08 , 0x10 ,
@@ -54,8 +53,7 @@ static const u8 rv770_smc_int_vectors[] =
54
53
0x03 , 0x51 , 0x03 , 0x51
55
54
};
56
55
57
- static const u8 rv730_smc_int_vectors [] =
58
- {
56
+ static const u8 rv730_smc_int_vectors [] = {
59
57
0x08 , 0x15 , 0x08 , 0x15 ,
60
58
0x08 , 0x15 , 0x08 , 0x15 ,
61
59
0x08 , 0x15 , 0x08 , 0x15 ,
@@ -74,8 +72,7 @@ static const u8 rv730_smc_int_vectors[] =
74
72
0x03 , 0x56 , 0x03 , 0x56
75
73
};
76
74
77
- static const u8 rv710_smc_int_vectors [] =
78
- {
75
+ static const u8 rv710_smc_int_vectors [] = {
79
76
0x08 , 0x04 , 0x08 , 0x04 ,
80
77
0x08 , 0x04 , 0x08 , 0x04 ,
81
78
0x08 , 0x04 , 0x08 , 0x04 ,
@@ -94,8 +91,7 @@ static const u8 rv710_smc_int_vectors[] =
94
91
0x03 , 0x51 , 0x03 , 0x51
95
92
};
96
93
97
- static const u8 rv740_smc_int_vectors [] =
98
- {
94
+ static const u8 rv740_smc_int_vectors [] = {
99
95
0x08 , 0x10 , 0x08 , 0x10 ,
100
96
0x08 , 0x10 , 0x08 , 0x10 ,
101
97
0x08 , 0x10 , 0x08 , 0x10 ,
@@ -114,8 +110,7 @@ static const u8 rv740_smc_int_vectors[] =
114
110
0x03 , 0x51 , 0x03 , 0x51
115
111
};
116
112
117
- static const u8 cedar_smc_int_vectors [] =
118
- {
113
+ static const u8 cedar_smc_int_vectors [] = {
119
114
0x0B , 0x05 , 0x0B , 0x05 ,
120
115
0x0B , 0x05 , 0x0B , 0x05 ,
121
116
0x0B , 0x05 , 0x0B , 0x05 ,
@@ -134,8 +129,7 @@ static const u8 cedar_smc_int_vectors[] =
134
129
0x04 , 0xF6 , 0x04 , 0xF6
135
130
};
136
131
137
- static const u8 redwood_smc_int_vectors [] =
138
- {
132
+ static const u8 redwood_smc_int_vectors [] = {
139
133
0x0B , 0x05 , 0x0B , 0x05 ,
140
134
0x0B , 0x05 , 0x0B , 0x05 ,
141
135
0x0B , 0x05 , 0x0B , 0x05 ,
@@ -154,8 +148,7 @@ static const u8 redwood_smc_int_vectors[] =
154
148
0x04 , 0xF6 , 0x04 , 0xF6
155
149
};
156
150
157
- static const u8 juniper_smc_int_vectors [] =
158
- {
151
+ static const u8 juniper_smc_int_vectors [] = {
159
152
0x0B , 0x05 , 0x0B , 0x05 ,
160
153
0x0B , 0x05 , 0x0B , 0x05 ,
161
154
0x0B , 0x05 , 0x0B , 0x05 ,
@@ -174,8 +167,7 @@ static const u8 juniper_smc_int_vectors[] =
174
167
0x04 , 0xF6 , 0x04 , 0xF6
175
168
};
176
169
177
- static const u8 cypress_smc_int_vectors [] =
178
- {
170
+ static const u8 cypress_smc_int_vectors [] = {
179
171
0x0B , 0x05 , 0x0B , 0x05 ,
180
172
0x0B , 0x05 , 0x0B , 0x05 ,
181
173
0x0B , 0x05 , 0x0B , 0x05 ,
@@ -194,8 +186,7 @@ static const u8 cypress_smc_int_vectors[] =
194
186
0x04 , 0xF6 , 0x04 , 0xF6
195
187
};
196
188
197
- static const u8 barts_smc_int_vectors [] =
198
- {
189
+ static const u8 barts_smc_int_vectors [] = {
199
190
0x0C , 0x14 , 0x0C , 0x14 ,
200
191
0x0C , 0x14 , 0x0C , 0x14 ,
201
192
0x0C , 0x14 , 0x0C , 0x14 ,
@@ -214,8 +205,7 @@ static const u8 barts_smc_int_vectors[] =
214
205
0x05 , 0x0A , 0x05 , 0x0A
215
206
};
216
207
217
- static const u8 turks_smc_int_vectors [] =
218
- {
208
+ static const u8 turks_smc_int_vectors [] = {
219
209
0x0C , 0x14 , 0x0C , 0x14 ,
220
210
0x0C , 0x14 , 0x0C , 0x14 ,
221
211
0x0C , 0x14 , 0x0C , 0x14 ,
@@ -234,8 +224,7 @@ static const u8 turks_smc_int_vectors[] =
234
224
0x05 , 0x0A , 0x05 , 0x0A
235
225
};
236
226
237
- static const u8 caicos_smc_int_vectors [] =
238
- {
227
+ static const u8 caicos_smc_int_vectors [] = {
239
228
0x0C , 0x14 , 0x0C , 0x14 ,
240
229
0x0C , 0x14 , 0x0C , 0x14 ,
241
230
0x0C , 0x14 , 0x0C , 0x14 ,
@@ -254,8 +243,7 @@ static const u8 caicos_smc_int_vectors[] =
254
243
0x05 , 0x0A , 0x05 , 0x0A
255
244
};
256
245
257
- static const u8 cayman_smc_int_vectors [] =
258
- {
246
+ static const u8 cayman_smc_int_vectors [] = {
259
247
0x12 , 0x05 , 0x12 , 0x05 ,
260
248
0x12 , 0x05 , 0x12 , 0x05 ,
261
249
0x12 , 0x05 , 0x12 , 0x05 ,
0 commit comments