irqs.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*
  2. * arch/arm/mach-iop33x/include/mach/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. #ifndef __IRQS_H
  12. #define __IRQS_H
  13. /*
  14. * IOP80331 chipset interrupts
  15. */
  16. #define IRQ_IOP33X_DMA0_EOT 0
  17. #define IRQ_IOP33X_DMA0_EOC 1
  18. #define IRQ_IOP33X_DMA1_EOT 2
  19. #define IRQ_IOP33X_DMA1_EOC 3
  20. #define IRQ_IOP33X_AA_EOT 6
  21. #define IRQ_IOP33X_AA_EOC 7
  22. #define IRQ_IOP33X_TIMER0 8
  23. #define IRQ_IOP33X_TIMER1 9
  24. #define IRQ_IOP33X_I2C_0 10
  25. #define IRQ_IOP33X_I2C_1 11
  26. #define IRQ_IOP33X_MSG 12
  27. #define IRQ_IOP33X_MSGIBQ 13
  28. #define IRQ_IOP33X_ATU_BIST 14
  29. #define IRQ_IOP33X_PERFMON 15
  30. #define IRQ_IOP33X_CORE_PMU 16
  31. #define IRQ_IOP33X_XINT0 24
  32. #define IRQ_IOP33X_XINT1 25
  33. #define IRQ_IOP33X_XINT2 26
  34. #define IRQ_IOP33X_XINT3 27
  35. #define IRQ_IOP33X_XINT8 32
  36. #define IRQ_IOP33X_XINT9 33
  37. #define IRQ_IOP33X_XINT10 34
  38. #define IRQ_IOP33X_XINT11 35
  39. #define IRQ_IOP33X_XINT12 36
  40. #define IRQ_IOP33X_XINT13 37
  41. #define IRQ_IOP33X_XINT14 38
  42. #define IRQ_IOP33X_XINT15 39
  43. #define IRQ_IOP33X_UART0 51
  44. #define IRQ_IOP33X_UART1 52
  45. #define IRQ_IOP33X_PBIE 53
  46. #define IRQ_IOP33X_ATU_CRW 54
  47. #define IRQ_IOP33X_ATU_ERR 55
  48. #define IRQ_IOP33X_MCU_ERR 56
  49. #define IRQ_IOP33X_DMA0_ERR 57
  50. #define IRQ_IOP33X_DMA1_ERR 58
  51. #define IRQ_IOP33X_AA_ERR 60
  52. #define IRQ_IOP33X_MSG_ERR 62
  53. #define IRQ_IOP33X_HPI 63
  54. #define NR_IRQS 64
  55. #endif