Searched refs:ctigate (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-cti.h | 135 * @ctigate: gate channel output from CTI to CTM. 160 u32 ctigate; member
|
H A D | coresight-cti-core.c | 79 writel_relaxed(config->ctigate, drvdata->base + CTIGATE); in cti_write_all_hw_regs() 233 config->ctigate = GENMASK(config->nr_ctm_channels - 1, 0); in cti_set_default_config() 402 reg_value = config->ctigate; in cti_channel_gate_op() 417 config->ctigate = reg_value; in cti_channel_gate_op()
|
H A D | coresight-cti-sysfs.c | 408 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()
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-cti.h | 135 * @ctigate: gate channel output from CTI to CTM. 160 u32 ctigate; member
|
H A D | coresight-cti-core.c | 79 writel_relaxed(config->ctigate, drvdata->base + CTIGATE); in cti_write_all_hw_regs() 241 config->ctigate = GENMASK(config->nr_ctm_channels - 1, 0); in cti_set_default_config() 410 reg_value = config->ctigate; in cti_channel_gate_op() 425 config->ctigate = reg_value; in cti_channel_gate_op()
|
H A D | coresight-cti-sysfs.c | 451 cti_config_reg32_rw(gate, ctigate, CTIGATE); 608 unsigned long ctigate_bitmask = cfg->ctigate; in chan_gate_enable_show() 611 if (cfg->ctigate == 0) in chan_gate_enable_show() 740 config->ctigate = GENMASK(config->nr_ctm_channels - 1, 0); in chan_xtrigs_reset_store()
|
Completed in 7 milliseconds