Skip to content

Commit ce3bb58

Browse files
noopwafeljannau
authored andcommitted
proxyclient: pmgr: s/clock/power/
Mirrors 1254b4b ("pmgr: s/clock/power/"). Signed-off-by: Alyssa Milburn <[email protected]>
1 parent 1124c22 commit ce3bb58

29 files changed

Lines changed: 76 additions & 76 deletions

proxyclient/experiments/aes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_custom_key(key, keygen=0):
113113
aes.R_CONTROL.set(STOP=1)
114114

115115

116-
p.pmgr_adt_clocks_enable("/arm-io/aes")
116+
p.pmgr_adt_power_enable("/arm-io/aes")
117117

118118
dart = DART.from_adt(u, "/arm-io/dart-sio")
119119
dart.initialize()

proxyclient/experiments/agx_1tri.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
from m1n1.agx import AGX
1616
from m1n1.agx.context import *
1717

18-
p.pmgr_adt_clocks_enable("/arm-io/gfx-asc")
19-
p.pmgr_adt_clocks_enable("/arm-io/sgx")
20-
#p.pmgr_adt_clocks_enable("/arm-io/pmp")
18+
p.pmgr_adt_power_enable("/arm-io/gfx-asc")
19+
p.pmgr_adt_power_enable("/arm-io/sgx")
20+
#p.pmgr_adt_power_enable("/arm-io/pmp")
2121

2222
# [cpu0] [0xfffffe00124bf5c0] MMIO: R.4 0x204d14000 (sgx, offset 0xd14000) = 0x0
2323
p.read32(0x204000000 + 0xd14000)

proxyclient/experiments/agx_boot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
from m1n1.fw.agx import Agx
1616

17-
p.pmgr_adt_clocks_enable("/arm-io/gfx-asc")
18-
p.pmgr_adt_clocks_enable("/arm-io/sgx")
17+
p.pmgr_adt_power_enable("/arm-io/gfx-asc")
18+
p.pmgr_adt_power_enable("/arm-io/sgx")
1919

2020
agx = Agx(u)
2121
agx.verbose = 10

proxyclient/experiments/agx_cancel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
analyzer_cpu = 1
2323

24-
p.pmgr_adt_clocks_enable("/arm-io/gfx-asc")
25-
p.pmgr_adt_clocks_enable("/arm-io/sgx")
24+
p.pmgr_adt_power_enable("/arm-io/gfx-asc")
25+
p.pmgr_adt_power_enable("/arm-io/sgx")
2626
p.smp_start_secondaries()
2727
p.mmu_init_secondary(analyzer_cpu)
2828
iface.dev.timeout = 42

proxyclient/experiments/agx_deps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
analyzer_cpu = 1
2323

24-
p.pmgr_adt_clocks_enable("/arm-io/gfx-asc")
25-
p.pmgr_adt_clocks_enable("/arm-io/sgx")
24+
p.pmgr_adt_power_enable("/arm-io/gfx-asc")
25+
p.pmgr_adt_power_enable("/arm-io/sgx")
2626
p.smp_start_secondaries()
2727
p.mmu_init_secondary(analyzer_cpu)
2828
iface.dev.timeout = 42

proxyclient/experiments/agx_parallel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
analyzer_cpu = 1
2323

24-
p.pmgr_adt_clocks_enable("/arm-io/gfx-asc")
25-
p.pmgr_adt_clocks_enable("/arm-io/sgx")
24+
p.pmgr_adt_power_enable("/arm-io/gfx-asc")
25+
p.pmgr_adt_power_enable("/arm-io/sgx")
2626
p.smp_start_secondaries()
2727
p.mmu_init_secondary(analyzer_cpu)
2828
iface.dev.timeout = 42

proxyclient/experiments/agx_renderframe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
from m1n1 import asm
1919

20-
p.pmgr_adt_clocks_enable("/arm-io/gfx-asc")
21-
p.pmgr_adt_clocks_enable("/arm-io/sgx")
20+
p.pmgr_adt_power_enable("/arm-io/gfx-asc")
21+
p.pmgr_adt_power_enable("/arm-io/sgx")
2222

2323
agx = AGX(u)
2424
mon = RegMonitor(u, ascii=True, bufsize=0x8000000)

proxyclient/experiments/agx_tlb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
analyzer_cpu = 1
2323

24-
p.pmgr_adt_clocks_enable("/arm-io/gfx-asc")
25-
p.pmgr_adt_clocks_enable("/arm-io/sgx")
24+
p.pmgr_adt_power_enable("/arm-io/gfx-asc")
25+
p.pmgr_adt_power_enable("/arm-io/sgx")
2626
p.smp_start_secondaries()
2727
p.mmu_init_secondary(analyzer_cpu)
2828
iface.dev.timeout = 42

proxyclient/experiments/agx_tracetimings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
analyzer_cpu = 1
2121

22-
p.pmgr_adt_clocks_enable("/arm-io/gfx-asc")
23-
p.pmgr_adt_clocks_enable("/arm-io/sgx")
22+
p.pmgr_adt_power_enable("/arm-io/gfx-asc")
23+
p.pmgr_adt_power_enable("/arm-io/sgx")
2424
p.smp_start_secondaries()
2525
p.mmu_init_secondary(analyzer_cpu)
2626
iface.dev.timeout = 10

proxyclient/experiments/agx_xtest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
from m1n1.setup import *
1515
from m1n1 import asm
1616

17-
p.pmgr_adt_clocks_enable("/arm-io/gfx-asc")
18-
p.pmgr_adt_clocks_enable("/arm-io/sgx")
17+
p.pmgr_adt_power_enable("/arm-io/gfx-asc")
18+
p.pmgr_adt_power_enable("/arm-io/sgx")
1919

2020
agx = AGX(u)
2121
agx.mon = mon

0 commit comments

Comments
 (0)