Home
last modified time | relevance | path

Searched refs:trigger_idx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-cti-core.c287 u32 trigger_idx) in cti_channel_trig_op() argument
298 (trigger_idx >= config->nr_trig_max)) in cti_channel_trig_op()
301 trig_bitmask = BIT(trigger_idx); in cti_channel_trig_op()
318 reg_offset = (direction == CTI_TRIG_IN ? CTIINEN(trigger_idx) : in cti_channel_trig_op()
319 CTIOUTEN(trigger_idx)); in cti_channel_trig_op()
324 reg_value = direction == CTI_TRIG_IN ? config->ctiinen[trigger_idx] : in cti_channel_trig_op()
325 config->ctiouten[trigger_idx]; in cti_channel_trig_op()
333 config->ctiinen[trigger_idx] = reg_value; in cti_channel_trig_op()
335 config->ctiouten[trigger_idx] = reg_value; in cti_channel_trig_op()
H A Dcoresight-cti.h224 u32 trigger_idx);