msc01_ic.h 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. /*
  2. * PCI Register definitions for the MIPS System Controller.
  3. *
  4. * Copyright (C) 2004 MIPS Technologies, Inc. All rights reserved.
  5. *
  6. * This file is subject to the terms and conditions of the GNU General Public
  7. * License. See the file "COPYING" in the main directory of this archive
  8. * for more details.
  9. */
  10. #ifndef __ASM_MIPS_BOARDS_MSC01_IC_H
  11. #define __ASM_MIPS_BOARDS_MSC01_IC_H
  12. /*****************************************************************************
  13. * Register offset addresses
  14. *****************************************************************************/
  15. #define MSC01_IC_RST_OFS 0x00008 /* Software reset */
  16. #define MSC01_IC_ENAL_OFS 0x00100 /* Int_in enable mask 31:0 */
  17. #define MSC01_IC_ENAH_OFS 0x00108 /* Int_in enable mask 63:32 */
  18. #define MSC01_IC_DISL_OFS 0x00120 /* Int_in disable mask 31:0 */
  19. #define MSC01_IC_DISH_OFS 0x00128 /* Int_in disable mask 63:32 */
  20. #define MSC01_IC_ISBL_OFS 0x00140 /* Raw int_in 31:0 */
  21. #define MSC01_IC_ISBH_OFS 0x00148 /* Raw int_in 63:32 */
  22. #define MSC01_IC_ISAL_OFS 0x00160 /* Masked int_in 31:0 */
  23. #define MSC01_IC_ISAH_OFS 0x00168 /* Masked int_in 63:32 */
  24. #define MSC01_IC_LVL_OFS 0x00180 /* Disable priority int_out */
  25. #define MSC01_IC_RAMW_OFS 0x00180 /* Shadow set RAM (EI) */
  26. #define MSC01_IC_OSB_OFS 0x00188 /* Raw int_out */
  27. #define MSC01_IC_OSA_OFS 0x00190 /* Masked int_out */
  28. #define MSC01_IC_GENA_OFS 0x00198 /* Global HW int enable */
  29. #define MSC01_IC_BASE_OFS 0x001a0 /* Base address of IC_VEC */
  30. #define MSC01_IC_VEC_OFS 0x001b0 /* Active int's vector address */
  31. #define MSC01_IC_EOI_OFS 0x001c0 /* Enable lower level ints */
  32. #define MSC01_IC_CFG_OFS 0x001c8 /* Configuration register */
  33. #define MSC01_IC_TRLD_OFS 0x001d0 /* Interval timer reload val */
  34. #define MSC01_IC_TVAL_OFS 0x001e0 /* Interval timer current val */
  35. #define MSC01_IC_TCFG_OFS 0x001f0 /* Interval timer config */
  36. #define MSC01_IC_SUP_OFS 0x00200 /* Set up int_in line 0 */
  37. #define MSC01_IC_ENA_OFS 0x00800 /* Int_in enable mask 63:0 */
  38. #define MSC01_IC_DIS_OFS 0x00820 /* Int_in disable mask 63:0 */
  39. #define MSC01_IC_ISB_OFS 0x00840 /* Raw int_in 63:0 */
  40. #define MSC01_IC_ISA_OFS 0x00860 /* Masked int_in 63:0 */
  41. /*****************************************************************************
  42. * Register field encodings
  43. *****************************************************************************/
  44. #define MSC01_IC_RST_RST_SHF 0
  45. #define MSC01_IC_RST_RST_MSK 0x00000001
  46. #define MSC01_IC_RST_RST_BIT MSC01_IC_RST_RST_MSK
  47. #define MSC01_IC_LVL_LVL_SHF 0
  48. #define MSC01_IC_LVL_LVL_MSK 0x000000ff
  49. #define MSC01_IC_LVL_SPUR_SHF 16
  50. #define MSC01_IC_LVL_SPUR_MSK 0x00010000
  51. #define MSC01_IC_LVL_SPUR_BIT MSC01_IC_LVL_SPUR_MSK
  52. #define MSC01_IC_RAMW_RIPL_SHF 0
  53. #define MSC01_IC_RAMW_RIPL_MSK 0x0000003f
  54. #define MSC01_IC_RAMW_DATA_SHF 6
  55. #define MSC01_IC_RAMW_DATA_MSK 0x00000fc0
  56. #define MSC01_IC_RAMW_ADDR_SHF 25
  57. #define MSC01_IC_RAMW_ADDR_MSK 0x7e000000
  58. #define MSC01_IC_RAMW_READ_SHF 31
  59. #define MSC01_IC_RAMW_READ_MSK 0x80000000
  60. #define MSC01_IC_RAMW_READ_BIT MSC01_IC_RAMW_READ_MSK
  61. #define MSC01_IC_OSB_OSB_SHF 0
  62. #define MSC01_IC_OSB_OSB_MSK 0x000000ff
  63. #define MSC01_IC_OSA_OSA_SHF 0
  64. #define MSC01_IC_OSA_OSA_MSK 0x000000ff
  65. #define MSC01_IC_GENA_GENA_SHF 0
  66. #define MSC01_IC_GENA_GENA_MSK 0x00000001
  67. #define MSC01_IC_GENA_GENA_BIT MSC01_IC_GENA_GENA_MSK
  68. #define MSC01_IC_CFG_DIS_SHF 0
  69. #define MSC01_IC_CFG_DIS_MSK 0x00000001
  70. #define MSC01_IC_CFG_DIS_BIT MSC01_IC_CFG_DIS_MSK
  71. #define MSC01_IC_CFG_SHFT_SHF 8
  72. #define MSC01_IC_CFG_SHFT_MSK 0x00000f00
  73. #define MSC01_IC_TCFG_ENA_SHF 0
  74. #define MSC01_IC_TCFG_ENA_MSK 0x00000001
  75. #define MSC01_IC_TCFG_ENA_BIT MSC01_IC_TCFG_ENA_MSK
  76. #define MSC01_IC_TCFG_INT_SHF 8
  77. #define MSC01_IC_TCFG_INT_MSK 0x00000100
  78. #define MSC01_IC_TCFG_INT_BIT MSC01_IC_TCFG_INT_MSK
  79. #define MSC01_IC_TCFG_EDGE_SHF 16
  80. #define MSC01_IC_TCFG_EDGE_MSK 0x00010000
  81. #define MSC01_IC_TCFG_EDGE_BIT MSC01_IC_TCFG_EDGE_MSK
  82. #define MSC01_IC_SUP_PRI_SHF 0
  83. #define MSC01_IC_SUP_PRI_MSK 0x00000007
  84. #define MSC01_IC_SUP_EDGE_SHF 8
  85. #define MSC01_IC_SUP_EDGE_MSK 0x00000100
  86. #define MSC01_IC_SUP_EDGE_BIT MSC01_IC_SUP_EDGE_MSK
  87. #define MSC01_IC_SUP_STEP 8
  88. /*
  89. * MIPS System controller interrupt register base.
  90. *
  91. */
  92. /*****************************************************************************
  93. * Absolute register addresses
  94. *****************************************************************************/
  95. #define MSC01_IC_RST (MSC01_IC_REG_BASE + MSC01_IC_RST_OFS)
  96. #define MSC01_IC_ENAL (MSC01_IC_REG_BASE + MSC01_IC_ENAL_OFS)
  97. #define MSC01_IC_ENAH (MSC01_IC_REG_BASE + MSC01_IC_ENAH_OFS)
  98. #define MSC01_IC_DISL (MSC01_IC_REG_BASE + MSC01_IC_DISL_OFS)
  99. #define MSC01_IC_DISH (MSC01_IC_REG_BASE + MSC01_IC_DISH_OFS)
  100. #define MSC01_IC_ISBL (MSC01_IC_REG_BASE + MSC01_IC_ISBL_OFS)
  101. #define MSC01_IC_ISBH (MSC01_IC_REG_BASE + MSC01_IC_ISBH_OFS)
  102. #define MSC01_IC_ISAL (MSC01_IC_REG_BASE + MSC01_IC_ISAL_OFS)
  103. #define MSC01_IC_ISAH (MSC01_IC_REG_BASE + MSC01_IC_ISAH_OFS)
  104. #define MSC01_IC_LVL (MSC01_IC_REG_BASE + MSC01_IC_LVL_OFS)
  105. #define MSC01_IC_RAMW (MSC01_IC_REG_BASE + MSC01_IC_RAMW_OFS)
  106. #define MSC01_IC_OSB (MSC01_IC_REG_BASE + MSC01_IC_OSB_OFS)
  107. #define MSC01_IC_OSA (MSC01_IC_REG_BASE + MSC01_IC_OSA_OFS)
  108. #define MSC01_IC_GENA (MSC01_IC_REG_BASE + MSC01_IC_GENA_OFS)
  109. #define MSC01_IC_BASE (MSC01_IC_REG_BASE + MSC01_IC_BASE_OFS)
  110. #define MSC01_IC_VEC (MSC01_IC_REG_BASE + MSC01_IC_VEC_OFS)
  111. #define MSC01_IC_EOI (MSC01_IC_REG_BASE + MSC01_IC_EOI_OFS)
  112. #define MSC01_IC_CFG (MSC01_IC_REG_BASE + MSC01_IC_CFG_OFS)
  113. #define MSC01_IC_TRLD (MSC01_IC_REG_BASE + MSC01_IC_TRLD_OFS)
  114. #define MSC01_IC_TVAL (MSC01_IC_REG_BASE + MSC01_IC_TVAL_OFS)
  115. #define MSC01_IC_TCFG (MSC01_IC_REG_BASE + MSC01_IC_TCFG_OFS)
  116. #define MSC01_IC_SUP (MSC01_IC_REG_BASE + MSC01_IC_SUP_OFS)
  117. #define MSC01_IC_ENA (MSC01_IC_REG_BASE + MSC01_IC_ENA_OFS)
  118. #define MSC01_IC_DIS (MSC01_IC_REG_BASE + MSC01_IC_DIS_OFS)
  119. #define MSC01_IC_ISB (MSC01_IC_REG_BASE + MSC01_IC_ISB_OFS)
  120. #define MSC01_IC_ISA (MSC01_IC_REG_BASE + MSC01_IC_ISA_OFS)
  121. /*
  122. * Soc-it interrupts are configurable.
  123. * Every board describes its IRQ mapping with this table.
  124. */
  125. typedef struct msc_irqmap {
  126. int im_irq;
  127. int im_type;
  128. int im_lvl;
  129. } msc_irqmap_t;
  130. /* im_type */
  131. #define MSC01_IRQ_LEVEL 0
  132. #define MSC01_IRQ_EDGE 1
  133. extern void __init init_msc_irqs(unsigned long icubase, unsigned int base, msc_irqmap_t *imp, int nirq);
  134. extern void ll_msc_irq(void);
  135. #endif /* __ASM_MIPS_BOARDS_MSC01_IC_H */