Searched refs:TRCSEQEVRn (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-cfg-afdo.c | 82 .offset = TRCSEQEVRn(0), 88 .offset = TRCSEQEVRn(1),
|
H A D | coresight-etm4x-cfg.c | 76 } else if ((offset & GENMASK(11, 4)) == TRCSEQEVRn(0)) { in etm4_cfg_map_reg_offset()
|
H A D | coresight-etm4x.h | 50 #define TRCSEQEVRn(n) (0x100 + (n * 4)) /* n = 0-2 */ macro 298 CASE_##op((val), TRCSEQEVRn(0)) \ 299 CASE_##op((val), TRCSEQEVRn(1)) \ 300 CASE_##op((val), TRCSEQEVRn(2)) \
|
H A D | coresight-etm4x-core.c | 456 etm4x_relaxed_write32(csa, config->seq_ctrl[i], TRCSEQEVRn(i)); in etm4_enable_hw() 1709 state->trcseqevr[i] = etm4x_read32(csa, TRCSEQEVRn(i)); in __etm4_cpu_save() 1840 etm4x_relaxed_write32(csa, state->trcseqevr[i], TRCSEQEVRn(i)); in __etm4_cpu_restore()
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x.h | 47 #define TRCSEQEVRn(n) (0x100 + (n * 4)) macro
|
H A D | coresight-etm4x-core.c | 150 drvdata->base + TRCSEQEVRn(i)); in etm4_enable_hw() 1210 state->trcseqevr[i] = readl(drvdata->base + TRCSEQEVRn(i)); in etm4_cpu_save() 1322 drvdata->base + TRCSEQEVRn(i)); in etm4_cpu_restore()
|
Completed in 10 milliseconds