pic.h 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. /*
  2. * Copyright 2003-2011 NetLogic Microsystems, Inc. (NetLogic). All rights
  3. * reserved.
  4. *
  5. * This software is available to you under a choice of one of two
  6. * licenses. You may choose to be licensed under the terms of the GNU
  7. * General Public License (GPL) Version 2, available from the file
  8. * COPYING in the main directory of this source tree, or the NetLogic
  9. * license below:
  10. *
  11. * Redistribution and use in source and binary forms, with or without
  12. * modification, are permitted provided that the following conditions
  13. * are met:
  14. *
  15. * 1. Redistributions of source code must retain the above copyright
  16. * notice, this list of conditions and the following disclaimer.
  17. * 2. Redistributions in binary form must reproduce the above copyright
  18. * notice, this list of conditions and the following disclaimer in
  19. * the documentation and/or other materials provided with the
  20. * distribution.
  21. *
  22. * THIS SOFTWARE IS PROVIDED BY NETLOGIC ``AS IS'' AND ANY EXPRESS OR
  23. * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  24. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  25. * ARE DISCLAIMED. IN NO EVENT SHALL NETLOGIC OR CONTRIBUTORS BE LIABLE
  26. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  27. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  28. * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  29. * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  30. * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  31. * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
  32. * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  33. */
  34. #ifndef _ASM_NLM_XLR_PIC_H
  35. #define _ASM_NLM_XLR_PIC_H
  36. #define PIC_CLK_HZ 66666666
  37. /* PIC hardware interrupt numbers */
  38. #define PIC_IRT_WD_INDEX 0
  39. #define PIC_IRT_TIMER_0_INDEX 1
  40. #define PIC_IRT_TIMER_INDEX(i) ((i) + PIC_IRT_TIMER_0_INDEX)
  41. #define PIC_IRT_TIMER_1_INDEX 2
  42. #define PIC_IRT_TIMER_2_INDEX 3
  43. #define PIC_IRT_TIMER_3_INDEX 4
  44. #define PIC_IRT_TIMER_4_INDEX 5
  45. #define PIC_IRT_TIMER_5_INDEX 6
  46. #define PIC_IRT_TIMER_6_INDEX 7
  47. #define PIC_IRT_TIMER_7_INDEX 8
  48. #define PIC_IRT_CLOCK_INDEX PIC_IRT_TIMER_7_INDEX
  49. #define PIC_IRT_UART_0_INDEX 9
  50. #define PIC_IRT_UART_1_INDEX 10
  51. #define PIC_IRT_I2C_0_INDEX 11
  52. #define PIC_IRT_I2C_1_INDEX 12
  53. #define PIC_IRT_PCMCIA_INDEX 13
  54. #define PIC_IRT_GPIO_INDEX 14
  55. #define PIC_IRT_HYPER_INDEX 15
  56. #define PIC_IRT_PCIX_INDEX 16
  57. /* XLS */
  58. #define PIC_IRT_CDE_INDEX 15
  59. #define PIC_IRT_BRIDGE_TB_XLS_INDEX 16
  60. /* XLS */
  61. #define PIC_IRT_GMAC0_INDEX 17
  62. #define PIC_IRT_GMAC1_INDEX 18
  63. #define PIC_IRT_GMAC2_INDEX 19
  64. #define PIC_IRT_GMAC3_INDEX 20
  65. #define PIC_IRT_XGS0_INDEX 21
  66. #define PIC_IRT_XGS1_INDEX 22
  67. #define PIC_IRT_HYPER_FATAL_INDEX 23
  68. #define PIC_IRT_PCIX_FATAL_INDEX 24
  69. #define PIC_IRT_BRIDGE_AERR_INDEX 25
  70. #define PIC_IRT_BRIDGE_BERR_INDEX 26
  71. #define PIC_IRT_BRIDGE_TB_XLR_INDEX 27
  72. #define PIC_IRT_BRIDGE_AERR_NMI_INDEX 28
  73. /* XLS */
  74. #define PIC_IRT_GMAC4_INDEX 21
  75. #define PIC_IRT_GMAC5_INDEX 22
  76. #define PIC_IRT_GMAC6_INDEX 23
  77. #define PIC_IRT_GMAC7_INDEX 24
  78. #define PIC_IRT_BRIDGE_ERR_INDEX 25
  79. #define PIC_IRT_PCIE_LINK0_INDEX 26
  80. #define PIC_IRT_PCIE_LINK1_INDEX 27
  81. #define PIC_IRT_PCIE_LINK2_INDEX 23
  82. #define PIC_IRT_PCIE_LINK3_INDEX 24
  83. #define PIC_IRT_PCIE_XLSB0_LINK2_INDEX 28
  84. #define PIC_IRT_PCIE_XLSB0_LINK3_INDEX 29
  85. #define PIC_IRT_SRIO_LINK0_INDEX 26
  86. #define PIC_IRT_SRIO_LINK1_INDEX 27
  87. #define PIC_IRT_SRIO_LINK2_INDEX 28
  88. #define PIC_IRT_SRIO_LINK3_INDEX 29
  89. #define PIC_IRT_PCIE_INT_INDEX 28
  90. #define PIC_IRT_PCIE_FATAL_INDEX 29
  91. #define PIC_IRT_GPIO_B_INDEX 30
  92. #define PIC_IRT_USB_INDEX 31
  93. /* XLS */
  94. #define PIC_NUM_IRTS 32
  95. #define PIC_CLOCK_TIMER 7
  96. /* PIC Registers */
  97. #define PIC_CTRL 0x00
  98. #define PIC_CTRL_STE 8 /* timer enable start bit */
  99. #define PIC_IPI 0x04
  100. #define PIC_INT_ACK 0x06
  101. #define WD_MAX_VAL_0 0x08
  102. #define WD_MAX_VAL_1 0x09
  103. #define WD_MASK_0 0x0a
  104. #define WD_MASK_1 0x0b
  105. #define WD_HEARBEAT_0 0x0c
  106. #define WD_HEARBEAT_1 0x0d
  107. #define PIC_IRT_0_BASE 0x40
  108. #define PIC_IRT_1_BASE 0x80
  109. #define PIC_TIMER_MAXVAL_0_BASE 0x100
  110. #define PIC_TIMER_MAXVAL_1_BASE 0x110
  111. #define PIC_TIMER_COUNT_0_BASE 0x120
  112. #define PIC_TIMER_COUNT_1_BASE 0x130
  113. #define PIC_IRT_0(picintr) (PIC_IRT_0_BASE + (picintr))
  114. #define PIC_IRT_1(picintr) (PIC_IRT_1_BASE + (picintr))
  115. #define PIC_TIMER_MAXVAL_0(i) (PIC_TIMER_MAXVAL_0_BASE + (i))
  116. #define PIC_TIMER_MAXVAL_1(i) (PIC_TIMER_MAXVAL_1_BASE + (i))
  117. #define PIC_TIMER_COUNT_0(i) (PIC_TIMER_COUNT_0_BASE + (i))
  118. #define PIC_TIMER_COUNT_1(i) (PIC_TIMER_COUNT_0_BASE + (i))
  119. /*
  120. * Mapping between hardware interrupt numbers and IRQs on CPU
  121. * we use a simple scheme to map PIC interrupts 0-31 to IRQs
  122. * 8-39. This leaves the IRQ 0-7 for cpu interrupts like
  123. * count/compare and FMN
  124. */
  125. #define PIC_IRQ_BASE 8
  126. #define PIC_INTR_TO_IRQ(i) (PIC_IRQ_BASE + (i))
  127. #define PIC_IRQ_TO_INTR(i) ((i) - PIC_IRQ_BASE)
  128. #define PIC_IRT_FIRST_IRQ PIC_IRQ_BASE
  129. #define PIC_WD_IRQ PIC_INTR_TO_IRQ(PIC_IRT_WD_INDEX)
  130. #define PIC_TIMER_0_IRQ PIC_INTR_TO_IRQ(PIC_IRT_TIMER_0_INDEX)
  131. #define PIC_TIMER_1_IRQ PIC_INTR_TO_IRQ(PIC_IRT_TIMER_1_INDEX)
  132. #define PIC_TIMER_2_IRQ PIC_INTR_TO_IRQ(PIC_IRT_TIMER_2_INDEX)
  133. #define PIC_TIMER_3_IRQ PIC_INTR_TO_IRQ(PIC_IRT_TIMER_3_INDEX)
  134. #define PIC_TIMER_4_IRQ PIC_INTR_TO_IRQ(PIC_IRT_TIMER_4_INDEX)
  135. #define PIC_TIMER_5_IRQ PIC_INTR_TO_IRQ(PIC_IRT_TIMER_5_INDEX)
  136. #define PIC_TIMER_6_IRQ PIC_INTR_TO_IRQ(PIC_IRT_TIMER_6_INDEX)
  137. #define PIC_TIMER_7_IRQ PIC_INTR_TO_IRQ(PIC_IRT_TIMER_7_INDEX)
  138. #define PIC_CLOCK_IRQ (PIC_TIMER_7_IRQ)
  139. #define PIC_UART_0_IRQ PIC_INTR_TO_IRQ(PIC_IRT_UART_0_INDEX)
  140. #define PIC_UART_1_IRQ PIC_INTR_TO_IRQ(PIC_IRT_UART_1_INDEX)
  141. #define PIC_I2C_0_IRQ PIC_INTR_TO_IRQ(PIC_IRT_I2C_0_INDEX)
  142. #define PIC_I2C_1_IRQ PIC_INTR_TO_IRQ(PIC_IRT_I2C_1_INDEX)
  143. #define PIC_PCMCIA_IRQ PIC_INTR_TO_IRQ(PIC_IRT_PCMCIA_INDEX)
  144. #define PIC_GPIO_IRQ PIC_INTR_TO_IRQ(PIC_IRT_GPIO_INDEX)
  145. #define PIC_HYPER_IRQ PIC_INTR_TO_IRQ(PIC_IRT_HYPER_INDEX)
  146. #define PIC_PCIX_IRQ PIC_INTR_TO_IRQ(PIC_IRT_PCIX_INDEX)
  147. /* XLS */
  148. #define PIC_CDE_IRQ PIC_INTR_TO_IRQ(PIC_IRT_CDE_INDEX)
  149. #define PIC_BRIDGE_TB_XLS_IRQ PIC_INTR_TO_IRQ(PIC_IRT_BRIDGE_TB_XLS_INDEX)
  150. /* end XLS */
  151. #define PIC_GMAC_0_IRQ PIC_INTR_TO_IRQ(PIC_IRT_GMAC0_INDEX)
  152. #define PIC_GMAC_1_IRQ PIC_INTR_TO_IRQ(PIC_IRT_GMAC1_INDEX)
  153. #define PIC_GMAC_2_IRQ PIC_INTR_TO_IRQ(PIC_IRT_GMAC2_INDEX)
  154. #define PIC_GMAC_3_IRQ PIC_INTR_TO_IRQ(PIC_IRT_GMAC3_INDEX)
  155. #define PIC_XGS_0_IRQ PIC_INTR_TO_IRQ(PIC_IRT_XGS0_INDEX)
  156. #define PIC_XGS_1_IRQ PIC_INTR_TO_IRQ(PIC_IRT_XGS1_INDEX)
  157. #define PIC_HYPER_FATAL_IRQ PIC_INTR_TO_IRQ(PIC_IRT_HYPER_FATAL_INDEX)
  158. #define PIC_PCIX_FATAL_IRQ PIC_INTR_TO_IRQ(PIC_IRT_PCIX_FATAL_INDEX)
  159. #define PIC_BRIDGE_AERR_IRQ PIC_INTR_TO_IRQ(PIC_IRT_BRIDGE_AERR_INDEX)
  160. #define PIC_BRIDGE_BERR_IRQ PIC_INTR_TO_IRQ(PIC_IRT_BRIDGE_BERR_INDEX)
  161. #define PIC_BRIDGE_TB_XLR_IRQ PIC_INTR_TO_IRQ(PIC_IRT_BRIDGE_TB_XLR_INDEX)
  162. #define PIC_BRIDGE_AERR_NMI_IRQ PIC_INTR_TO_IRQ(PIC_IRT_BRIDGE_AERR_NMI_INDEX)
  163. /* XLS defines */
  164. #define PIC_GMAC_4_IRQ PIC_INTR_TO_IRQ(PIC_IRT_GMAC4_INDEX)
  165. #define PIC_GMAC_5_IRQ PIC_INTR_TO_IRQ(PIC_IRT_GMAC5_INDEX)
  166. #define PIC_GMAC_6_IRQ PIC_INTR_TO_IRQ(PIC_IRT_GMAC6_INDEX)
  167. #define PIC_GMAC_7_IRQ PIC_INTR_TO_IRQ(PIC_IRT_GMAC7_INDEX)
  168. #define PIC_BRIDGE_ERR_IRQ PIC_INTR_TO_IRQ(PIC_IRT_BRIDGE_ERR_INDEX)
  169. #define PIC_PCIE_LINK0_IRQ PIC_INTR_TO_IRQ(PIC_IRT_PCIE_LINK0_INDEX)
  170. #define PIC_PCIE_LINK1_IRQ PIC_INTR_TO_IRQ(PIC_IRT_PCIE_LINK1_INDEX)
  171. #define PIC_PCIE_LINK2_IRQ PIC_INTR_TO_IRQ(PIC_IRT_PCIE_LINK2_INDEX)
  172. #define PIC_PCIE_LINK3_IRQ PIC_INTR_TO_IRQ(PIC_IRT_PCIE_LINK3_INDEX)
  173. #define PIC_PCIE_XLSB0_LINK2_IRQ PIC_INTR_TO_IRQ(PIC_IRT_PCIE_XLSB0_LINK2_INDEX)
  174. #define PIC_PCIE_XLSB0_LINK3_IRQ PIC_INTR_TO_IRQ(PIC_IRT_PCIE_XLSB0_LINK3_INDEX)
  175. #define PIC_SRIO_LINK0_IRQ PIC_INTR_TO_IRQ(PIC_IRT_SRIO_LINK0_INDEX)
  176. #define PIC_SRIO_LINK1_IRQ PIC_INTR_TO_IRQ(PIC_IRT_SRIO_LINK1_INDEX)
  177. #define PIC_SRIO_LINK2_IRQ PIC_INTR_TO_IRQ(PIC_IRT_SRIO_LINK2_INDEX)
  178. #define PIC_SRIO_LINK3_IRQ PIC_INTR_TO_IRQ(PIC_IRT_SRIO_LINK3_INDEX)
  179. #define PIC_PCIE_INT_IRQ PIC_INTR_TO_IRQ(PIC_IRT_PCIE_INT__INDEX)
  180. #define PIC_PCIE_FATAL_IRQ PIC_INTR_TO_IRQ(PIC_IRT_PCIE_FATAL_INDEX)
  181. #define PIC_GPIO_B_IRQ PIC_INTR_TO_IRQ(PIC_IRT_GPIO_B_INDEX)
  182. #define PIC_USB_IRQ PIC_INTR_TO_IRQ(PIC_IRT_USB_INDEX)
  183. #define PIC_IRT_LAST_IRQ PIC_USB_IRQ
  184. /* end XLS */
  185. #ifndef __ASSEMBLY__
  186. #define PIC_IRQ_IS_EDGE_TRIGGERED(irq) (((irq) >= PIC_TIMER_0_IRQ) && \
  187. ((irq) <= PIC_TIMER_7_IRQ))
  188. #define PIC_IRQ_IS_IRT(irq) (((irq) >= PIC_IRT_FIRST_IRQ) && \
  189. ((irq) <= PIC_IRT_LAST_IRQ))
  190. static inline int
  191. nlm_irq_to_irt(int irq)
  192. {
  193. if (PIC_IRQ_IS_IRT(irq) == 0)
  194. return -1;
  195. return PIC_IRQ_TO_INTR(irq);
  196. }
  197. static inline int
  198. nlm_irt_to_irq(int irt)
  199. {
  200. return PIC_INTR_TO_IRQ(irt);
  201. }
  202. static inline void
  203. nlm_pic_enable_irt(uint64_t base, int irt)
  204. {
  205. uint32_t reg;
  206. reg = nlm_read_reg(base, PIC_IRT_1(irt));
  207. nlm_write_reg(base, PIC_IRT_1(irt), reg | (1u << 31));
  208. }
  209. static inline void
  210. nlm_pic_disable_irt(uint64_t base, int irt)
  211. {
  212. uint32_t reg;
  213. reg = nlm_read_reg(base, PIC_IRT_1(irt));
  214. nlm_write_reg(base, PIC_IRT_1(irt), reg & ~(1u << 31));
  215. }
  216. static inline void
  217. nlm_pic_send_ipi(uint64_t base, int hwt, int irq, int nmi)
  218. {
  219. unsigned int tid, pid;
  220. tid = hwt & 0x3;
  221. pid = (hwt >> 2) & 0x07;
  222. nlm_write_reg(base, PIC_IPI,
  223. (pid << 20) | (tid << 16) | (nmi << 8) | irq);
  224. }
  225. static inline void
  226. nlm_pic_ack(uint64_t base, int irt)
  227. {
  228. nlm_write_reg(base, PIC_INT_ACK, 1u << irt);
  229. }
  230. static inline void
  231. nlm_pic_init_irt(uint64_t base, int irt, int irq, int hwt, int en)
  232. {
  233. nlm_write_reg(base, PIC_IRT_0(irt), (1u << hwt));
  234. /* local scheduling, invalid, level by default */
  235. nlm_write_reg(base, PIC_IRT_1(irt),
  236. (en << 30) | (1 << 6) | irq);
  237. }
  238. static inline uint64_t
  239. nlm_pic_read_timer(uint64_t base, int timer)
  240. {
  241. uint32_t up1, up2, low;
  242. up1 = nlm_read_reg(base, PIC_TIMER_COUNT_1(timer));
  243. low = nlm_read_reg(base, PIC_TIMER_COUNT_0(timer));
  244. up2 = nlm_read_reg(base, PIC_TIMER_COUNT_1(timer));
  245. if (up1 != up2) /* wrapped, get the new low */
  246. low = nlm_read_reg(base, PIC_TIMER_COUNT_0(timer));
  247. return ((uint64_t)up2 << 32) | low;
  248. }
  249. static inline uint32_t
  250. nlm_pic_read_timer32(uint64_t base, int timer)
  251. {
  252. return nlm_read_reg(base, PIC_TIMER_COUNT_0(timer));
  253. }
  254. static inline void
  255. nlm_pic_set_timer(uint64_t base, int timer, uint64_t value, int irq, int cpu)
  256. {
  257. uint32_t up, low;
  258. uint64_t pic_ctrl = nlm_read_reg(base, PIC_CTRL);
  259. int en;
  260. en = (irq > 0);
  261. up = value >> 32;
  262. low = value & 0xFFFFFFFF;
  263. nlm_write_reg(base, PIC_TIMER_MAXVAL_0(timer), low);
  264. nlm_write_reg(base, PIC_TIMER_MAXVAL_1(timer), up);
  265. nlm_pic_init_irt(base, PIC_IRT_TIMER_INDEX(timer), irq, cpu, 0);
  266. /* enable the timer */
  267. pic_ctrl |= (1 << (PIC_CTRL_STE + timer));
  268. nlm_write_reg(base, PIC_CTRL, pic_ctrl);
  269. }
  270. #endif
  271. #endif /* _ASM_NLM_XLR_PIC_H */