Searched refs:TRCCONFIGR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x.h | 27 #define TRCCONFIGR 0x010 macro
|
H A D | coresight-etm4x-core.c | 129 writel_relaxed(config->cfg, drvdata->base + TRCCONFIGR); in etm4_enable_hw() 1187 state->trcconfigr = readl(drvdata->base + TRCCONFIGR); in etm4_cpu_save() 1298 writel_relaxed(state->trcconfigr, drvdata->base + TRCCONFIGR); in etm4_cpu_restore()
|
H A D | coresight-etm4x-sysfs.c | 2369 coresight_etm4x_cross_read(trcconfig, TRCCONFIGR);
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x.h | 29 #define TRCCONFIGR 0x010 macro 283 CASE_##op((val), TRCCONFIGR) \
|
H A D | coresight-etm4x-core.c | 438 etm4x_relaxed_write32(csa, config->cfg, TRCCONFIGR); in etm4_enable_hw() 1686 state->trcconfigr = etm4x_read32(csa, TRCCONFIGR); in __etm4_cpu_save() 1817 etm4x_relaxed_write32(csa, state->trcconfigr, TRCCONFIGR); in __etm4_cpu_restore()
|
H A D | coresight-etm4x-sysfs.c | 2560 coresight_etm4x_reg(trcconfig, TRCCONFIGR),
|
Completed in 15 milliseconds