coresight-cti-dt.h 858 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * This header provides constants for the defined trigger signal
  4. * types on CoreSight CTI.
  5. */
  6. #ifndef _DT_BINDINGS_ARM_CORESIGHT_CTI_DT_H
  7. #define _DT_BINDINGS_ARM_CORESIGHT_CTI_DT_H
  8. #define GEN_IO 0
  9. #define GEN_INTREQ 1
  10. #define GEN_INTACK 2
  11. #define GEN_HALTREQ 3
  12. #define GEN_RESTARTREQ 4
  13. #define PE_EDBGREQ 5
  14. #define PE_DBGRESTART 6
  15. #define PE_CTIIRQ 7
  16. #define PE_PMUIRQ 8
  17. #define PE_DBGTRIGGER 9
  18. #define ETM_EXTOUT 10
  19. #define ETM_EXTIN 11
  20. #define SNK_FULL 12
  21. #define SNK_ACQCOMP 13
  22. #define SNK_FLUSHCOMP 14
  23. #define SNK_FLUSHIN 15
  24. #define SNK_TRIGIN 16
  25. #define STM_ASYNCOUT 17
  26. #define STM_TOUT_SPTE 18
  27. #define STM_TOUT_SW 19
  28. #define STM_TOUT_HETE 20
  29. #define STM_HWEVENT 21
  30. #define ELA_TSTART 22
  31. #define ELA_TSTOP 23
  32. #define ELA_DBGREQ 24
  33. #define CTI_TRIG_MAX 25
  34. #endif /*_DT_BINDINGS_ARM_CORESIGHT_CTI_DT_H */