Home
last modified time | relevance | path

Searched refs:TRCTSCTLR (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-cfg.c60 CHECKREG(TRCTSCTLR, ts_ctrl); in etm4_cfg_map_reg_offset()
H A Dcoresight-etm4x.h35 #define TRCTSCTLR 0x030 macro
288 CASE_##op((val), TRCTSCTLR) \
H A Dcoresight-etm4x-core.c445 etm4x_relaxed_write32(csa, config->ts_ctrl, TRCTSCTLR); in etm4_enable_hw()
1692 state->trctsctlr = etm4x_read32(csa, TRCTSCTLR); in __etm4_cpu_save()
1823 etm4x_relaxed_write32(csa, state->trctsctlr, TRCTSCTLR); in __etm4_cpu_restore()
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h32 #define TRCTSCTLR 0x030 macro
H A Dcoresight-etm4x-core.c136 writel_relaxed(config->ts_ctrl, drvdata->base + TRCTSCTLR); in etm4_enable_hw()
1193 state->trctsctlr = readl(drvdata->base + TRCTSCTLR); in etm4_cpu_save()
1304 writel_relaxed(state->trctsctlr, drvdata->base + TRCTSCTLR); in etm4_cpu_restore()

Completed in 8 milliseconds