Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-cfg.c61 CHECKREG(TRCSYNCPR, syncfreq); in etm4_cfg_map_reg_offset()
H A Dcoresight-etm4x.h36 #define TRCSYNCPR 0x034 macro
289 CASE_##op((val), TRCSYNCPR) \
H A Dcoresight-etm4x-core.c446 etm4x_relaxed_write32(csa, config->syncfreq, TRCSYNCPR); in etm4_enable_hw()
1693 state->trcsyncpr = etm4x_read32(csa, TRCSYNCPR); in __etm4_cpu_save()
1824 etm4x_relaxed_write32(csa, state->trcsyncpr, TRCSYNCPR); in __etm4_cpu_restore()
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h33 #define TRCSYNCPR 0x034 macro
H A Dcoresight-etm4x-core.c137 writel_relaxed(config->syncfreq, drvdata->base + TRCSYNCPR); in etm4_enable_hw()
1194 state->trcsyncpr = readl(drvdata->base + TRCSYNCPR); in etm4_cpu_save()
1305 writel_relaxed(state->trcsyncpr, drvdata->base + TRCSYNCPR); in etm4_cpu_restore()

Completed in 9 milliseconds