Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hwtracing/coresight/
Dcoresight-cti-core.c79 writel_relaxed(config->ctigate, drvdata->base + CTIGATE); in cti_write_all_hw_regs()
238 config->ctigate = GENMASK(config->nr_ctm_channels - 1, 0); in cti_set_default_config()
407 reg_value = config->ctigate; in cti_channel_gate_op()
422 config->ctigate = reg_value; in cti_channel_gate_op()
Dcoresight-cti.h160 u32 ctigate; member
Dcoresight-cti-sysfs.c408 cti_config_reg32_rw(gate, ctigate, CTIGATE);
640 unsigned long ctigate_bitmask = cfg->ctigate; in chan_gate_enable_show()
643 if (cfg->ctigate == 0) in chan_gate_enable_show()
772 config->ctigate = GENMASK(config->nr_ctm_channels - 1, 0); in chan_xtrigs_reset_store()