Searched refs:TRCPDCR (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/hwtracing/coresight/ |
D | coresight-etm4x-core.c | 501 u32 trcpdcr = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_enable_hw() 507 etm4x_relaxed_write32(csa, trcpdcr | TRCPDCR_PU, TRCPDCR); in etm4_enable_hw() 880 control = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_disable_hw() 882 etm4x_relaxed_write32(csa, control, TRCPDCR); in etm4_disable_hw() 1757 state->trcpdcr = etm4x_read32(csa, TRCPDCR); in __etm4_cpu_save() 1777 TRCPDCR); in __etm4_cpu_save() 1881 etm4x_relaxed_write32(csa, state->trcpdcr, TRCPDCR); in __etm4_cpu_restore()
|
D | coresight-etm4x.h | 87 #define TRCPDCR 0x310 macro 470 CASE_##op((val), TRCPDCR) \
|
D | coresight-etm4x-sysfs.c | 2549 coresight_etm4x_reg(trcpdcr, TRCPDCR),
|