ssb_regs.h 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. #ifndef LINUX_SSB_REGS_H_
  2. #define LINUX_SSB_REGS_H_
  3. /* SiliconBackplane Address Map.
  4. * All regions may not exist on all chips.
  5. */
  6. #define SSB_SDRAM_BASE 0x00000000U /* Physical SDRAM */
  7. #define SSB_PCI_MEM 0x08000000U /* Host Mode sb2pcitranslation0 (64 MB) */
  8. #define SSB_PCI_CFG 0x0c000000U /* Host Mode sb2pcitranslation1 (64 MB) */
  9. #define SSB_SDRAM_SWAPPED 0x10000000U /* Byteswapped Physical SDRAM */
  10. #define SSB_ENUM_BASE 0x18000000U /* Enumeration space base */
  11. #define SSB_ENUM_LIMIT 0x18010000U /* Enumeration space limit */
  12. #define SSB_FLASH2 0x1c000000U /* Flash Region 2 (region 1 shadowed here) */
  13. #define SSB_FLASH2_SZ 0x02000000U /* Size of Flash Region 2 */
  14. #define SSB_EXTIF_BASE 0x1f000000U /* External Interface region base address */
  15. #define SSB_FLASH1 0x1fc00000U /* Flash Region 1 */
  16. #define SSB_FLASH1_SZ 0x00400000U /* Size of Flash Region 1 */
  17. #define SSB_PCI_DMA 0x40000000U /* Client Mode sb2pcitranslation2 (1 GB) */
  18. #define SSB_PCI_DMA_SZ 0x40000000U /* Client Mode sb2pcitranslation2 size in bytes */
  19. #define SSB_PCIE_DMA_L32 0x00000000U /* PCIE Client Mode sb2pcitranslation2 (2 ZettaBytes), low 32 bits */
  20. #define SSB_PCIE_DMA_H32 0x80000000U /* PCIE Client Mode sb2pcitranslation2 (2 ZettaBytes), high 32 bits */
  21. #define SSB_EUART (SSB_EXTIF_BASE + 0x00800000)
  22. #define SSB_LED (SSB_EXTIF_BASE + 0x00900000)
  23. /* Enumeration space constants */
  24. #define SSB_CORE_SIZE 0x1000 /* Size of a core MMIO area */
  25. #define SSB_MAX_NR_CORES ((SSB_ENUM_LIMIT - SSB_ENUM_BASE) / SSB_CORE_SIZE)
  26. /* mips address */
  27. #define SSB_EJTAG 0xff200000 /* MIPS EJTAG space (2M) */
  28. /* SSB PCI config space registers. */
  29. #define SSB_PMCSR 0x44
  30. #define SSB_PE 0x100
  31. #define SSB_BAR0_WIN 0x80 /* Backplane address space 0 */
  32. #define SSB_BAR1_WIN 0x84 /* Backplane address space 1 */
  33. #define SSB_SPROMCTL 0x88 /* SPROM control */
  34. #define SSB_SPROMCTL_WE 0x10 /* SPROM write enable */
  35. #define SSB_BAR1_CONTROL 0x8c /* Address space 1 burst control */
  36. #define SSB_PCI_IRQS 0x90 /* PCI interrupts */
  37. #define SSB_PCI_IRQMASK 0x94 /* PCI IRQ control and mask (pcirev >= 6 only) */
  38. #define SSB_BACKPLANE_IRQS 0x98 /* Backplane Interrupts */
  39. #define SSB_GPIO_IN 0xB0 /* GPIO Input (pcirev >= 3 only) */
  40. #define SSB_GPIO_OUT 0xB4 /* GPIO Output (pcirev >= 3 only) */
  41. #define SSB_GPIO_OUT_ENABLE 0xB8 /* GPIO Output Enable/Disable (pcirev >= 3 only) */
  42. #define SSB_GPIO_SCS 0x10 /* PCI config space bit 4 for 4306c0 slow clock source */
  43. #define SSB_GPIO_HWRAD 0x20 /* PCI config space GPIO 13 for hw radio disable */
  44. #define SSB_GPIO_XTAL 0x40 /* PCI config space GPIO 14 for Xtal powerup */
  45. #define SSB_GPIO_PLL 0x80 /* PCI config space GPIO 15 for PLL powerdown */
  46. #define SSB_BAR0_MAX_RETRIES 50
  47. /* Silicon backplane configuration register definitions */
  48. #define SSB_IPSFLAG 0x0F08
  49. #define SSB_IPSFLAG_IRQ1 0x0000003F /* which sbflags get routed to mips interrupt 1 */
  50. #define SSB_IPSFLAG_IRQ1_SHIFT 0
  51. #define SSB_IPSFLAG_IRQ2 0x00003F00 /* which sbflags get routed to mips interrupt 2 */
  52. #define SSB_IPSFLAG_IRQ2_SHIFT 8
  53. #define SSB_IPSFLAG_IRQ3 0x003F0000 /* which sbflags get routed to mips interrupt 3 */
  54. #define SSB_IPSFLAG_IRQ3_SHIFT 16
  55. #define SSB_IPSFLAG_IRQ4 0x3F000000 /* which sbflags get routed to mips interrupt 4 */
  56. #define SSB_IPSFLAG_IRQ4_SHIFT 24
  57. #define SSB_TPSFLAG 0x0F18
  58. #define SSB_TPSFLAG_BPFLAG 0x0000003F /* Backplane flag # */
  59. #define SSB_TPSFLAG_ALWAYSIRQ 0x00000040 /* IRQ is always sent on the Backplane */
  60. #define SSB_TMERRLOGA 0x0F48
  61. #define SSB_TMERRLOG 0x0F50
  62. #define SSB_ADMATCH3 0x0F60
  63. #define SSB_ADMATCH2 0x0F68
  64. #define SSB_ADMATCH1 0x0F70
  65. #define SSB_IMSTATE 0x0F90 /* SB Initiator Agent State */
  66. #define SSB_IMSTATE_PC 0x0000000f /* Pipe Count */
  67. #define SSB_IMSTATE_AP_MASK 0x00000030 /* Arbitration Priority */
  68. #define SSB_IMSTATE_AP_BOTH 0x00000000 /* Use both timeslices and token */
  69. #define SSB_IMSTATE_AP_TS 0x00000010 /* Use timeslices only */
  70. #define SSB_IMSTATE_AP_TK 0x00000020 /* Use token only */
  71. #define SSB_IMSTATE_AP_RSV 0x00000030 /* Reserved */
  72. #define SSB_IMSTATE_IBE 0x00020000 /* In Band Error */
  73. #define SSB_IMSTATE_TO 0x00040000 /* Timeout */
  74. #define SSB_INTVEC 0x0F94 /* SB Interrupt Mask */
  75. #define SSB_INTVEC_PCI 0x00000001 /* Enable interrupts for PCI */
  76. #define SSB_INTVEC_ENET0 0x00000002 /* Enable interrupts for enet 0 */
  77. #define SSB_INTVEC_ILINE20 0x00000004 /* Enable interrupts for iline20 */
  78. #define SSB_INTVEC_CODEC 0x00000008 /* Enable interrupts for v90 codec */
  79. #define SSB_INTVEC_USB 0x00000010 /* Enable interrupts for usb */
  80. #define SSB_INTVEC_EXTIF 0x00000020 /* Enable interrupts for external i/f */
  81. #define SSB_INTVEC_ENET1 0x00000040 /* Enable interrupts for enet 1 */
  82. #define SSB_TMSLOW 0x0F98 /* SB Target State Low */
  83. #define SSB_TMSLOW_RESET 0x00000001 /* Reset */
  84. #define SSB_TMSLOW_REJECT_22 0x00000002 /* Reject (Backplane rev 2.2) */
  85. #define SSB_TMSLOW_REJECT_23 0x00000004 /* Reject (Backplane rev 2.3) */
  86. #define SSB_TMSLOW_CLOCK 0x00010000 /* Clock Enable */
  87. #define SSB_TMSLOW_FGC 0x00020000 /* Force Gated Clocks On */
  88. #define SSB_TMSLOW_PE 0x40000000 /* Power Management Enable */
  89. #define SSB_TMSLOW_BE 0x80000000 /* BIST Enable */
  90. #define SSB_TMSHIGH 0x0F9C /* SB Target State High */
  91. #define SSB_TMSHIGH_SERR 0x00000001 /* S-error */
  92. #define SSB_TMSHIGH_INT 0x00000002 /* Interrupt */
  93. #define SSB_TMSHIGH_BUSY 0x00000004 /* Busy */
  94. #define SSB_TMSHIGH_TO 0x00000020 /* Timeout. Backplane rev >= 2.3 only */
  95. #define SSB_TMSHIGH_COREFL 0x1FFF0000 /* Core specific flags */
  96. #define SSB_TMSHIGH_COREFL_SHIFT 16
  97. #define SSB_TMSHIGH_DMA64 0x10000000 /* 64bit DMA supported */
  98. #define SSB_TMSHIGH_GCR 0x20000000 /* Gated Clock Request */
  99. #define SSB_TMSHIGH_BISTF 0x40000000 /* BIST Failed */
  100. #define SSB_TMSHIGH_BISTD 0x80000000 /* BIST Done */
  101. #define SSB_BWA0 0x0FA0
  102. #define SSB_IMCFGLO 0x0FA8
  103. #define SSB_IMCFGLO_SERTO 0x00000007 /* Service timeout */
  104. #define SSB_IMCFGLO_REQTO 0x00000070 /* Request timeout */
  105. #define SSB_IMCFGLO_REQTO_SHIFT 4
  106. #define SSB_IMCFGLO_CONNID 0x00FF0000 /* Connection ID */
  107. #define SSB_IMCFGLO_CONNID_SHIFT 16
  108. #define SSB_IMCFGHI 0x0FAC
  109. #define SSB_ADMATCH0 0x0FB0
  110. #define SSB_TMCFGLO 0x0FB8
  111. #define SSB_TMCFGHI 0x0FBC
  112. #define SSB_BCONFIG 0x0FC0
  113. #define SSB_BSTATE 0x0FC8
  114. #define SSB_ACTCFG 0x0FD8
  115. #define SSB_FLAGST 0x0FE8
  116. #define SSB_IDLOW 0x0FF8
  117. #define SSB_IDLOW_CFGSP 0x00000003 /* Config Space */
  118. #define SSB_IDLOW_ADDRNGE 0x00000038 /* Address Ranges supported */
  119. #define SSB_IDLOW_ADDRNGE_SHIFT 3
  120. #define SSB_IDLOW_SYNC 0x00000040
  121. #define SSB_IDLOW_INITIATOR 0x00000080
  122. #define SSB_IDLOW_MIBL 0x00000F00 /* Minimum Backplane latency */
  123. #define SSB_IDLOW_MIBL_SHIFT 8
  124. #define SSB_IDLOW_MABL 0x0000F000 /* Maximum Backplane latency */
  125. #define SSB_IDLOW_MABL_SHIFT 12
  126. #define SSB_IDLOW_TIF 0x00010000 /* This Initiator is first */
  127. #define SSB_IDLOW_CCW 0x000C0000 /* Cycle counter width */
  128. #define SSB_IDLOW_CCW_SHIFT 18
  129. #define SSB_IDLOW_TPT 0x00F00000 /* Target ports */
  130. #define SSB_IDLOW_TPT_SHIFT 20
  131. #define SSB_IDLOW_INITP 0x0F000000 /* Initiator ports */
  132. #define SSB_IDLOW_INITP_SHIFT 24
  133. #define SSB_IDLOW_SSBREV 0xF0000000 /* Sonics Backplane Revision code */
  134. #define SSB_IDLOW_SSBREV_22 0x00000000 /* <= 2.2 */
  135. #define SSB_IDLOW_SSBREV_23 0x10000000 /* 2.3 */
  136. #define SSB_IDLOW_SSBREV_24 0x40000000 /* ?? Found in BCM4328 */
  137. #define SSB_IDLOW_SSBREV_25 0x50000000 /* ?? Not Found yet */
  138. #define SSB_IDLOW_SSBREV_26 0x60000000 /* ?? Found in some BCM4311/2 */
  139. #define SSB_IDLOW_SSBREV_27 0x70000000 /* ?? Found in some BCM4311/2 */
  140. #define SSB_IDHIGH 0x0FFC /* SB Identification High */
  141. #define SSB_IDHIGH_RCLO 0x0000000F /* Revision Code (low part) */
  142. #define SSB_IDHIGH_CC 0x00008FF0 /* Core Code */
  143. #define SSB_IDHIGH_CC_SHIFT 4
  144. #define SSB_IDHIGH_RCHI 0x00007000 /* Revision Code (high part) */
  145. #define SSB_IDHIGH_RCHI_SHIFT 8 /* yes, shift 8 is right */
  146. #define SSB_IDHIGH_VC 0xFFFF0000 /* Vendor Code */
  147. #define SSB_IDHIGH_VC_SHIFT 16
  148. /* SPROM shadow area. If not otherwise noted, fields are
  149. * two bytes wide. Note that the SPROM can _only_ be read
  150. * in two-byte quantities.
  151. */
  152. #define SSB_SPROMSIZE_WORDS 64
  153. #define SSB_SPROMSIZE_BYTES (SSB_SPROMSIZE_WORDS * sizeof(u16))
  154. #define SSB_SPROMSIZE_WORDS_R123 64
  155. #define SSB_SPROMSIZE_WORDS_R4 220
  156. #define SSB_SPROMSIZE_BYTES_R123 (SSB_SPROMSIZE_WORDS_R123 * sizeof(u16))
  157. #define SSB_SPROMSIZE_BYTES_R4 (SSB_SPROMSIZE_WORDS_R4 * sizeof(u16))
  158. #define SSB_SPROM_BASE 0x1000
  159. #define SSB_SPROM_REVISION 0x107E
  160. #define SSB_SPROM_REVISION_REV 0x00FF /* SPROM Revision number */
  161. #define SSB_SPROM_REVISION_CRC 0xFF00 /* SPROM CRC8 value */
  162. #define SSB_SPROM_REVISION_CRC_SHIFT 8
  163. /* SPROM Revision 1 */
  164. #define SSB_SPROM1_SPID 0x1004 /* Subsystem Product ID for PCI */
  165. #define SSB_SPROM1_SVID 0x1006 /* Subsystem Vendor ID for PCI */
  166. #define SSB_SPROM1_PID 0x1008 /* Product ID for PCI */
  167. #define SSB_SPROM1_IL0MAC 0x1048 /* 6 bytes MAC address for 802.11b/g */
  168. #define SSB_SPROM1_ET0MAC 0x104E /* 6 bytes MAC address for Ethernet */
  169. #define SSB_SPROM1_ET1MAC 0x1054 /* 6 bytes MAC address for 802.11a */
  170. #define SSB_SPROM1_ETHPHY 0x105A /* Ethernet PHY settings */
  171. #define SSB_SPROM1_ETHPHY_ET0A 0x001F /* MII Address for enet0 */
  172. #define SSB_SPROM1_ETHPHY_ET1A 0x03E0 /* MII Address for enet1 */
  173. #define SSB_SPROM1_ETHPHY_ET1A_SHIFT 5
  174. #define SSB_SPROM1_ETHPHY_ET0M (1<<14) /* MDIO for enet0 */
  175. #define SSB_SPROM1_ETHPHY_ET1M (1<<15) /* MDIO for enet1 */
  176. #define SSB_SPROM1_BINF 0x105C /* Board info */
  177. #define SSB_SPROM1_BINF_BREV 0x00FF /* Board Revision */
  178. #define SSB_SPROM1_BINF_CCODE 0x0F00 /* Country Code */
  179. #define SSB_SPROM1_BINF_CCODE_SHIFT 8
  180. #define SSB_SPROM1_BINF_ANTBG 0x3000 /* Available B-PHY and G-PHY antennas */
  181. #define SSB_SPROM1_BINF_ANTBG_SHIFT 12
  182. #define SSB_SPROM1_BINF_ANTA 0xC000 /* Available A-PHY antennas */
  183. #define SSB_SPROM1_BINF_ANTA_SHIFT 14
  184. #define SSB_SPROM1_PA0B0 0x105E
  185. #define SSB_SPROM1_PA0B1 0x1060
  186. #define SSB_SPROM1_PA0B2 0x1062
  187. #define SSB_SPROM1_GPIOA 0x1064 /* General Purpose IO pins 0 and 1 */
  188. #define SSB_SPROM1_GPIOA_P0 0x00FF /* Pin 0 */
  189. #define SSB_SPROM1_GPIOA_P1 0xFF00 /* Pin 1 */
  190. #define SSB_SPROM1_GPIOA_P1_SHIFT 8
  191. #define SSB_SPROM1_GPIOB 0x1066 /* General Purpuse IO pins 2 and 3 */
  192. #define SSB_SPROM1_GPIOB_P2 0x00FF /* Pin 2 */
  193. #define SSB_SPROM1_GPIOB_P3 0xFF00 /* Pin 3 */
  194. #define SSB_SPROM1_GPIOB_P3_SHIFT 8
  195. #define SSB_SPROM1_MAXPWR 0x1068 /* Power Amplifier Max Power */
  196. #define SSB_SPROM1_MAXPWR_BG 0x00FF /* B-PHY and G-PHY (in dBm Q5.2) */
  197. #define SSB_SPROM1_MAXPWR_A 0xFF00 /* A-PHY (in dBm Q5.2) */
  198. #define SSB_SPROM1_MAXPWR_A_SHIFT 8
  199. #define SSB_SPROM1_PA1B0 0x106A
  200. #define SSB_SPROM1_PA1B1 0x106C
  201. #define SSB_SPROM1_PA1B2 0x106E
  202. #define SSB_SPROM1_ITSSI 0x1070 /* Idle TSSI Target */
  203. #define SSB_SPROM1_ITSSI_BG 0x00FF /* B-PHY and G-PHY*/
  204. #define SSB_SPROM1_ITSSI_A 0xFF00 /* A-PHY */
  205. #define SSB_SPROM1_ITSSI_A_SHIFT 8
  206. #define SSB_SPROM1_BFLLO 0x1072 /* Boardflags (low 16 bits) */
  207. #define SSB_SPROM1_AGAIN 0x1074 /* Antenna Gain (in dBm Q5.2) */
  208. #define SSB_SPROM1_AGAIN_BG 0x00FF /* B-PHY and G-PHY */
  209. #define SSB_SPROM1_AGAIN_BG_SHIFT 0
  210. #define SSB_SPROM1_AGAIN_A 0xFF00 /* A-PHY */
  211. #define SSB_SPROM1_AGAIN_A_SHIFT 8
  212. /* SPROM Revision 2 (inherits from rev 1) */
  213. #define SSB_SPROM2_BFLHI 0x1038 /* Boardflags (high 16 bits) */
  214. #define SSB_SPROM2_MAXP_A 0x103A /* A-PHY Max Power */
  215. #define SSB_SPROM2_MAXP_A_HI 0x00FF /* Max Power High */
  216. #define SSB_SPROM2_MAXP_A_LO 0xFF00 /* Max Power Low */
  217. #define SSB_SPROM2_MAXP_A_LO_SHIFT 8
  218. #define SSB_SPROM2_PA1LOB0 0x103C /* A-PHY PowerAmplifier Low Settings */
  219. #define SSB_SPROM2_PA1LOB1 0x103E /* A-PHY PowerAmplifier Low Settings */
  220. #define SSB_SPROM2_PA1LOB2 0x1040 /* A-PHY PowerAmplifier Low Settings */
  221. #define SSB_SPROM2_PA1HIB0 0x1042 /* A-PHY PowerAmplifier High Settings */
  222. #define SSB_SPROM2_PA1HIB1 0x1044 /* A-PHY PowerAmplifier High Settings */
  223. #define SSB_SPROM2_PA1HIB2 0x1046 /* A-PHY PowerAmplifier High Settings */
  224. #define SSB_SPROM2_OPO 0x1078 /* OFDM Power Offset from CCK Level */
  225. #define SSB_SPROM2_OPO_VALUE 0x00FF
  226. #define SSB_SPROM2_OPO_UNUSED 0xFF00
  227. #define SSB_SPROM2_CCODE 0x107C /* Two char Country Code */
  228. /* SPROM Revision 3 (inherits most data from rev 2) */
  229. #define SSB_SPROM3_IL0MAC 0x104A /* 6 bytes MAC address for 802.11b/g */
  230. #define SSB_SPROM3_OFDMAPO 0x102C /* A-PHY OFDM Mid Power Offset (4 bytes, BigEndian) */
  231. #define SSB_SPROM3_OFDMALPO 0x1030 /* A-PHY OFDM Low Power Offset (4 bytes, BigEndian) */
  232. #define SSB_SPROM3_OFDMAHPO 0x1034 /* A-PHY OFDM High Power Offset (4 bytes, BigEndian) */
  233. #define SSB_SPROM3_GPIOLDC 0x1042 /* GPIO LED Powersave Duty Cycle (4 bytes, BigEndian) */
  234. #define SSB_SPROM3_GPIOLDC_OFF 0x0000FF00 /* Off Count */
  235. #define SSB_SPROM3_GPIOLDC_OFF_SHIFT 8
  236. #define SSB_SPROM3_GPIOLDC_ON 0x00FF0000 /* On Count */
  237. #define SSB_SPROM3_GPIOLDC_ON_SHIFT 16
  238. #define SSB_SPROM3_CCKPO 0x1078 /* CCK Power Offset */
  239. #define SSB_SPROM3_CCKPO_1M 0x000F /* 1M Rate PO */
  240. #define SSB_SPROM3_CCKPO_2M 0x00F0 /* 2M Rate PO */
  241. #define SSB_SPROM3_CCKPO_2M_SHIFT 4
  242. #define SSB_SPROM3_CCKPO_55M 0x0F00 /* 5.5M Rate PO */
  243. #define SSB_SPROM3_CCKPO_55M_SHIFT 8
  244. #define SSB_SPROM3_CCKPO_11M 0xF000 /* 11M Rate PO */
  245. #define SSB_SPROM3_CCKPO_11M_SHIFT 12
  246. #define SSB_SPROM3_OFDMGPO 0x107A /* G-PHY OFDM Power Offset (4 bytes, BigEndian) */
  247. /* SPROM Revision 4 */
  248. #define SSB_SPROM4_IL0MAC 0x104C /* 6 byte MAC address for a/b/g/n */
  249. #define SSB_SPROM4_ETHPHY 0x105A /* Ethernet PHY settings ?? */
  250. #define SSB_SPROM4_ETHPHY_ET0A 0x001F /* MII Address for enet0 */
  251. #define SSB_SPROM4_ETHPHY_ET1A 0x03E0 /* MII Address for enet1 */
  252. #define SSB_SPROM4_ETHPHY_ET1A_SHIFT 5
  253. #define SSB_SPROM4_ETHPHY_ET0M (1<<14) /* MDIO for enet0 */
  254. #define SSB_SPROM4_ETHPHY_ET1M (1<<15) /* MDIO for enet1 */
  255. #define SSB_SPROM4_CCODE 0x1052 /* Country Code (2 bytes) */
  256. #define SSB_SPROM4_ANTAVAIL 0x105D /* Antenna available bitfields */
  257. #define SSB_SPROM4_ANTAVAIL_A 0x00FF /* A-PHY bitfield */
  258. #define SSB_SPROM4_ANTAVAIL_A_SHIFT 0
  259. #define SSB_SPROM4_ANTAVAIL_BG 0xFF00 /* B-PHY and G-PHY bitfield */
  260. #define SSB_SPROM4_ANTAVAIL_BG_SHIFT 8
  261. #define SSB_SPROM4_BFLLO 0x1044 /* Boardflags (low 16 bits) */
  262. #define SSB_SPROM4_AGAIN01 0x105E /* Antenna Gain (in dBm Q5.2) */
  263. #define SSB_SPROM4_AGAIN0 0x00FF /* Antenna 0 */
  264. #define SSB_SPROM4_AGAIN0_SHIFT 0
  265. #define SSB_SPROM4_AGAIN1 0xFF00 /* Antenna 1 */
  266. #define SSB_SPROM4_AGAIN1_SHIFT 8
  267. #define SSB_SPROM4_AGAIN23 0x1060
  268. #define SSB_SPROM4_AGAIN2 0x00FF /* Antenna 2 */
  269. #define SSB_SPROM4_AGAIN2_SHIFT 0
  270. #define SSB_SPROM4_AGAIN3 0xFF00 /* Antenna 3 */
  271. #define SSB_SPROM4_AGAIN3_SHIFT 8
  272. #define SSB_SPROM4_BFLHI 0x1046 /* Board Flags Hi */
  273. #define SSB_SPROM4_MAXP_BG 0x1080 /* Max Power BG in path 1 */
  274. #define SSB_SPROM4_MAXP_BG_MASK 0x00FF /* Mask for Max Power BG */
  275. #define SSB_SPROM4_ITSSI_BG 0xFF00 /* Mask for path 1 itssi_bg */
  276. #define SSB_SPROM4_ITSSI_BG_SHIFT 8
  277. #define SSB_SPROM4_MAXP_A 0x108A /* Max Power A in path 1 */
  278. #define SSB_SPROM4_MAXP_A_MASK 0x00FF /* Mask for Max Power A */
  279. #define SSB_SPROM4_ITSSI_A 0xFF00 /* Mask for path 1 itssi_a */
  280. #define SSB_SPROM4_ITSSI_A_SHIFT 8
  281. #define SSB_SPROM4_GPIOA 0x1056 /* Gen. Purpose IO # 0 and 1 */
  282. #define SSB_SPROM4_GPIOA_P0 0x00FF /* Pin 0 */
  283. #define SSB_SPROM4_GPIOA_P1 0xFF00 /* Pin 1 */
  284. #define SSB_SPROM4_GPIOA_P1_SHIFT 8
  285. #define SSB_SPROM4_GPIOB 0x1058 /* Gen. Purpose IO # 2 and 3 */
  286. #define SSB_SPROM4_GPIOB_P2 0x00FF /* Pin 2 */
  287. #define SSB_SPROM4_GPIOB_P3 0xFF00 /* Pin 3 */
  288. #define SSB_SPROM4_GPIOB_P3_SHIFT 8
  289. #define SSB_SPROM4_PA0B0 0x1082 /* The paXbY locations are */
  290. #define SSB_SPROM4_PA0B1 0x1084 /* only guesses */
  291. #define SSB_SPROM4_PA0B2 0x1086
  292. #define SSB_SPROM4_PA1B0 0x108E
  293. #define SSB_SPROM4_PA1B1 0x1090
  294. #define SSB_SPROM4_PA1B2 0x1092
  295. /* SPROM Revision 5 (inherits most data from rev 4) */
  296. #define SSB_SPROM5_BFLLO 0x104A /* Boardflags (low 16 bits) */
  297. #define SSB_SPROM5_BFLHI 0x104C /* Board Flags Hi */
  298. #define SSB_SPROM5_IL0MAC 0x1052 /* 6 byte MAC address for a/b/g/n */
  299. #define SSB_SPROM5_CCODE 0x1044 /* Country Code (2 bytes) */
  300. #define SSB_SPROM5_GPIOA 0x1076 /* Gen. Purpose IO # 0 and 1 */
  301. #define SSB_SPROM5_GPIOA_P0 0x00FF /* Pin 0 */
  302. #define SSB_SPROM5_GPIOA_P1 0xFF00 /* Pin 1 */
  303. #define SSB_SPROM5_GPIOA_P1_SHIFT 8
  304. #define SSB_SPROM5_GPIOB 0x1078 /* Gen. Purpose IO # 2 and 3 */
  305. #define SSB_SPROM5_GPIOB_P2 0x00FF /* Pin 2 */
  306. #define SSB_SPROM5_GPIOB_P3 0xFF00 /* Pin 3 */
  307. #define SSB_SPROM5_GPIOB_P3_SHIFT 8
  308. /* SPROM Revision 8 */
  309. #define SSB_SPROM8_BOARDREV 0x1082 /* Board revision */
  310. #define SSB_SPROM8_BFLLO 0x1084 /* Board flags (bits 0-15) */
  311. #define SSB_SPROM8_BFLHI 0x1086 /* Board flags (bits 16-31) */
  312. #define SSB_SPROM8_BFL2LO 0x1088 /* Board flags (bits 32-47) */
  313. #define SSB_SPROM8_BFL2HI 0x108A /* Board flags (bits 48-63) */
  314. #define SSB_SPROM8_IL0MAC 0x108C /* 6 byte MAC address */
  315. #define SSB_SPROM8_CCODE 0x1092 /* 2 byte country code */
  316. #define SSB_SPROM8_ANTAVAIL 0x109C /* Antenna available bitfields*/
  317. #define SSB_SPROM8_ANTAVAIL_A 0xFF00 /* A-PHY bitfield */
  318. #define SSB_SPROM8_ANTAVAIL_A_SHIFT 8
  319. #define SSB_SPROM8_ANTAVAIL_BG 0x00FF /* B-PHY and G-PHY bitfield */
  320. #define SSB_SPROM8_ANTAVAIL_BG_SHIFT 0
  321. #define SSB_SPROM8_AGAIN01 0x109E /* Antenna Gain (in dBm Q5.2) */
  322. #define SSB_SPROM8_AGAIN0 0x00FF /* Antenna 0 */
  323. #define SSB_SPROM8_AGAIN0_SHIFT 0
  324. #define SSB_SPROM8_AGAIN1 0xFF00 /* Antenna 1 */
  325. #define SSB_SPROM8_AGAIN1_SHIFT 8
  326. #define SSB_SPROM8_AGAIN23 0x10A0
  327. #define SSB_SPROM8_AGAIN2 0x00FF /* Antenna 2 */
  328. #define SSB_SPROM8_AGAIN2_SHIFT 0
  329. #define SSB_SPROM8_AGAIN3 0xFF00 /* Antenna 3 */
  330. #define SSB_SPROM8_AGAIN3_SHIFT 8
  331. #define SSB_SPROM8_GPIOA 0x1096 /*Gen. Purpose IO # 0 and 1 */
  332. #define SSB_SPROM8_GPIOA_P0 0x00FF /* Pin 0 */
  333. #define SSB_SPROM8_GPIOA_P1 0xFF00 /* Pin 1 */
  334. #define SSB_SPROM8_GPIOA_P1_SHIFT 8
  335. #define SSB_SPROM8_GPIOB 0x1098 /* Gen. Purpose IO # 2 and 3 */
  336. #define SSB_SPROM8_GPIOB_P2 0x00FF /* Pin 2 */
  337. #define SSB_SPROM8_GPIOB_P3 0xFF00 /* Pin 3 */
  338. #define SSB_SPROM8_GPIOB_P3_SHIFT 8
  339. #define SSB_SPROM8_RSSIPARM2G 0x10A4 /* RSSI params for 2GHz */
  340. #define SSB_SPROM8_RSSISMF2G 0x000F
  341. #define SSB_SPROM8_RSSISMC2G 0x00F0
  342. #define SSB_SPROM8_RSSISMC2G_SHIFT 4
  343. #define SSB_SPROM8_RSSISAV2G 0x0700
  344. #define SSB_SPROM8_RSSISAV2G_SHIFT 8
  345. #define SSB_SPROM8_BXA2G 0x1800
  346. #define SSB_SPROM8_BXA2G_SHIFT 11
  347. #define SSB_SPROM8_RSSIPARM5G 0x10A6 /* RSSI params for 5GHz */
  348. #define SSB_SPROM8_RSSISMF5G 0x000F
  349. #define SSB_SPROM8_RSSISMC5G 0x00F0
  350. #define SSB_SPROM8_RSSISMC5G_SHIFT 4
  351. #define SSB_SPROM8_RSSISAV5G 0x0700
  352. #define SSB_SPROM8_RSSISAV5G_SHIFT 8
  353. #define SSB_SPROM8_BXA5G 0x1800
  354. #define SSB_SPROM8_BXA5G_SHIFT 11
  355. #define SSB_SPROM8_TRI25G 0x10A8 /* TX isolation 2.4&5.3GHz */
  356. #define SSB_SPROM8_TRI2G 0x00FF /* TX isolation 2.4GHz */
  357. #define SSB_SPROM8_TRI5G 0xFF00 /* TX isolation 5.3GHz */
  358. #define SSB_SPROM8_TRI5G_SHIFT 8
  359. #define SSB_SPROM8_TRI5GHL 0x10AA /* TX isolation 5.2/5.8GHz */
  360. #define SSB_SPROM8_TRI5GL 0x00FF /* TX isolation 5.2GHz */
  361. #define SSB_SPROM8_TRI5GH 0xFF00 /* TX isolation 5.8GHz */
  362. #define SSB_SPROM8_TRI5GH_SHIFT 8
  363. #define SSB_SPROM8_RXPO 0x10AC /* RX power offsets */
  364. #define SSB_SPROM8_RXPO2G 0x00FF /* 2GHz RX power offset */
  365. #define SSB_SPROM8_RXPO5G 0xFF00 /* 5GHz RX power offset */
  366. #define SSB_SPROM8_RXPO5G_SHIFT 8
  367. #define SSB_SPROM8_MAXP_BG 0x10C0 /* Max Power 2GHz in path 1 */
  368. #define SSB_SPROM8_MAXP_BG_MASK 0x00FF /* Mask for Max Power 2GHz */
  369. #define SSB_SPROM8_ITSSI_BG 0xFF00 /* Mask for path 1 itssi_bg */
  370. #define SSB_SPROM8_ITSSI_BG_SHIFT 8
  371. #define SSB_SPROM8_PA0B0 0x10C2 /* 2GHz power amp settings */
  372. #define SSB_SPROM8_PA0B1 0x10C4
  373. #define SSB_SPROM8_PA0B2 0x10C6
  374. #define SSB_SPROM8_MAXP_A 0x10C8 /* Max Power 5.3GHz */
  375. #define SSB_SPROM8_MAXP_A_MASK 0x00FF /* Mask for Max Power 5.3GHz */
  376. #define SSB_SPROM8_ITSSI_A 0xFF00 /* Mask for path 1 itssi_a */
  377. #define SSB_SPROM8_ITSSI_A_SHIFT 8
  378. #define SSB_SPROM8_MAXP_AHL 0x10CA /* Max Power 5.2/5.8GHz */
  379. #define SSB_SPROM8_MAXP_AH_MASK 0x00FF /* Mask for Max Power 5.8GHz */
  380. #define SSB_SPROM8_MAXP_AL_MASK 0xFF00 /* Mask for Max Power 5.2GHz */
  381. #define SSB_SPROM8_MAXP_AL_SHIFT 8
  382. #define SSB_SPROM8_PA1B0 0x10CC /* 5.3GHz power amp settings */
  383. #define SSB_SPROM8_PA1B1 0x10CE
  384. #define SSB_SPROM8_PA1B2 0x10D0
  385. #define SSB_SPROM8_PA1LOB0 0x10D2 /* 5.2GHz power amp settings */
  386. #define SSB_SPROM8_PA1LOB1 0x10D4
  387. #define SSB_SPROM8_PA1LOB2 0x10D6
  388. #define SSB_SPROM8_PA1HIB0 0x10D8 /* 5.8GHz power amp settings */
  389. #define SSB_SPROM8_PA1HIB1 0x10DA
  390. #define SSB_SPROM8_PA1HIB2 0x10DC
  391. #define SSB_SPROM8_CCK2GPO 0x1140 /* CCK power offset */
  392. #define SSB_SPROM8_OFDM2GPO 0x1142 /* 2.4GHz OFDM power offset */
  393. #define SSB_SPROM8_OFDM5GPO 0x1146 /* 5.3GHz OFDM power offset */
  394. #define SSB_SPROM8_OFDM5GLPO 0x114A /* 5.2GHz OFDM power offset */
  395. #define SSB_SPROM8_OFDM5GHPO 0x114E /* 5.8GHz OFDM power offset */
  396. /* Values for SSB_SPROM1_BINF_CCODE */
  397. enum {
  398. SSB_SPROM1CCODE_WORLD = 0,
  399. SSB_SPROM1CCODE_THAILAND,
  400. SSB_SPROM1CCODE_ISRAEL,
  401. SSB_SPROM1CCODE_JORDAN,
  402. SSB_SPROM1CCODE_CHINA,
  403. SSB_SPROM1CCODE_JAPAN,
  404. SSB_SPROM1CCODE_USA_CANADA_ANZ,
  405. SSB_SPROM1CCODE_EUROPE,
  406. SSB_SPROM1CCODE_USA_LOW,
  407. SSB_SPROM1CCODE_JAPAN_HIGH,
  408. SSB_SPROM1CCODE_ALL,
  409. SSB_SPROM1CCODE_NONE,
  410. };
  411. /* Address-Match values and masks (SSB_ADMATCHxxx) */
  412. #define SSB_ADM_TYPE 0x00000003 /* Address type */
  413. #define SSB_ADM_TYPE0 0
  414. #define SSB_ADM_TYPE1 1
  415. #define SSB_ADM_TYPE2 2
  416. #define SSB_ADM_AD64 0x00000004
  417. #define SSB_ADM_SZ0 0x000000F8 /* Type0 size */
  418. #define SSB_ADM_SZ0_SHIFT 3
  419. #define SSB_ADM_SZ1 0x000001F8 /* Type1 size */
  420. #define SSB_ADM_SZ1_SHIFT 3
  421. #define SSB_ADM_SZ2 0x000001F8 /* Type2 size */
  422. #define SSB_ADM_SZ2_SHIFT 3
  423. #define SSB_ADM_EN 0x00000400 /* Enable */
  424. #define SSB_ADM_NEG 0x00000800 /* Negative decode */
  425. #define SSB_ADM_BASE0 0xFFFFFF00 /* Type0 base address */
  426. #define SSB_ADM_BASE0_SHIFT 8
  427. #define SSB_ADM_BASE1 0xFFFFF000 /* Type1 base address for the core */
  428. #define SSB_ADM_BASE1_SHIFT 12
  429. #define SSB_ADM_BASE2 0xFFFF0000 /* Type2 base address for the core */
  430. #define SSB_ADM_BASE2_SHIFT 16
  431. #endif /* LINUX_SSB_REGS_H_ */