440spe_pcie.h 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. /*
  37. * System DCRs (SDRs)
  38. */
  39. #define PESDR0_PLLLCT1 0x03a0
  40. #define PESDR0_PLLLCT2 0x03a1
  41. #define PESDR0_PLLLCT3 0x03a2
  42. #define PESDR0_UTLSET1 0x0300
  43. #define PESDR0_UTLSET2 0x0301
  44. #define PESDR0_DLPSET 0x0302
  45. #define PESDR0_LOOP 0x0303
  46. #define PESDR0_RCSSET 0x0304
  47. #define PESDR0_RCSSTS 0x0305
  48. #define PESDR0_HSSL0SET1 0x0306
  49. #define PESDR0_HSSL0SET2 0x0307
  50. #define PESDR0_HSSL0STS 0x0308
  51. #define PESDR0_HSSL1SET1 0x0309
  52. #define PESDR0_HSSL1SET2 0x030a
  53. #define PESDR0_HSSL1STS 0x030b
  54. #define PESDR0_HSSL2SET1 0x030c
  55. #define PESDR0_HSSL2SET2 0x030d
  56. #define PESDR0_HSSL2STS 0x030e
  57. #define PESDR0_HSSL3SET1 0x030f
  58. #define PESDR0_HSSL3SET2 0x0310
  59. #define PESDR0_HSSL3STS 0x0311
  60. #define PESDR0_HSSL4SET1 0x0312
  61. #define PESDR0_HSSL4SET2 0x0313
  62. #define PESDR0_HSSL4STS 0x0314
  63. #define PESDR0_HSSL5SET1 0x0315
  64. #define PESDR0_HSSL5SET2 0x0316
  65. #define PESDR0_HSSL5STS 0x0317
  66. #define PESDR0_HSSL6SET1 0x0318
  67. #define PESDR0_HSSL6SET2 0x0319
  68. #define PESDR0_HSSL6STS 0x031a
  69. #define PESDR0_HSSL7SET1 0x031b
  70. #define PESDR0_HSSL7SET2 0x031c
  71. #define PESDR0_HSSL7STS 0x031d
  72. #define PESDR0_HSSCTLSET 0x031e
  73. #define PESDR0_LANE_ABCD 0x031f
  74. #define PESDR0_LANE_EFGH 0x0320
  75. #define PESDR1_UTLSET1 0x0340
  76. #define PESDR1_UTLSET2 0x0341
  77. #define PESDR1_DLPSET 0x0342
  78. #define PESDR1_LOOP 0x0343
  79. #define PESDR1_RCSSET 0x0344
  80. #define PESDR1_RCSSTS 0x0345
  81. #define PESDR1_HSSL0SET1 0x0346
  82. #define PESDR1_HSSL0SET2 0x0347
  83. #define PESDR1_HSSL0STS 0x0348
  84. #define PESDR1_HSSL1SET1 0x0349
  85. #define PESDR1_HSSL1SET2 0x034a
  86. #define PESDR1_HSSL1STS 0x034b
  87. #define PESDR1_HSSL2SET1 0x034c
  88. #define PESDR1_HSSL2SET2 0x034d
  89. #define PESDR1_HSSL2STS 0x034e
  90. #define PESDR1_HSSL3SET1 0x034f
  91. #define PESDR1_HSSL3SET2 0x0350
  92. #define PESDR1_HSSL3STS 0x0351
  93. #define PESDR1_HSSCTLSET 0x0352
  94. #define PESDR1_LANE_ABCD 0x0353
  95. #define PESDR2_UTLSET1 0x0370
  96. #define PESDR2_UTLSET2 0x0371
  97. #define PESDR2_DLPSET 0x0372
  98. #define PESDR2_LOOP 0x0373
  99. #define PESDR2_RCSSET 0x0374
  100. #define PESDR2_RCSSTS 0x0375
  101. #define PESDR2_HSSL0SET1 0x0376
  102. #define PESDR2_HSSL0SET2 0x0377
  103. #define PESDR2_HSSL0STS 0x0378
  104. #define PESDR2_HSSL1SET1 0x0379
  105. #define PESDR2_HSSL1SET2 0x037a
  106. #define PESDR2_HSSL1STS 0x037b
  107. #define PESDR2_HSSL2SET1 0x037c
  108. #define PESDR2_HSSL2SET2 0x037d
  109. #define PESDR2_HSSL2STS 0x037e
  110. #define PESDR2_HSSL3SET1 0x037f
  111. #define PESDR2_HSSL3SET2 0x0380
  112. #define PESDR2_HSSL3STS 0x0381
  113. #define PESDR2_HSSCTLSET 0x0382
  114. #define PESDR2_LANE_ABCD 0x0383
  115. /*
  116. * UTL register offsets
  117. */
  118. #define PEUTL_PBBSZ 0x20
  119. #define PEUTL_OPDBSZ 0x68
  120. #define PEUTL_IPHBSZ 0x70
  121. #define PEUTL_IPDBSZ 0x78
  122. #define PEUTL_OUTTR 0x90
  123. #define PEUTL_INTR 0x98
  124. #define PEUTL_PCTL 0xa0
  125. #define PEUTL_RCIRQEN 0xb8
  126. /*
  127. * Config space register offsets
  128. */
  129. #define PECFG_BAR0LMPA 0x210
  130. #define PECFG_BAR0HMPA 0x214
  131. #define PECFG_BAR1MPA 0x218
  132. #define PECFG_BAR2MPA 0x220
  133. #define PECFG_PIMEN 0x33c
  134. #define PECFG_PIM0LAL 0x340
  135. #define PECFG_PIM0LAH 0x344
  136. #define PECFG_PIM1LAL 0x348
  137. #define PECFG_PIM1LAH 0x34c
  138. #define PECFG_PIM01SAL 0x350
  139. #define PECFG_PIM01SAH 0x354
  140. #define PECFG_POM0LAL 0x380
  141. #define PECFG_POM0LAH 0x384
  142. #define SDR_READ(offset) ({\
  143. mtdcr(DCRN_SDR0_CFGADDR, offset); \
  144. mfdcr(DCRN_SDR0_CFGDATA);})
  145. #define SDR_WRITE(offset, data) ({\
  146. mtdcr(DCRN_SDR0_CFGADDR, offset); \
  147. mtdcr(DCRN_SDR0_CFGDATA,data);})
  148. int ppc440spe_init_pcie(void);
  149. int ppc440spe_init_pcie_rootport(int port);
  150. void yucca_setup_pcie_fpga_rootpoint(int port);
  151. void ppc440spe_setup_pcie_rootpoint(struct pci_controller *hose, int port);
  152. int ppc440spe_setup_pcie_endpoint(struct pci_controller *hose, int port);
  153. int yucca_pcie_card_present(int port);
  154. int pcie_hose_scan(struct pci_controller *hose, int bus);
  155. #endif /* __440SPE_PCIE_H */