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.c338 u32 trigger_idx) in cti_channel_trig_op() argument
349 (trigger_idx >= config->nr_trig_max)) in cti_channel_trig_op()
352 trig_bitmask = BIT(trigger_idx); in cti_channel_trig_op()
369 reg_offset = (direction == CTI_TRIG_IN ? CTIINEN(trigger_idx) : in cti_channel_trig_op()
370 CTIOUTEN(trigger_idx)); in cti_channel_trig_op()
375 reg_value = direction == CTI_TRIG_IN ? config->ctiinen[trigger_idx] : in cti_channel_trig_op()
376 config->ctiouten[trigger_idx]; in cti_channel_trig_op()
384 config->ctiinen[trigger_idx] = reg_value; in cti_channel_trig_op()
386 config->ctiouten[trigger_idx] = reg_value; in cti_channel_trig_op()
H A Dcoresight-cti.h225 u32 trigger_idx);