Home
last modified time | relevance | path

Searched refs:TRCCONFIGR (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-etm4x.h27 #define TRCCONFIGR 0x010 macro
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()
Dcoresight-etm4x-sysfs.c2365 coresight_etm4x_cross_read(trcconfig, TRCCONFIGR);