Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-cti-core.c331 u32 trigger_idx) in cti_channel_trig_op() argument
342 (trigger_idx >= config->nr_trig_max)) in cti_channel_trig_op()
345 trig_bitmask = BIT(trigger_idx); in cti_channel_trig_op()
362 reg_offset = (direction == CTI_TRIG_IN ? CTIINEN(trigger_idx) : in cti_channel_trig_op()
363 CTIOUTEN(trigger_idx)); in cti_channel_trig_op()
368 reg_value = direction == CTI_TRIG_IN ? config->ctiinen[trigger_idx] : in cti_channel_trig_op()
369 config->ctiouten[trigger_idx]; in cti_channel_trig_op()
377 config->ctiinen[trigger_idx] = reg_value; in cti_channel_trig_op()
379 config->ctiouten[trigger_idx] = reg_value; in cti_channel_trig_op()
H A Dcoresight-cti.h225 u32 trigger_idx);