Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-cti-core.c203 if (cti_active(config)) in cti_write_intack()
389 if (cti_active(config)) in cti_channel_trig_op()
426 if (cti_active(config)) in cti_channel_gate_op()
474 if ((err == 0) && cti_active(config)) in cti_channel_setop()
H A Dcoresight-cti.h238 static inline bool cti_active(struct cti_config *cfg) in cti_active() function