summaryrefslogtreecommitdiffstats
path: root/scripts/coccinelle/misc/altera_sequencer.cocci
blob: 2350e841c0e84b28b1b42d95edcf3eda4b778e6f (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
@r_shadow@
type T;
@@

- static T curr_shadow_reg = 0;

@r_out2_delay@
type T;
@@

- T scc_mgr_apply_group_dq_out2_delay(...)
- {
- ...
- }

@r_oct_out2@
type T;
@@
- T scc_mgr_apply_group_dqs_io_and_oct_out2(...)
- {
- ...
- }

@r_oct_out2_gradual@
type T;
@@

- T scc_mgr_set_group_dqs_io_and_oct_out2_gradual(...)
- {
- ...
- }

@r_eye_diag@
type T;
@@

- T rw_mgr_mem_calibrate_eye_diag_aid(...)
- {
- ...
- }

@r_full_test@
type T;
@@

- T rw_mgr_mem_calibrate_full_test(...)
- {
- ...
- }

@r_user_init_cal_req@
@@

- static void user_init_cal_req (...)
- {
- ...
- }

@r_tcl@
@@

- TCLRPT_SET(...);

@r_bfm@
@@

- BFM_STAGE(...);

@r_trace@
@@

- TRACE_FUNC(...);

@r_assert@
@@

- ALTERA_ASSERT(...);

@r_if@
@@

- if (...) {}

@r_if_else@
@@

- if (...) {
- } else {
- }

@r_for@
@@

- for (...;...;...) {}