irq-st.h 855 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. * include/linux/irqchip/irq-st.h
  3. *
  4. * Copyright (C) 2014 STMicroelectronics All Rights Reserved
  5. *
  6. * Author: Lee Jones <lee.jones@linaro.org>
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License version 2 as
  10. * published by the Free Software Foundation.
  11. */
  12. #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_ST_H
  13. #define _DT_BINDINGS_INTERRUPT_CONTROLLER_ST_H
  14. #define ST_IRQ_SYSCFG_EXT_0 0
  15. #define ST_IRQ_SYSCFG_EXT_1 1
  16. #define ST_IRQ_SYSCFG_EXT_2 2
  17. #define ST_IRQ_SYSCFG_CTI_0 3
  18. #define ST_IRQ_SYSCFG_CTI_1 4
  19. #define ST_IRQ_SYSCFG_PMU_0 5
  20. #define ST_IRQ_SYSCFG_PMU_1 6
  21. #define ST_IRQ_SYSCFG_pl310_L2 7
  22. #define ST_IRQ_SYSCFG_DISABLED 0xFFFFFFFF
  23. #define ST_IRQ_SYSCFG_EXT_1_INV 0x1
  24. #define ST_IRQ_SYSCFG_EXT_2_INV 0x2
  25. #define ST_IRQ_SYSCFG_EXT_3_INV 0x4
  26. #endif