Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c141 writel_relaxed(config->vinst_ctrl, drvdata->base + TRCVICTLR); in etm4_enable_hw()
549 control = readl_relaxed(drvdata->base + TRCVICTLR); in etm4_disable_perf()
1200 state->trcvictlr = readl(drvdata->base + TRCVICTLR); in etm4_cpu_save()
1311 writel_relaxed(state->trcvictlr, drvdata->base + TRCVICTLR); in etm4_cpu_restore()
Dcoresight-etm4x.h39 #define TRCVICTLR 0x080 macro