ar2315_regs.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. /*
  2. * Register definitions for AR2315+
  3. *
  4. * This file is subject to the terms and conditions of the GNU General Public
  5. * License. See the file "COPYING" in the main directory of this archive
  6. * for more details.
  7. *
  8. * Copyright (C) 2003 Atheros Communications, Inc., All Rights Reserved.
  9. * Copyright (C) 2006 FON Technology, SL.
  10. * Copyright (C) 2006 Imre Kaloz <kaloz@openwrt.org>
  11. * Copyright (C) 2006-2008 Felix Fietkau <nbd@openwrt.org>
  12. */
  13. #ifndef __ASM_MACH_ATH25_AR2315_REGS_H
  14. #define __ASM_MACH_ATH25_AR2315_REGS_H
  15. /*
  16. * IRQs
  17. */
  18. #define AR2315_IRQ_MISC (MIPS_CPU_IRQ_BASE + 2) /* C0_CAUSE: 0x0400 */
  19. #define AR2315_IRQ_WLAN0 (MIPS_CPU_IRQ_BASE + 3) /* C0_CAUSE: 0x0800 */
  20. #define AR2315_IRQ_ENET0 (MIPS_CPU_IRQ_BASE + 4) /* C0_CAUSE: 0x1000 */
  21. #define AR2315_IRQ_LCBUS_PCI (MIPS_CPU_IRQ_BASE + 5) /* C0_CAUSE: 0x2000 */
  22. #define AR2315_IRQ_WLAN0_POLL (MIPS_CPU_IRQ_BASE + 6) /* C0_CAUSE: 0x4000 */
  23. /*
  24. * Miscellaneous interrupts, which share IP2.
  25. */
  26. #define AR2315_MISC_IRQ_UART0 0
  27. #define AR2315_MISC_IRQ_I2C_RSVD 1
  28. #define AR2315_MISC_IRQ_SPI 2
  29. #define AR2315_MISC_IRQ_AHB 3
  30. #define AR2315_MISC_IRQ_APB 4
  31. #define AR2315_MISC_IRQ_TIMER 5
  32. #define AR2315_MISC_IRQ_GPIO 6
  33. #define AR2315_MISC_IRQ_WATCHDOG 7
  34. #define AR2315_MISC_IRQ_IR_RSVD 8
  35. #define AR2315_MISC_IRQ_COUNT 9
  36. /*
  37. * Address map
  38. */
  39. #define AR2315_SPI_READ_BASE 0x08000000 /* SPI flash */
  40. #define AR2315_SPI_READ_SIZE 0x01000000
  41. #define AR2315_WLAN0_BASE 0x10000000 /* Wireless MMR */
  42. #define AR2315_PCI_BASE 0x10100000 /* PCI MMR */
  43. #define AR2315_PCI_SIZE 0x00001000
  44. #define AR2315_SDRAMCTL_BASE 0x10300000 /* SDRAM MMR */
  45. #define AR2315_SDRAMCTL_SIZE 0x00000020
  46. #define AR2315_LOCAL_BASE 0x10400000 /* Local bus MMR */
  47. #define AR2315_ENET0_BASE 0x10500000 /* Ethernet MMR */
  48. #define AR2315_RST_BASE 0x11000000 /* Reset control MMR */
  49. #define AR2315_RST_SIZE 0x00000100
  50. #define AR2315_UART0_BASE 0x11100000 /* UART MMR */
  51. #define AR2315_SPI_MMR_BASE 0x11300000 /* SPI flash MMR */
  52. #define AR2315_SPI_MMR_SIZE 0x00000010
  53. #define AR2315_PCI_EXT_BASE 0x80000000 /* PCI external */
  54. #define AR2315_PCI_EXT_SIZE 0x40000000
  55. /*
  56. * Configuration registers
  57. */
  58. /* Cold reset register */
  59. #define AR2315_COLD_RESET 0x0000
  60. #define AR2315_RESET_COLD_AHB 0x00000001
  61. #define AR2315_RESET_COLD_APB 0x00000002
  62. #define AR2315_RESET_COLD_CPU 0x00000004
  63. #define AR2315_RESET_COLD_CPUWARM 0x00000008
  64. #define AR2315_RESET_SYSTEM (RESET_COLD_CPU |\
  65. RESET_COLD_APB |\
  66. RESET_COLD_AHB) /* full system */
  67. #define AR2317_RESET_SYSTEM 0x00000010
  68. /* Reset register */
  69. #define AR2315_RESET 0x0004
  70. #define AR2315_RESET_WARM_WLAN0_MAC 0x00000001 /* warm reset WLAN0 MAC */
  71. #define AR2315_RESET_WARM_WLAN0_BB 0x00000002 /* warm reset WLAN0 BB */
  72. #define AR2315_RESET_MPEGTS_RSVD 0x00000004 /* warm reset MPEG-TS */
  73. #define AR2315_RESET_PCIDMA 0x00000008 /* warm reset PCI ahb/dma */
  74. #define AR2315_RESET_MEMCTL 0x00000010 /* warm reset mem control */
  75. #define AR2315_RESET_LOCAL 0x00000020 /* warm reset local bus */
  76. #define AR2315_RESET_I2C_RSVD 0x00000040 /* warm reset I2C bus */
  77. #define AR2315_RESET_SPI 0x00000080 /* warm reset SPI iface */
  78. #define AR2315_RESET_UART0 0x00000100 /* warm reset UART0 */
  79. #define AR2315_RESET_IR_RSVD 0x00000200 /* warm reset IR iface */
  80. #define AR2315_RESET_EPHY0 0x00000400 /* cold reset ENET0 phy */
  81. #define AR2315_RESET_ENET0 0x00000800 /* cold reset ENET0 MAC */
  82. /* AHB master arbitration control */
  83. #define AR2315_AHB_ARB_CTL 0x0008
  84. #define AR2315_ARB_CPU 0x00000001 /* CPU, default */
  85. #define AR2315_ARB_WLAN 0x00000002 /* WLAN */
  86. #define AR2315_ARB_MPEGTS_RSVD 0x00000004 /* MPEG-TS */
  87. #define AR2315_ARB_LOCAL 0x00000008 /* Local bus */
  88. #define AR2315_ARB_PCI 0x00000010 /* PCI bus */
  89. #define AR2315_ARB_ETHERNET 0x00000020 /* Ethernet */
  90. #define AR2315_ARB_RETRY 0x00000100 /* Retry policy (debug) */
  91. /* Config Register */
  92. #define AR2315_ENDIAN_CTL 0x000c
  93. #define AR2315_CONFIG_AHB 0x00000001 /* EC-AHB bridge endian */
  94. #define AR2315_CONFIG_WLAN 0x00000002 /* WLAN byteswap */
  95. #define AR2315_CONFIG_MPEGTS_RSVD 0x00000004 /* MPEG-TS byteswap */
  96. #define AR2315_CONFIG_PCI 0x00000008 /* PCI byteswap */
  97. #define AR2315_CONFIG_MEMCTL 0x00000010 /* Mem controller endian */
  98. #define AR2315_CONFIG_LOCAL 0x00000020 /* Local bus byteswap */
  99. #define AR2315_CONFIG_ETHERNET 0x00000040 /* Ethernet byteswap */
  100. #define AR2315_CONFIG_MERGE 0x00000200 /* CPU write buffer merge */
  101. #define AR2315_CONFIG_CPU 0x00000400 /* CPU big endian */
  102. #define AR2315_CONFIG_BIG 0x00000400
  103. #define AR2315_CONFIG_PCIAHB 0x00000800
  104. #define AR2315_CONFIG_PCIAHB_BRIDGE 0x00001000
  105. #define AR2315_CONFIG_SPI 0x00008000 /* SPI byteswap */
  106. #define AR2315_CONFIG_CPU_DRAM 0x00010000
  107. #define AR2315_CONFIG_CPU_PCI 0x00020000
  108. #define AR2315_CONFIG_CPU_MMR 0x00040000
  109. /* NMI control */
  110. #define AR2315_NMI_CTL 0x0010
  111. #define AR2315_NMI_EN 1
  112. /* Revision Register - Initial value is 0x3010 (WMAC 3.0, AR231X 1.0). */
  113. #define AR2315_SREV 0x0014
  114. #define AR2315_REV_MAJ 0x000000f0
  115. #define AR2315_REV_MAJ_S 4
  116. #define AR2315_REV_MIN 0x0000000f
  117. #define AR2315_REV_MIN_S 0
  118. #define AR2315_REV_CHIP (AR2315_REV_MAJ | AR2315_REV_MIN)
  119. /* Interface Enable */
  120. #define AR2315_IF_CTL 0x0018
  121. #define AR2315_IF_MASK 0x00000007
  122. #define AR2315_IF_DISABLED 0 /* Disable all */
  123. #define AR2315_IF_PCI 1 /* PCI */
  124. #define AR2315_IF_TS_LOCAL 2 /* Local bus */
  125. #define AR2315_IF_ALL 3 /* Emulation only */
  126. #define AR2315_IF_LOCAL_HOST 0x00000008
  127. #define AR2315_IF_PCI_HOST 0x00000010
  128. #define AR2315_IF_PCI_INTR 0x00000020
  129. #define AR2315_IF_PCI_CLK_MASK 0x00030000
  130. #define AR2315_IF_PCI_CLK_INPUT 0
  131. #define AR2315_IF_PCI_CLK_OUTPUT_LOW 1
  132. #define AR2315_IF_PCI_CLK_OUTPUT_CLK 2
  133. #define AR2315_IF_PCI_CLK_OUTPUT_HIGH 3
  134. #define AR2315_IF_PCI_CLK_SHIFT 16
  135. /* APB Interrupt control */
  136. #define AR2315_ISR 0x0020
  137. #define AR2315_IMR 0x0024
  138. #define AR2315_GISR 0x0028
  139. #define AR2315_ISR_UART0 0x00000001 /* high speed UART */
  140. #define AR2315_ISR_I2C_RSVD 0x00000002 /* I2C bus */
  141. #define AR2315_ISR_SPI 0x00000004 /* SPI bus */
  142. #define AR2315_ISR_AHB 0x00000008 /* AHB error */
  143. #define AR2315_ISR_APB 0x00000010 /* APB error */
  144. #define AR2315_ISR_TIMER 0x00000020 /* Timer */
  145. #define AR2315_ISR_GPIO 0x00000040 /* GPIO */
  146. #define AR2315_ISR_WD 0x00000080 /* Watchdog */
  147. #define AR2315_ISR_IR_RSVD 0x00000100 /* IR */
  148. #define AR2315_GISR_MISC 0x00000001 /* Misc */
  149. #define AR2315_GISR_WLAN0 0x00000002 /* WLAN0 */
  150. #define AR2315_GISR_MPEGTS_RSVD 0x00000004 /* MPEG-TS */
  151. #define AR2315_GISR_LOCALPCI 0x00000008 /* Local/PCI bus */
  152. #define AR2315_GISR_WMACPOLL 0x00000010
  153. #define AR2315_GISR_TIMER 0x00000020
  154. #define AR2315_GISR_ETHERNET 0x00000040 /* Ethernet */
  155. /* Generic timer */
  156. #define AR2315_TIMER 0x0030
  157. #define AR2315_RELOAD 0x0034
  158. /* Watchdog timer */
  159. #define AR2315_WDT_TIMER 0x0038
  160. #define AR2315_WDT_CTRL 0x003c
  161. #define AR2315_WDT_CTRL_IGNORE 0x00000000 /* ignore expiration */
  162. #define AR2315_WDT_CTRL_NMI 0x00000001 /* NMI on watchdog */
  163. #define AR2315_WDT_CTRL_RESET 0x00000002 /* reset on watchdog */
  164. /* CPU Performance Counters */
  165. #define AR2315_PERFCNT0 0x0048
  166. #define AR2315_PERFCNT1 0x004c
  167. #define AR2315_PERF0_DATAHIT 0x00000001 /* Count Data Cache Hits */
  168. #define AR2315_PERF0_DATAMISS 0x00000002 /* Count Data Cache Misses */
  169. #define AR2315_PERF0_INSTHIT 0x00000004 /* Count Instruction Cache Hits */
  170. #define AR2315_PERF0_INSTMISS 0x00000008 /* Count Instruction Cache Misses */
  171. #define AR2315_PERF0_ACTIVE 0x00000010 /* Count Active Processor Cycles */
  172. #define AR2315_PERF0_WBHIT 0x00000020 /* Count CPU Write Buffer Hits */
  173. #define AR2315_PERF0_WBMISS 0x00000040 /* Count CPU Write Buffer Misses */
  174. #define AR2315_PERF1_EB_ARDY 0x00000001 /* Count EB_ARdy signal */
  175. #define AR2315_PERF1_EB_AVALID 0x00000002 /* Count EB_AValid signal */
  176. #define AR2315_PERF1_EB_WDRDY 0x00000004 /* Count EB_WDRdy signal */
  177. #define AR2315_PERF1_EB_RDVAL 0x00000008 /* Count EB_RdVal signal */
  178. #define AR2315_PERF1_VRADDR 0x00000010 /* Count valid read address cycles*/
  179. #define AR2315_PERF1_VWADDR 0x00000020 /* Count valid write address cycl.*/
  180. #define AR2315_PERF1_VWDATA 0x00000040 /* Count valid write data cycles */
  181. /* AHB Error Reporting */
  182. #define AR2315_AHB_ERR0 0x0050 /* error */
  183. #define AR2315_AHB_ERR1 0x0054 /* haddr */
  184. #define AR2315_AHB_ERR2 0x0058 /* hwdata */
  185. #define AR2315_AHB_ERR3 0x005c /* hrdata */
  186. #define AR2315_AHB_ERR4 0x0060 /* status */
  187. #define AR2315_AHB_ERROR_DET 1 /* AHB Error has been detected, */
  188. /* write 1 to clear all bits in ERR0 */
  189. #define AR2315_AHB_ERROR_OVR 2 /* AHB Error overflow has been detected */
  190. #define AR2315_AHB_ERROR_WDT 4 /* AHB Error due to wdt instead of hresp */
  191. #define AR2315_PROCERR_HMAST 0x0000000f
  192. #define AR2315_PROCERR_HMAST_DFLT 0
  193. #define AR2315_PROCERR_HMAST_WMAC 1
  194. #define AR2315_PROCERR_HMAST_ENET 2
  195. #define AR2315_PROCERR_HMAST_PCIENDPT 3
  196. #define AR2315_PROCERR_HMAST_LOCAL 4
  197. #define AR2315_PROCERR_HMAST_CPU 5
  198. #define AR2315_PROCERR_HMAST_PCITGT 6
  199. #define AR2315_PROCERR_HMAST_S 0
  200. #define AR2315_PROCERR_HWRITE 0x00000010
  201. #define AR2315_PROCERR_HSIZE 0x00000060
  202. #define AR2315_PROCERR_HSIZE_S 5
  203. #define AR2315_PROCERR_HTRANS 0x00000180
  204. #define AR2315_PROCERR_HTRANS_S 7
  205. #define AR2315_PROCERR_HBURST 0x00000e00
  206. #define AR2315_PROCERR_HBURST_S 9
  207. /* Clock Control */
  208. #define AR2315_PLLC_CTL 0x0064
  209. #define AR2315_PLLV_CTL 0x0068
  210. #define AR2315_CPUCLK 0x006c
  211. #define AR2315_AMBACLK 0x0070
  212. #define AR2315_SYNCCLK 0x0074
  213. #define AR2315_DSL_SLEEP_CTL 0x0080
  214. #define AR2315_DSL_SLEEP_DUR 0x0084
  215. /* PLLc Control fields */
  216. #define AR2315_PLLC_REF_DIV_M 0x00000003
  217. #define AR2315_PLLC_REF_DIV_S 0
  218. #define AR2315_PLLC_FDBACK_DIV_M 0x0000007c
  219. #define AR2315_PLLC_FDBACK_DIV_S 2
  220. #define AR2315_PLLC_ADD_FDBACK_DIV_M 0x00000080
  221. #define AR2315_PLLC_ADD_FDBACK_DIV_S 7
  222. #define AR2315_PLLC_CLKC_DIV_M 0x0001c000
  223. #define AR2315_PLLC_CLKC_DIV_S 14
  224. #define AR2315_PLLC_CLKM_DIV_M 0x00700000
  225. #define AR2315_PLLC_CLKM_DIV_S 20
  226. /* CPU CLK Control fields */
  227. #define AR2315_CPUCLK_CLK_SEL_M 0x00000003
  228. #define AR2315_CPUCLK_CLK_SEL_S 0
  229. #define AR2315_CPUCLK_CLK_DIV_M 0x0000000c
  230. #define AR2315_CPUCLK_CLK_DIV_S 2
  231. /* AMBA CLK Control fields */
  232. #define AR2315_AMBACLK_CLK_SEL_M 0x00000003
  233. #define AR2315_AMBACLK_CLK_SEL_S 0
  234. #define AR2315_AMBACLK_CLK_DIV_M 0x0000000c
  235. #define AR2315_AMBACLK_CLK_DIV_S 2
  236. /* PCI Clock Control */
  237. #define AR2315_PCICLK 0x00a4
  238. #define AR2315_PCICLK_INPUT_M 0x00000003
  239. #define AR2315_PCICLK_INPUT_S 0
  240. #define AR2315_PCICLK_PLLC_CLKM 0
  241. #define AR2315_PCICLK_PLLC_CLKM1 1
  242. #define AR2315_PCICLK_PLLC_CLKC 2
  243. #define AR2315_PCICLK_REF_CLK 3
  244. #define AR2315_PCICLK_DIV_M 0x0000000c
  245. #define AR2315_PCICLK_DIV_S 2
  246. #define AR2315_PCICLK_IN_FREQ 0
  247. #define AR2315_PCICLK_IN_FREQ_DIV_6 1
  248. #define AR2315_PCICLK_IN_FREQ_DIV_8 2
  249. #define AR2315_PCICLK_IN_FREQ_DIV_10 3
  250. /* Observation Control Register */
  251. #define AR2315_OCR 0x00b0
  252. #define AR2315_OCR_GPIO0_IRIN 0x00000040
  253. #define AR2315_OCR_GPIO1_IROUT 0x00000080
  254. #define AR2315_OCR_GPIO3_RXCLR 0x00000200
  255. /* General Clock Control */
  256. #define AR2315_MISCCLK 0x00b4
  257. #define AR2315_MISCCLK_PLLBYPASS_EN 0x00000001
  258. #define AR2315_MISCCLK_PROCREFCLK 0x00000002
  259. /*
  260. * SDRAM Controller
  261. * - No read or write buffers are included.
  262. */
  263. #define AR2315_MEM_CFG 0x0000
  264. #define AR2315_MEM_CTRL 0x000c
  265. #define AR2315_MEM_REF 0x0010
  266. #define AR2315_MEM_CFG_DATA_WIDTH_M 0x00006000
  267. #define AR2315_MEM_CFG_DATA_WIDTH_S 13
  268. #define AR2315_MEM_CFG_COL_WIDTH_M 0x00001e00
  269. #define AR2315_MEM_CFG_COL_WIDTH_S 9
  270. #define AR2315_MEM_CFG_ROW_WIDTH_M 0x000001e0
  271. #define AR2315_MEM_CFG_ROW_WIDTH_S 5
  272. #define AR2315_MEM_CFG_BANKADDR_BITS_M 0x00000018
  273. #define AR2315_MEM_CFG_BANKADDR_BITS_S 3
  274. /*
  275. * Local Bus Interface Registers
  276. */
  277. #define AR2315_LB_CONFIG 0x0000
  278. #define AR2315_LBCONF_OE 0x00000001 /* =1 OE is low-true */
  279. #define AR2315_LBCONF_CS0 0x00000002 /* =1 first CS is low-true */
  280. #define AR2315_LBCONF_CS1 0x00000004 /* =1 2nd CS is low-true */
  281. #define AR2315_LBCONF_RDY 0x00000008 /* =1 RDY is low-true */
  282. #define AR2315_LBCONF_WE 0x00000010 /* =1 Write En is low-true */
  283. #define AR2315_LBCONF_WAIT 0x00000020 /* =1 WAIT is low-true */
  284. #define AR2315_LBCONF_ADS 0x00000040 /* =1 Adr Strobe is low-true */
  285. #define AR2315_LBCONF_MOT 0x00000080 /* =0 Intel, =1 Motorola */
  286. #define AR2315_LBCONF_8CS 0x00000100 /* =1 8 bits CS, 0= 16bits */
  287. #define AR2315_LBCONF_8DS 0x00000200 /* =1 8 bits Data S, 0=16bits */
  288. #define AR2315_LBCONF_ADS_EN 0x00000400 /* =1 Enable ADS */
  289. #define AR2315_LBCONF_ADR_OE 0x00000800 /* =1 Adr cap on OE, WE or DS */
  290. #define AR2315_LBCONF_ADDT_MUX 0x00001000 /* =1 Adr and Data share bus */
  291. #define AR2315_LBCONF_DATA_OE 0x00002000 /* =1 Data cap on OE, WE, DS */
  292. #define AR2315_LBCONF_16DATA 0x00004000 /* =1 Data is 16 bits wide */
  293. #define AR2315_LBCONF_SWAPDT 0x00008000 /* =1 Byte swap data */
  294. #define AR2315_LBCONF_SYNC 0x00010000 /* =1 Bus synchronous to clk */
  295. #define AR2315_LBCONF_INT 0x00020000 /* =1 Intr is low true */
  296. #define AR2315_LBCONF_INT_CTR0 0x00000000 /* GND high-Z, Vdd is high-Z */
  297. #define AR2315_LBCONF_INT_CTR1 0x00040000 /* GND drive, Vdd is high-Z */
  298. #define AR2315_LBCONF_INT_CTR2 0x00080000 /* GND high-Z, Vdd drive */
  299. #define AR2315_LBCONF_INT_CTR3 0x000c0000 /* GND drive, Vdd drive */
  300. #define AR2315_LBCONF_RDY_WAIT 0x00100000 /* =1 RDY is negative of WAIT */
  301. #define AR2315_LBCONF_INT_PULSE 0x00200000 /* =1 Interrupt is a pulse */
  302. #define AR2315_LBCONF_ENABLE 0x00400000 /* =1 Falcon respond to LB */
  303. #define AR2315_LB_CLKSEL 0x0004
  304. #define AR2315_LBCLK_EXT 0x00000001 /* use external clk for lb */
  305. #define AR2315_LB_1MS 0x0008
  306. #define AR2315_LB1MS_MASK 0x0003ffff /* # of AHB clk cycles in 1ms */
  307. #define AR2315_LB_MISCCFG 0x000c
  308. #define AR2315_LBM_TXD_EN 0x00000001 /* Enable TXD for fragments */
  309. #define AR2315_LBM_RX_INTEN 0x00000002 /* Enable LB ints on RX ready */
  310. #define AR2315_LBM_MBOXWR_INTEN 0x00000004 /* Enable LB ints on mbox wr */
  311. #define AR2315_LBM_MBOXRD_INTEN 0x00000008 /* Enable LB ints on mbox rd */
  312. #define AR2315_LMB_DESCSWAP_EN 0x00000010 /* Byte swap desc enable */
  313. #define AR2315_LBM_TIMEOUT_M 0x00ffff80
  314. #define AR2315_LBM_TIMEOUT_S 7
  315. #define AR2315_LBM_PORTMUX 0x07000000
  316. #define AR2315_LB_RXTSOFF 0x0010
  317. #define AR2315_LB_TX_CHAIN_EN 0x0100
  318. #define AR2315_LB_TXEN_0 0x00000001
  319. #define AR2315_LB_TXEN_1 0x00000002
  320. #define AR2315_LB_TXEN_2 0x00000004
  321. #define AR2315_LB_TXEN_3 0x00000008
  322. #define AR2315_LB_TX_CHAIN_DIS 0x0104
  323. #define AR2315_LB_TX_DESC_PTR 0x0200
  324. #define AR2315_LB_RX_CHAIN_EN 0x0400
  325. #define AR2315_LB_RXEN 0x00000001
  326. #define AR2315_LB_RX_CHAIN_DIS 0x0404
  327. #define AR2315_LB_RX_DESC_PTR 0x0408
  328. #define AR2315_LB_INT_STATUS 0x0500
  329. #define AR2315_LB_INT_TX_DESC 0x00000001
  330. #define AR2315_LB_INT_TX_OK 0x00000002
  331. #define AR2315_LB_INT_TX_ERR 0x00000004
  332. #define AR2315_LB_INT_TX_EOF 0x00000008
  333. #define AR2315_LB_INT_RX_DESC 0x00000010
  334. #define AR2315_LB_INT_RX_OK 0x00000020
  335. #define AR2315_LB_INT_RX_ERR 0x00000040
  336. #define AR2315_LB_INT_RX_EOF 0x00000080
  337. #define AR2315_LB_INT_TX_TRUNC 0x00000100
  338. #define AR2315_LB_INT_TX_STARVE 0x00000200
  339. #define AR2315_LB_INT_LB_TIMEOUT 0x00000400
  340. #define AR2315_LB_INT_LB_ERR 0x00000800
  341. #define AR2315_LB_INT_MBOX_WR 0x00001000
  342. #define AR2315_LB_INT_MBOX_RD 0x00002000
  343. /* Bit definitions for INT MASK are the same as INT_STATUS */
  344. #define AR2315_LB_INT_MASK 0x0504
  345. #define AR2315_LB_INT_EN 0x0508
  346. #define AR2315_LB_MBOX 0x0600
  347. #endif /* __ASM_MACH_ATH25_AR2315_REGS_H */