irqs.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*
  2. * linux/include/asm-arm/arch-iop33x/irqs.h
  3. *
  4. * Author: Dave Jiang (dave.jiang@intel.com)
  5. * Copyright: (C) 2003 Intel Corp.
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. *
  11. */
  12. #ifndef _IRQS_H_
  13. #define _IRQS_H_
  14. /*
  15. * IOP80331 chipset interrupts
  16. */
  17. #define IRQ_IOP331_DMA0_EOT 0
  18. #define IRQ_IOP331_DMA0_EOC 1
  19. #define IRQ_IOP331_DMA1_EOT 2
  20. #define IRQ_IOP331_DMA1_EOC 3
  21. #define IRQ_IOP331_AA_EOT 6
  22. #define IRQ_IOP331_AA_EOC 7
  23. #define IRQ_IOP331_TIMER0 8
  24. #define IRQ_IOP331_TIMER1 9
  25. #define IRQ_IOP331_I2C_0 10
  26. #define IRQ_IOP331_I2C_1 11
  27. #define IRQ_IOP331_MSG 12
  28. #define IRQ_IOP331_MSGIBQ 13
  29. #define IRQ_IOP331_ATU_BIST 14
  30. #define IRQ_IOP331_PERFMON 15
  31. #define IRQ_IOP331_CORE_PMU 16
  32. #define IRQ_IOP331_XINT0 24
  33. #define IRQ_IOP331_XINT1 25
  34. #define IRQ_IOP331_XINT2 26
  35. #define IRQ_IOP331_XINT3 27
  36. #define IRQ_IOP331_XINT8 32
  37. #define IRQ_IOP331_XINT9 33
  38. #define IRQ_IOP331_XINT10 34
  39. #define IRQ_IOP331_XINT11 35
  40. #define IRQ_IOP331_XINT12 36
  41. #define IRQ_IOP331_XINT13 37
  42. #define IRQ_IOP331_XINT14 38
  43. #define IRQ_IOP331_XINT15 39
  44. #define IRQ_IOP331_UART0 51
  45. #define IRQ_IOP331_UART1 52
  46. #define IRQ_IOP331_PBIE 53
  47. #define IRQ_IOP331_ATU_CRW 54
  48. #define IRQ_IOP331_ATU_ERR 55
  49. #define IRQ_IOP331_MCU_ERR 56
  50. #define IRQ_IOP331_DMA0_ERR 57
  51. #define IRQ_IOP331_DMA1_ERR 58
  52. #define IRQ_IOP331_AA_ERR 60
  53. #define IRQ_IOP331_MSG_ERR 62
  54. #define IRQ_IOP331_HPI 63
  55. #define NR_IRQS 64
  56. #endif // _IRQ_H_