Home
last modified time | relevance | path

Searched refs:syncfreq (Results 1 - 7 of 7) 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-sysfs.c202 config->syncfreq = 0x8; in reset_store()
624 val = config->syncfreq; in syncfreq_show()
641 config->syncfreq = val & ETMv4_SYNC_MASK; in syncfreq_store()
644 static DEVICE_ATTR_RW(syncfreq);
H A Dcoresight-etm4x-core.c446 etm4x_relaxed_write32(csa, config->syncfreq, TRCSYNCPR); in etm4_enable_hw()
1325 config->syncfreq = 0xC; in etm4_set_default_config()
H A Dcoresight-etm4x.h805 * @syncfreq: Controls how often trace synchronization requests occur.
851 u32 syncfreq; member
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h217 * @syncfreq: Controls how often trace synchronization requests occur.
263 u32 syncfreq; member
H A Dcoresight-etm4x-sysfs.c201 config->syncfreq = 0x8; in reset_store()
615 val = config->syncfreq; in syncfreq_show()
632 config->syncfreq = val & ETMv4_SYNC_MASK; in syncfreq_store()
635 static DEVICE_ATTR_RW(syncfreq);
H A Dcoresight-etm4x-core.c137 writel_relaxed(config->syncfreq, drvdata->base + TRCSYNCPR); in etm4_enable_hw()
823 config->syncfreq = 0xC; in etm4_set_default_config()

Completed in 16 milliseconds