Searched refs:TRCPRGCTLR (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/hwtracing/coresight/ |
D | coresight-etm4x-core.c | 391 etm4x_relaxed_write32(csa, 0, TRCPRGCTLR); in etm4_enable_hw() 487 etm4x_relaxed_write32(csa, 1, TRCPRGCTLR); in etm4_enable_hw() 811 control = etm4x_relaxed_read32(csa, TRCPRGCTLR); in etm4_disable_hw() 830 etm4x_relaxed_write32(csa, control, TRCPRGCTLR); in etm4_disable_hw() 1592 state->trcprgctlr = etm4x_read32(csa, TRCPRGCTLR); in __etm4_cpu_save() 1721 etm4x_relaxed_write32(csa, state->trcprgctlr, TRCPRGCTLR); in __etm4_cpu_restore()
|
D | coresight-etm4x.h | 26 #define TRCPRGCTLR 0x004 macro 281 CASE_##op((val), TRCPRGCTLR) \
|