Home
last modified time | relevance | path

Searched refs:TRCVICTLR (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c140 writel_relaxed(config->vinst_ctrl, drvdata->base + TRCVICTLR); in etm4_enable_hw()
545 control = readl_relaxed(drvdata->base + TRCVICTLR); in etm4_disable_perf()
1194 state->trcvictlr = readl(drvdata->base + TRCVICTLR); in etm4_cpu_save()
1299 writel_relaxed(state->trcvictlr, drvdata->base + TRCVICTLR); in etm4_cpu_restore()
Dcoresight-etm4x.h39 #define TRCVICTLR 0x080 macro