Searched refs:TRCCNTVRn (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/hwtracing/coresight/ |
| D | coresight-cfg-afdo.c | 46 .offset = TRCCNTVRn(0), 64 .offset = TRCCNTVRn(1),
|
| D | coresight-etm4x-cfg.c | 118 (offset <= TRCCNTVRn((ETMv4_MAX_CNTR - 1)))) { in etm4_cfg_map_reg_offset() 125 CHECKREGIDX(TRCCNTVRn(0), cntr_val, idx, off_mask); in etm4_cfg_map_reg_offset()
|
| D | coresight-etm4x.h | 56 #define TRCCNTVRn(n) (0x160 + (n * 4)) /* n = 0-3 */ macro 213 CASE_##op((val), TRCCNTVRn(0)) \ 214 CASE_##op((val), TRCCNTVRn(1)) \ 215 CASE_##op((val), TRCCNTVRn(2)) \ 216 CASE_##op((val), TRCCNTVRn(3)) \
|
| D | coresight-etm4x-core.c | 393 etm4x_relaxed_write32(csa, config->cntr_val[i], TRCCNTVRn(i)); in etm4_enable_hw() 800 etm4x_relaxed_read32(csa, TRCCNTVRn(i)); in etm4_disable_hw() 1628 state->trccntvr[i] = etm4x_read32(csa, TRCCNTVRn(i)); in etm4_cpu_save() 1741 etm4x_relaxed_write32(csa, state->trccntvr[i], TRCCNTVRn(i)); in etm4_cpu_restore()
|