Home
last modified time | relevance | path

Searched refs:TRCSYNCPR (Results 1 – 4 of 4) sorted by relevance

/linux/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
326 CASE_##op((val), TRCSYNCPR) \
H A Dcoresight-etm4x-core.c538 etm4x_relaxed_write32(csa, config->syncfreq, TRCSYNCPR); in etm4_enable_hw()
1917 state->trcsyncpr = etm4x_read32(csa, TRCSYNCPR); in __etm4_cpu_save()
2048 etm4x_relaxed_write32(csa, state->trcsyncpr, TRCSYNCPR); in __etm4_cpu_restore()
/linux/Documentation/trace/coresight/
H A Dcoresight.rst628 TRCSYNCPR.PERIOD which is every 4096 bytes of trace by default.