Searched refs:TRCSSPCICRn (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/hwtracing/coresight/ |
D | coresight-etm4x.h | 83 #define TRCSSPCICRn(n) (0x2C0 + (n * 4)) macro 384 CASE_##op((val), TRCSSPCICRn(0)) \ 385 CASE_##op((val), TRCSSPCICRn(1)) \ 386 CASE_##op((val), TRCSSPCICRn(2)) \ 387 CASE_##op((val), TRCSSPCICRn(3)) \ 388 CASE_##op((val), TRCSSPCICRn(4)) \ 389 CASE_##op((val), TRCSSPCICRn(5)) \ 390 CASE_##op((val), TRCSSPCICRn(6)) \ 391 CASE_##op((val), TRCSSPCICRn(7)) \
|
D | coresight-etm4x-cfg.c | 83 } else if ((offset >= TRCSSCCRn(0)) && (offset <= TRCSSPCICRn(7))) { in etm4_cfg_map_reg_offset() 90 CHECKREGIDX(TRCSSPCICRn(0), ss_pe_cmp, idx, off_mask); in etm4_cfg_map_reg_offset()
|
D | coresight-etm4x-core.c | 450 etm4x_relaxed_write32(csa, config->ss_pe_cmp[i], TRCSSPCICRn(i)); in etm4_enable_hw() 1651 state->trcsspcicr[i] = etm4x_read32(csa, TRCSSPCICRn(i)); in __etm4_cpu_save() 1780 etm4x_relaxed_write32(csa, state->trcsspcicr[i], TRCSSPCICRn(i)); in __etm4_cpu_restore()
|