File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ static struct gcc_mux gcc = {
17
17
.phys = 0x1400000 ,
18
18
.size = 0x1f0000 ,
19
19
20
+ .measure = measure_gcc ,
21
+
20
22
.enable_reg = 0x30004 ,
21
23
.enable_mask = BIT (0 ),
22
24
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ static struct gcc_mux gcc = {
16
16
.phys = 0x100000 ,
17
17
.size = 0x1f0000 ,
18
18
19
+ .measure = measure_gcc ,
20
+
19
21
.enable_reg = 0x62004 ,
20
22
.enable_mask = BIT (0 ),
21
23
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ static struct gcc_mux gcc = {
17
17
.phys = 0x1400000 ,
18
18
.size = 0x1f0000 ,
19
19
20
+ .measure = measure_gcc ,
21
+
20
22
.enable_reg = 0x30004 ,
21
23
.enable_mask = BIT (0 ),
22
24
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ static struct gcc_mux gcc = {
17
17
.phys = 0x1400000 ,
18
18
.size = 0x1f0000 ,
19
19
20
+ .measure = measure_gcc ,
21
+
20
22
.enable_reg = 0x30004 ,
21
23
.enable_mask = BIT (0 ),
22
24
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ static struct gcc_mux gcc = {
44
44
.phys = 0x162000 ,
45
45
.size = 0x1f0000 ,
46
46
47
+ .measure = measure_gcc ,
48
+
47
49
.enable_reg = 0x8 ,
48
50
.enable_mask = BIT (0 ),
49
51
You can’t perform that action at this time.
0 commit comments