diff options
Diffstat (limited to 'include/gk20a/hw_ram_gk20a.h')
-rw-r--r-- | include/gk20a/hw_ram_gk20a.h | 443 |
1 files changed, 443 insertions, 0 deletions
diff --git a/include/gk20a/hw_ram_gk20a.h b/include/gk20a/hw_ram_gk20a.h new file mode 100644 index 0000000..ed385d9 --- /dev/null +++ b/include/gk20a/hw_ram_gk20a.h | |||
@@ -0,0 +1,443 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2012-2017, NVIDIA CORPORATION. All rights reserved. | ||
3 | * | ||
4 | * Permission is hereby granted, free of charge, to any person obtaining a | ||
5 | * copy of this software and associated documentation files (the "Software"), | ||
6 | * to deal in the Software without restriction, including without limitation | ||
7 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
8 | * and/or sell copies of the Software, and to permit persons to whom the | ||
9 | * Software is furnished to do so, subject to the following conditions: | ||
10 | * | ||
11 | * The above copyright notice and this permission notice shall be included in | ||
12 | * all copies or substantial portions of the Software. | ||
13 | * | ||
14 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
15 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
16 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
17 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
18 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
19 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
20 | * DEALINGS IN THE SOFTWARE. | ||
21 | */ | ||
22 | /* | ||
23 | * Function naming determines intended use: | ||
24 | * | ||
25 | * <x>_r(void) : Returns the offset for register <x>. | ||
26 | * | ||
27 | * <x>_o(void) : Returns the offset for element <x>. | ||
28 | * | ||
29 | * <x>_w(void) : Returns the word offset for word (4 byte) element <x>. | ||
30 | * | ||
31 | * <x>_<y>_s(void) : Returns size of field <y> of register <x> in bits. | ||
32 | * | ||
33 | * <x>_<y>_f(u32 v) : Returns a value based on 'v' which has been shifted | ||
34 | * and masked to place it at field <y> of register <x>. This value | ||
35 | * can be |'d with others to produce a full register value for | ||
36 | * register <x>. | ||
37 | * | ||
38 | * <x>_<y>_m(void) : Returns a mask for field <y> of register <x>. This | ||
39 | * value can be ~'d and then &'d to clear the value of field <y> for | ||
40 | * register <x>. | ||
41 | * | ||
42 | * <x>_<y>_<z>_f(void) : Returns the constant value <z> after being shifted | ||
43 | * to place it at field <y> of register <x>. This value can be |'d | ||
44 | * with others to produce a full register value for <x>. | ||
45 | * | ||
46 | * <x>_<y>_v(u32 r) : Returns the value of field <y> from a full register | ||
47 | * <x> value 'r' after being shifted to place its LSB at bit 0. | ||
48 | * This value is suitable for direct comparison with other unshifted | ||
49 | * values appropriate for use in field <y> of register <x>. | ||
50 | * | ||
51 | * <x>_<y>_<z>_v(void) : Returns the constant value for <z> defined for | ||
52 | * field <y> of register <x>. This value is suitable for direct | ||
53 | * comparison with unshifted values appropriate for use in field <y> | ||
54 | * of register <x>. | ||
55 | */ | ||
56 | #ifndef _hw_ram_gk20a_h_ | ||
57 | #define _hw_ram_gk20a_h_ | ||
58 | |||
59 | static inline u32 ram_in_ramfc_s(void) | ||
60 | { | ||
61 | return 4096U; | ||
62 | } | ||
63 | static inline u32 ram_in_ramfc_w(void) | ||
64 | { | ||
65 | return 0U; | ||
66 | } | ||
67 | static inline u32 ram_in_page_dir_base_target_f(u32 v) | ||
68 | { | ||
69 | return (v & 0x3U) << 0U; | ||
70 | } | ||
71 | static inline u32 ram_in_page_dir_base_target_w(void) | ||
72 | { | ||
73 | return 128U; | ||
74 | } | ||
75 | static inline u32 ram_in_page_dir_base_target_vid_mem_f(void) | ||
76 | { | ||
77 | return 0x0U; | ||
78 | } | ||
79 | static inline u32 ram_in_page_dir_base_target_sys_mem_coh_f(void) | ||
80 | { | ||
81 | return 0x2U; | ||
82 | } | ||
83 | static inline u32 ram_in_page_dir_base_target_sys_mem_ncoh_f(void) | ||
84 | { | ||
85 | return 0x3U; | ||
86 | } | ||
87 | static inline u32 ram_in_page_dir_base_vol_w(void) | ||
88 | { | ||
89 | return 128U; | ||
90 | } | ||
91 | static inline u32 ram_in_page_dir_base_vol_true_f(void) | ||
92 | { | ||
93 | return 0x4U; | ||
94 | } | ||
95 | static inline u32 ram_in_page_dir_base_lo_f(u32 v) | ||
96 | { | ||
97 | return (v & 0xfffffU) << 12U; | ||
98 | } | ||
99 | static inline u32 ram_in_page_dir_base_lo_w(void) | ||
100 | { | ||
101 | return 128U; | ||
102 | } | ||
103 | static inline u32 ram_in_page_dir_base_hi_f(u32 v) | ||
104 | { | ||
105 | return (v & 0xffU) << 0U; | ||
106 | } | ||
107 | static inline u32 ram_in_page_dir_base_hi_w(void) | ||
108 | { | ||
109 | return 129U; | ||
110 | } | ||
111 | static inline u32 ram_in_adr_limit_lo_f(u32 v) | ||
112 | { | ||
113 | return (v & 0xfffffU) << 12U; | ||
114 | } | ||
115 | static inline u32 ram_in_adr_limit_lo_w(void) | ||
116 | { | ||
117 | return 130U; | ||
118 | } | ||
119 | static inline u32 ram_in_adr_limit_hi_f(u32 v) | ||
120 | { | ||
121 | return (v & 0xffU) << 0U; | ||
122 | } | ||
123 | static inline u32 ram_in_adr_limit_hi_w(void) | ||
124 | { | ||
125 | return 131U; | ||
126 | } | ||
127 | static inline u32 ram_in_engine_cs_w(void) | ||
128 | { | ||
129 | return 132U; | ||
130 | } | ||
131 | static inline u32 ram_in_engine_cs_wfi_v(void) | ||
132 | { | ||
133 | return 0x00000000U; | ||
134 | } | ||
135 | static inline u32 ram_in_engine_cs_wfi_f(void) | ||
136 | { | ||
137 | return 0x0U; | ||
138 | } | ||
139 | static inline u32 ram_in_engine_cs_fg_v(void) | ||
140 | { | ||
141 | return 0x00000001U; | ||
142 | } | ||
143 | static inline u32 ram_in_engine_cs_fg_f(void) | ||
144 | { | ||
145 | return 0x8U; | ||
146 | } | ||
147 | static inline u32 ram_in_gr_cs_w(void) | ||
148 | { | ||
149 | return 132U; | ||
150 | } | ||
151 | static inline u32 ram_in_gr_cs_wfi_f(void) | ||
152 | { | ||
153 | return 0x0U; | ||
154 | } | ||
155 | static inline u32 ram_in_gr_wfi_target_w(void) | ||
156 | { | ||
157 | return 132U; | ||
158 | } | ||
159 | static inline u32 ram_in_gr_wfi_mode_w(void) | ||
160 | { | ||
161 | return 132U; | ||
162 | } | ||
163 | static inline u32 ram_in_gr_wfi_mode_physical_v(void) | ||
164 | { | ||
165 | return 0x00000000U; | ||
166 | } | ||
167 | static inline u32 ram_in_gr_wfi_mode_physical_f(void) | ||
168 | { | ||
169 | return 0x0U; | ||
170 | } | ||
171 | static inline u32 ram_in_gr_wfi_mode_virtual_v(void) | ||
172 | { | ||
173 | return 0x00000001U; | ||
174 | } | ||
175 | static inline u32 ram_in_gr_wfi_mode_virtual_f(void) | ||
176 | { | ||
177 | return 0x4U; | ||
178 | } | ||
179 | static inline u32 ram_in_gr_wfi_ptr_lo_f(u32 v) | ||
180 | { | ||
181 | return (v & 0xfffffU) << 12U; | ||
182 | } | ||
183 | static inline u32 ram_in_gr_wfi_ptr_lo_w(void) | ||
184 | { | ||
185 | return 132U; | ||
186 | } | ||
187 | static inline u32 ram_in_gr_wfi_ptr_hi_f(u32 v) | ||
188 | { | ||
189 | return (v & 0xffU) << 0U; | ||
190 | } | ||
191 | static inline u32 ram_in_gr_wfi_ptr_hi_w(void) | ||
192 | { | ||
193 | return 133U; | ||
194 | } | ||
195 | static inline u32 ram_in_base_shift_v(void) | ||
196 | { | ||
197 | return 0x0000000cU; | ||
198 | } | ||
199 | static inline u32 ram_in_alloc_size_v(void) | ||
200 | { | ||
201 | return 0x00001000U; | ||
202 | } | ||
203 | static inline u32 ram_fc_size_val_v(void) | ||
204 | { | ||
205 | return 0x00000200U; | ||
206 | } | ||
207 | static inline u32 ram_fc_gp_put_w(void) | ||
208 | { | ||
209 | return 0U; | ||
210 | } | ||
211 | static inline u32 ram_fc_userd_w(void) | ||
212 | { | ||
213 | return 2U; | ||
214 | } | ||
215 | static inline u32 ram_fc_userd_hi_w(void) | ||
216 | { | ||
217 | return 3U; | ||
218 | } | ||
219 | static inline u32 ram_fc_signature_w(void) | ||
220 | { | ||
221 | return 4U; | ||
222 | } | ||
223 | static inline u32 ram_fc_gp_get_w(void) | ||
224 | { | ||
225 | return 5U; | ||
226 | } | ||
227 | static inline u32 ram_fc_pb_get_w(void) | ||
228 | { | ||
229 | return 6U; | ||
230 | } | ||
231 | static inline u32 ram_fc_pb_get_hi_w(void) | ||
232 | { | ||
233 | return 7U; | ||
234 | } | ||
235 | static inline u32 ram_fc_pb_top_level_get_w(void) | ||
236 | { | ||
237 | return 8U; | ||
238 | } | ||
239 | static inline u32 ram_fc_pb_top_level_get_hi_w(void) | ||
240 | { | ||
241 | return 9U; | ||
242 | } | ||
243 | static inline u32 ram_fc_acquire_w(void) | ||
244 | { | ||
245 | return 12U; | ||
246 | } | ||
247 | static inline u32 ram_fc_semaphorea_w(void) | ||
248 | { | ||
249 | return 14U; | ||
250 | } | ||
251 | static inline u32 ram_fc_semaphoreb_w(void) | ||
252 | { | ||
253 | return 15U; | ||
254 | } | ||
255 | static inline u32 ram_fc_semaphorec_w(void) | ||
256 | { | ||
257 | return 16U; | ||
258 | } | ||
259 | static inline u32 ram_fc_semaphored_w(void) | ||
260 | { | ||
261 | return 17U; | ||
262 | } | ||
263 | static inline u32 ram_fc_gp_base_w(void) | ||
264 | { | ||
265 | return 18U; | ||
266 | } | ||
267 | static inline u32 ram_fc_gp_base_hi_w(void) | ||
268 | { | ||
269 | return 19U; | ||
270 | } | ||
271 | static inline u32 ram_fc_gp_fetch_w(void) | ||
272 | { | ||
273 | return 20U; | ||
274 | } | ||
275 | static inline u32 ram_fc_pb_fetch_w(void) | ||
276 | { | ||
277 | return 21U; | ||
278 | } | ||
279 | static inline u32 ram_fc_pb_fetch_hi_w(void) | ||
280 | { | ||
281 | return 22U; | ||
282 | } | ||
283 | static inline u32 ram_fc_pb_put_w(void) | ||
284 | { | ||
285 | return 23U; | ||
286 | } | ||
287 | static inline u32 ram_fc_pb_put_hi_w(void) | ||
288 | { | ||
289 | return 24U; | ||
290 | } | ||
291 | static inline u32 ram_fc_pb_header_w(void) | ||
292 | { | ||
293 | return 33U; | ||
294 | } | ||
295 | static inline u32 ram_fc_pb_count_w(void) | ||
296 | { | ||
297 | return 34U; | ||
298 | } | ||
299 | static inline u32 ram_fc_subdevice_w(void) | ||
300 | { | ||
301 | return 37U; | ||
302 | } | ||
303 | static inline u32 ram_fc_formats_w(void) | ||
304 | { | ||
305 | return 39U; | ||
306 | } | ||
307 | static inline u32 ram_fc_syncpointa_w(void) | ||
308 | { | ||
309 | return 41U; | ||
310 | } | ||
311 | static inline u32 ram_fc_syncpointb_w(void) | ||
312 | { | ||
313 | return 42U; | ||
314 | } | ||
315 | static inline u32 ram_fc_target_w(void) | ||
316 | { | ||
317 | return 43U; | ||
318 | } | ||
319 | static inline u32 ram_fc_hce_ctrl_w(void) | ||
320 | { | ||
321 | return 57U; | ||
322 | } | ||
323 | static inline u32 ram_fc_chid_w(void) | ||
324 | { | ||
325 | return 58U; | ||
326 | } | ||
327 | static inline u32 ram_fc_chid_id_f(u32 v) | ||
328 | { | ||
329 | return (v & 0xfffU) << 0U; | ||
330 | } | ||
331 | static inline u32 ram_fc_chid_id_w(void) | ||
332 | { | ||
333 | return 0U; | ||
334 | } | ||
335 | static inline u32 ram_fc_runlist_timeslice_w(void) | ||
336 | { | ||
337 | return 62U; | ||
338 | } | ||
339 | static inline u32 ram_fc_pb_timeslice_w(void) | ||
340 | { | ||
341 | return 63U; | ||
342 | } | ||
343 | static inline u32 ram_userd_base_shift_v(void) | ||
344 | { | ||
345 | return 0x00000009U; | ||
346 | } | ||
347 | static inline u32 ram_userd_chan_size_v(void) | ||
348 | { | ||
349 | return 0x00000200U; | ||
350 | } | ||
351 | static inline u32 ram_userd_put_w(void) | ||
352 | { | ||
353 | return 16U; | ||
354 | } | ||
355 | static inline u32 ram_userd_get_w(void) | ||
356 | { | ||
357 | return 17U; | ||
358 | } | ||
359 | static inline u32 ram_userd_ref_w(void) | ||
360 | { | ||
361 | return 18U; | ||
362 | } | ||
363 | static inline u32 ram_userd_put_hi_w(void) | ||
364 | { | ||
365 | return 19U; | ||
366 | } | ||
367 | static inline u32 ram_userd_ref_threshold_w(void) | ||
368 | { | ||
369 | return 20U; | ||
370 | } | ||
371 | static inline u32 ram_userd_top_level_get_w(void) | ||
372 | { | ||
373 | return 22U; | ||
374 | } | ||
375 | static inline u32 ram_userd_top_level_get_hi_w(void) | ||
376 | { | ||
377 | return 23U; | ||
378 | } | ||
379 | static inline u32 ram_userd_get_hi_w(void) | ||
380 | { | ||
381 | return 24U; | ||
382 | } | ||
383 | static inline u32 ram_userd_gp_get_w(void) | ||
384 | { | ||
385 | return 34U; | ||
386 | } | ||
387 | static inline u32 ram_userd_gp_put_w(void) | ||
388 | { | ||
389 | return 35U; | ||
390 | } | ||
391 | static inline u32 ram_userd_gp_top_level_get_w(void) | ||
392 | { | ||
393 | return 22U; | ||
394 | } | ||
395 | static inline u32 ram_userd_gp_top_level_get_hi_w(void) | ||
396 | { | ||
397 | return 23U; | ||
398 | } | ||
399 | static inline u32 ram_rl_entry_size_v(void) | ||
400 | { | ||
401 | return 0x00000008U; | ||
402 | } | ||
403 | static inline u32 ram_rl_entry_chid_f(u32 v) | ||
404 | { | ||
405 | return (v & 0xfffU) << 0U; | ||
406 | } | ||
407 | static inline u32 ram_rl_entry_id_f(u32 v) | ||
408 | { | ||
409 | return (v & 0xfffU) << 0U; | ||
410 | } | ||
411 | static inline u32 ram_rl_entry_type_f(u32 v) | ||
412 | { | ||
413 | return (v & 0x1U) << 13U; | ||
414 | } | ||
415 | static inline u32 ram_rl_entry_type_chid_f(void) | ||
416 | { | ||
417 | return 0x0U; | ||
418 | } | ||
419 | static inline u32 ram_rl_entry_type_tsg_f(void) | ||
420 | { | ||
421 | return 0x2000U; | ||
422 | } | ||
423 | static inline u32 ram_rl_entry_timeslice_scale_f(u32 v) | ||
424 | { | ||
425 | return (v & 0xfU) << 14U; | ||
426 | } | ||
427 | static inline u32 ram_rl_entry_timeslice_scale_3_f(void) | ||
428 | { | ||
429 | return 0xc000U; | ||
430 | } | ||
431 | static inline u32 ram_rl_entry_timeslice_timeout_f(u32 v) | ||
432 | { | ||
433 | return (v & 0xffU) << 18U; | ||
434 | } | ||
435 | static inline u32 ram_rl_entry_timeslice_timeout_128_f(void) | ||
436 | { | ||
437 | return 0x2000000U; | ||
438 | } | ||
439 | static inline u32 ram_rl_entry_tsg_length_f(u32 v) | ||
440 | { | ||
441 | return (v & 0x3fU) << 26U; | ||
442 | } | ||
443 | #endif | ||