Searched refs:TRCPDCR (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/hwtracing/coresight/ |
| D | coresight-etm4x-core.c | 429 u32 trcpdcr = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_enable_hw() 435 etm4x_relaxed_write32(csa, trcpdcr | TRCPDCR_PU, TRCPDCR); in etm4_enable_hw() 753 control = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_disable_hw() 755 etm4x_relaxed_write32(csa, control, TRCPDCR); in etm4_disable_hw() 1670 state->trcpdcr = etm4x_read32(csa, TRCPDCR); in etm4_cpu_save() 1690 TRCPDCR); in etm4_cpu_save() 1776 etm4x_relaxed_write32(csa, state->trcpdcr, TRCPDCR); in etm4_cpu_restore()
|
| D | coresight-etm4x.h | 86 #define TRCPDCR 0x310 macro 371 CASE_##op((val), TRCPDCR) \
|
| D | coresight-etm4x-sysfs.c | 2448 coresight_etm4x_reg(trcpdcr, TRCPDCR),
|
| /Linux-v5.15/Documentation/devicetree/bindings/arm/ |
| D | coresight.txt | 115 skip powering up the trace unit. TRCPDCR.PU does not have to be set 119 when TRCPDCR.PU is set.
|