Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-cfg.c59 CHECKREG(TRCSTALLCTLR, stall_ctrl); in etm4_cfg_map_reg_offset()
H A Dcoresight-etm4x.h34 #define TRCSTALLCTLR 0x02C macro
287 CASE_##op((val), TRCSTALLCTLR) \
H A Dcoresight-etm4x-core.c444 etm4x_relaxed_write32(csa, config->stall_ctrl, TRCSTALLCTLR); in etm4_enable_hw()
1691 state->trcstallctlr = etm4x_read32(csa, TRCSTALLCTLR); in __etm4_cpu_save()
1822 etm4x_relaxed_write32(csa, state->trcstallctlr, TRCSTALLCTLR); in __etm4_cpu_restore()
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h31 #define TRCSTALLCTLR 0x02C macro
H A Dcoresight-etm4x-core.c135 writel_relaxed(config->stall_ctrl, drvdata->base + TRCSTALLCTLR); in etm4_enable_hw()
1192 state->trcstallctlr = readl(drvdata->base + TRCSTALLCTLR); in etm4_cpu_save()
1303 writel_relaxed(state->trcstallctlr, drvdata->base + TRCSTALLCTLR); in etm4_cpu_restore()

Completed in 16 milliseconds