Home
last modified time | relevance | path

Searched refs:ctigate (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-cti-core.c79 writel_relaxed(config->ctigate, drvdata->base + CTIGATE); in cti_write_all_hw_regs()
234 config->ctigate = GENMASK(config->nr_ctm_channels - 1, 0); in cti_set_default_config()
403 reg_value = config->ctigate; in cti_channel_gate_op()
418 config->ctigate = reg_value; in cti_channel_gate_op()
Dcoresight-cti.h160 u32 ctigate; member
Dcoresight-cti-sysfs.c442 cti_config_reg32_rw(gate, ctigate, CTIGATE);
599 unsigned long ctigate_bitmask = cfg->ctigate; in chan_gate_enable_show()
602 if (cfg->ctigate == 0) in chan_gate_enable_show()
731 config->ctigate = GENMASK(config->nr_ctm_channels - 1, 0); in chan_xtrigs_reset_store()