Home | History | Annotate | Line # | Download | only in arm
      1 /*	$NetBSD: coresight-cti-dt.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0 */
      4 /*
      5  * This header provides constants for the defined trigger signal
      6  * types on CoreSight CTI.
      7  */
      8 
      9 #ifndef _DT_BINDINGS_ARM_CORESIGHT_CTI_DT_H
     10 #define _DT_BINDINGS_ARM_CORESIGHT_CTI_DT_H
     11 
     12 #define GEN_IO		0
     13 #define GEN_INTREQ	1
     14 #define GEN_INTACK	2
     15 #define GEN_HALTREQ	3
     16 #define GEN_RESTARTREQ	4
     17 #define PE_EDBGREQ	5
     18 #define PE_DBGRESTART	6
     19 #define PE_CTIIRQ	7
     20 #define PE_PMUIRQ	8
     21 #define PE_DBGTRIGGER	9
     22 #define ETM_EXTOUT	10
     23 #define ETM_EXTIN	11
     24 #define SNK_FULL	12
     25 #define SNK_ACQCOMP	13
     26 #define SNK_FLUSHCOMP	14
     27 #define SNK_FLUSHIN	15
     28 #define SNK_TRIGIN	16
     29 #define STM_ASYNCOUT	17
     30 #define STM_TOUT_SPTE	18
     31 #define STM_TOUT_SW	19
     32 #define STM_TOUT_HETE	20
     33 #define STM_HWEVENT	21
     34 #define ELA_TSTART	22
     35 #define ELA_TSTOP	23
     36 #define ELA_DBGREQ	24
     37 #define CTI_TRIG_MAX	25
     38 
     39 #endif /*_DT_BINDINGS_ARM_CORESIGHT_CTI_DT_H */
     40