Home
last modified time | relevance | path

Searched refs:TRCCONFIGR (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h27 #define TRCCONFIGR 0x010 macro
H A Dcoresight-etm4x-core.c129 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 Dcoresight-etm4x-sysfs.c2369 coresight_etm4x_cross_read(trcconfig, TRCCONFIGR);
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h29 #define TRCCONFIGR 0x010 macro
283 CASE_##op((val), TRCCONFIGR) \
H A Dcoresight-etm4x-core.c438 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 Dcoresight-etm4x-sysfs.c2560 coresight_etm4x_reg(trcconfig, TRCCONFIGR),

Completed in 15 milliseconds