Searched refs:TRCCNTVRn (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/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 | 57 #define TRCCNTVRn(n) (0x160 + (n * 4)) /* n = 0-3 */ macro 312 CASE_##op((val), TRCCNTVRn(0)) \ 313 CASE_##op((val), TRCCNTVRn(1)) \ 314 CASE_##op((val), TRCCNTVRn(2)) \ 315 CASE_##op((val), TRCCNTVRn(3)) \
|
D | coresight-etm4x-core.c | 433 etm4x_relaxed_write32(csa, config->cntr_val[i], TRCCNTVRn(i)); in etm4_enable_hw() 859 etm4x_relaxed_read32(csa, TRCCNTVRn(i)); in etm4_disable_hw() 1641 state->trccntvr[i] = etm4x_read32(csa, TRCCNTVRn(i)); in __etm4_cpu_save() 1770 etm4x_relaxed_write32(csa, state->trccntvr[i], TRCCNTVRn(i)); in __etm4_cpu_restore()
|