440spe_pcie.h 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. /*
  2. * Copyright (c) 2005 Cisco Systems. All rights reserved.
  3. * Roland Dreier <rolandd@cisco.com>
  4. *
  5. * This program is free software; you can redistribute it and/or modify it
  6. * under the terms of the GNU General Public License as published by the
  7. * Free Software Foundation; either version 2 of the License, or (at your
  8. * option) any later version.
  9. */
  10. #include <ppc4xx.h>
  11. #ifndef __440SPE_PCIE_H
  12. #define __440SPE_PCIE_H
  13. #define mdelay(n) ({unsigned long __ms=(n); while (__ms--) udelay(1000);})
  14. #define DCRN_SDR0_CFGADDR 0x00e
  15. #define DCRN_SDR0_CFGDATA 0x00f
  16. #define DCRN_PCIE0_BASE 0x100
  17. #define DCRN_PCIE1_BASE 0x120
  18. #define DCRN_PCIE2_BASE 0x140
  19. #define PCIE0 DCRN_PCIE0_BASE
  20. #define PCIE1 DCRN_PCIE1_BASE
  21. #define PCIE2 DCRN_PCIE2_BASE
  22. #define DCRN_PEGPL_CFGBAH(base) (base + 0x00)
  23. #define DCRN_PEGPL_CFGBAL(base) (base + 0x01)
  24. #define DCRN_PEGPL_CFGMSK(base) (base + 0x02)
  25. #define DCRN_PEGPL_MSGBAH(base) (base + 0x03)
  26. #define DCRN_PEGPL_MSGBAL(base) (base + 0x04)
  27. #define DCRN_PEGPL_MSGMSK(base) (base + 0x05)
  28. #define DCRN_PEGPL_OMR1BAH(base) (base + 0x06)
  29. #define DCRN_PEGPL_OMR1BAL(base) (base + 0x07)
  30. #define DCRN_PEGPL_OMR1MSKH(base) (base + 0x08)
  31. #define DCRN_PEGPL_OMR1MSKL(base) (base + 0x09)
  32. #define DCRN_PEGPL_REGBAH(base) (base + 0x12)
  33. #define DCRN_PEGPL_REGBAL(base) (base + 0x13)
  34. #define DCRN_PEGPL_REGMSK(base) (base + 0x14)
  35. #define DCRN_PEGPL_SPECIAL(base) (base + 0x15)
  36. #define DCRN_PEGPL_CFG(base) (base + 0x16)
  37. /*
  38. * System DCRs (SDRs)
  39. */
  40. #define PESDR0_PLLLCT1 0x03a0
  41. #define PESDR0_PLLLCT2 0x03a1
  42. #define PESDR0_PLLLCT3 0x03a2
  43. #define PESDR0_UTLSET1 0x0300
  44. #define PESDR0_UTLSET2 0x0301
  45. #define PESDR0_DLPSET 0x0302
  46. #define PESDR0_LOOP 0x0303
  47. #define PESDR0_RCSSET 0x0304
  48. #define PESDR0_RCSSTS 0x0305
  49. #define PESDR0_HSSL0SET1 0x0306
  50. #define PESDR0_HSSL0SET2 0x0307
  51. #define PESDR0_HSSL0STS 0x0308
  52. #define PESDR0_HSSL1SET1 0x0309
  53. #define PESDR0_HSSL1SET2 0x030a
  54. #define PESDR0_HSSL1STS 0x030b
  55. #define PESDR0_HSSL2SET1 0x030c
  56. #define PESDR0_HSSL2SET2 0x030d
  57. #define PESDR0_HSSL2STS 0x030e
  58. #define PESDR0_HSSL3SET1 0x030f
  59. #define PESDR0_HSSL3SET2 0x0310
  60. #define PESDR0_HSSL3STS 0x0311
  61. #define PESDR0_HSSL4SET1 0x0312
  62. #define PESDR0_HSSL4SET2 0x0313
  63. #define PESDR0_HSSL4STS 0x0314
  64. #define PESDR0_HSSL5SET1 0x0315
  65. #define PESDR0_HSSL5SET2 0x0316
  66. #define PESDR0_HSSL5STS 0x0317
  67. #define PESDR0_HSSL6SET1 0x0318
  68. #define PESDR0_HSSL6SET2 0x0319
  69. #define PESDR0_HSSL6STS 0x031a
  70. #define PESDR0_HSSL7SET1 0x031b
  71. #define PESDR0_HSSL7SET2 0x031c
  72. #define PESDR0_HSSL7STS 0x031d
  73. #define PESDR0_HSSCTLSET 0x031e
  74. #define PESDR0_LANE_ABCD 0x031f
  75. #define PESDR0_LANE_EFGH 0x0320
  76. #define PESDR1_UTLSET1 0x0340
  77. #define PESDR1_UTLSET2 0x0341
  78. #define PESDR1_DLPSET 0x0342
  79. #define PESDR1_LOOP 0x0343
  80. #define PESDR1_RCSSET 0x0344
  81. #define PESDR1_RCSSTS 0x0345
  82. #define PESDR1_HSSL0SET1 0x0346
  83. #define PESDR1_HSSL0SET2 0x0347
  84. #define PESDR1_HSSL0STS 0x0348
  85. #define PESDR1_HSSL1SET1 0x0349
  86. #define PESDR1_HSSL1SET2 0x034a
  87. #define PESDR1_HSSL1STS 0x034b
  88. #define PESDR1_HSSL2SET1 0x034c
  89. #define PESDR1_HSSL2SET2 0x034d
  90. #define PESDR1_HSSL2STS 0x034e
  91. #define PESDR1_HSSL3SET1 0x034f
  92. #define PESDR1_HSSL3SET2 0x0350
  93. #define PESDR1_HSSL3STS 0x0351
  94. #define PESDR1_HSSCTLSET 0x0352
  95. #define PESDR1_LANE_ABCD 0x0353
  96. #define PESDR2_UTLSET1 0x0370
  97. #define PESDR2_UTLSET2 0x0371
  98. #define PESDR2_DLPSET 0x0372
  99. #define PESDR2_LOOP 0x0373
  100. #define PESDR2_RCSSET 0x0374
  101. #define PESDR2_RCSSTS 0x0375
  102. #define PESDR2_HSSL0SET1 0x0376
  103. #define PESDR2_HSSL0SET2 0x0377
  104. #define PESDR2_HSSL0STS 0x0378
  105. #define PESDR2_HSSL1SET1 0x0379
  106. #define PESDR2_HSSL1SET2 0x037a
  107. #define PESDR2_HSSL1STS 0x037b
  108. #define PESDR2_HSSL2SET1 0x037c
  109. #define PESDR2_HSSL2SET2 0x037d
  110. #define PESDR2_HSSL2STS 0x037e
  111. #define PESDR2_HSSL3SET1 0x037f
  112. #define PESDR2_HSSL3SET2 0x0380
  113. #define PESDR2_HSSL3STS 0x0381
  114. #define PESDR2_HSSCTLSET 0x0382
  115. #define PESDR2_LANE_ABCD 0x0383
  116. /*
  117. * UTL register offsets
  118. */
  119. #define PEUTL_PBBSZ 0x20
  120. #define PEUTL_OPDBSZ 0x68
  121. #define PEUTL_IPHBSZ 0x70
  122. #define PEUTL_IPDBSZ 0x78
  123. #define PEUTL_OUTTR 0x90
  124. #define PEUTL_INTR 0x98
  125. #define PEUTL_PCTL 0xa0
  126. #define PEUTL_RCIRQEN 0xb8
  127. /*
  128. * Config space register offsets
  129. */
  130. #define PECFG_BAR0LMPA 0x210
  131. #define PECFG_BAR0HMPA 0x214
  132. #define PECFG_BAR1MPA 0x218
  133. #define PECFG_BAR2MPA 0x220
  134. #define PECFG_PIMEN 0x33c
  135. #define PECFG_PIM0LAL 0x340
  136. #define PECFG_PIM0LAH 0x344
  137. #define PECFG_PIM1LAL 0x348
  138. #define PECFG_PIM1LAH 0x34c
  139. #define PECFG_PIM01SAL 0x350
  140. #define PECFG_PIM01SAH 0x354
  141. #define PECFG_POM0LAL 0x380
  142. #define PECFG_POM0LAH 0x384
  143. #define SDR_READ(offset) ({\
  144. mtdcr(DCRN_SDR0_CFGADDR, offset); \
  145. mfdcr(DCRN_SDR0_CFGDATA);})
  146. #define SDR_WRITE(offset, data) ({\
  147. mtdcr(DCRN_SDR0_CFGADDR, offset); \
  148. mtdcr(DCRN_SDR0_CFGDATA,data);})
  149. #define GPL_DMER_MASK_DISA 0x02000000
  150. int ppc440spe_init_pcie(void);
  151. int ppc440spe_init_pcie_rootport(int port);
  152. void yucca_setup_pcie_fpga_rootpoint(int port);
  153. void ppc440spe_setup_pcie_rootpoint(struct pci_controller *hose, int port);
  154. int ppc440spe_setup_pcie_endpoint(struct pci_controller *hose, int port);
  155. int yucca_pcie_card_present(int port);
  156. int pcie_hose_scan(struct pci_controller *hose, int bus);
  157. #endif /* __440SPE_PCIE_H */