au1000.h 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399
  1. /*
  2. *
  3. * BRIEF MODULE DESCRIPTION
  4. * Include file for Alchemy Semiconductor's Au1k CPU.
  5. *
  6. * Copyright 2000-2001, 2006-2008 MontaVista Software Inc.
  7. * Author: MontaVista Software, Inc. <source@mvista.com>
  8. *
  9. * This program is free software; you can redistribute it and/or modify it
  10. * under the terms of the GNU General Public License as published by the
  11. * Free Software Foundation; either version 2 of the License, or (at your
  12. * option) any later version.
  13. *
  14. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
  15. * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  16. * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
  17. * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  18. * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  19. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  20. * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  21. * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  22. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  23. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  24. *
  25. * You should have received a copy of the GNU General Public License along
  26. * with this program; if not, write to the Free Software Foundation, Inc.,
  27. * 675 Mass Ave, Cambridge, MA 02139, USA.
  28. */
  29. /*
  30. * some definitions add by takuzo@sm.sony.co.jp and sato@sm.sony.co.jp
  31. */
  32. #ifndef _AU1000_H_
  33. #define _AU1000_H_
  34. #ifndef _LANGUAGE_ASSEMBLY
  35. #include <linux/delay.h>
  36. #include <linux/types.h>
  37. #include <linux/io.h>
  38. #include <linux/irq.h>
  39. /* cpu pipeline flush */
  40. void static inline au_sync(void)
  41. {
  42. __asm__ volatile ("sync");
  43. }
  44. void static inline au_sync_udelay(int us)
  45. {
  46. __asm__ volatile ("sync");
  47. udelay(us);
  48. }
  49. void static inline au_sync_delay(int ms)
  50. {
  51. __asm__ volatile ("sync");
  52. mdelay(ms);
  53. }
  54. void static inline au_writeb(u8 val, unsigned long reg)
  55. {
  56. *(volatile u8 *)reg = val;
  57. }
  58. void static inline au_writew(u16 val, unsigned long reg)
  59. {
  60. *(volatile u16 *)reg = val;
  61. }
  62. void static inline au_writel(u32 val, unsigned long reg)
  63. {
  64. *(volatile u32 *)reg = val;
  65. }
  66. static inline u8 au_readb(unsigned long reg)
  67. {
  68. return *(volatile u8 *)reg;
  69. }
  70. static inline u16 au_readw(unsigned long reg)
  71. {
  72. return *(volatile u16 *)reg;
  73. }
  74. static inline u32 au_readl(unsigned long reg)
  75. {
  76. return *(volatile u32 *)reg;
  77. }
  78. /* Early Au1000 have a write-only SYS_CPUPLL register. */
  79. static inline int au1xxx_cpu_has_pll_wo(void)
  80. {
  81. switch (read_c0_prid()) {
  82. case 0x00030100: /* Au1000 DA */
  83. case 0x00030201: /* Au1000 HA */
  84. case 0x00030202: /* Au1000 HB */
  85. return 1;
  86. }
  87. return 0;
  88. }
  89. /* does CPU need CONFIG[OD] set to fix tons of errata? */
  90. static inline int au1xxx_cpu_needs_config_od(void)
  91. {
  92. /*
  93. * c0_config.od (bit 19) was write only (and read as 0) on the
  94. * early revisions of Alchemy SOCs. It disables the bus trans-
  95. * action overlapping and needs to be set to fix various errata.
  96. */
  97. switch (read_c0_prid()) {
  98. case 0x00030100: /* Au1000 DA */
  99. case 0x00030201: /* Au1000 HA */
  100. case 0x00030202: /* Au1000 HB */
  101. case 0x01030200: /* Au1500 AB */
  102. /*
  103. * Au1100/Au1200 errata actually keep silence about this bit,
  104. * so we set it just in case for those revisions that require
  105. * it to be set according to the (now gone) cpu_table.
  106. */
  107. case 0x02030200: /* Au1100 AB */
  108. case 0x02030201: /* Au1100 BA */
  109. case 0x02030202: /* Au1100 BC */
  110. case 0x04030201: /* Au1200 AC */
  111. return 1;
  112. }
  113. return 0;
  114. }
  115. #define ALCHEMY_CPU_UNKNOWN -1
  116. #define ALCHEMY_CPU_AU1000 0
  117. #define ALCHEMY_CPU_AU1500 1
  118. #define ALCHEMY_CPU_AU1100 2
  119. #define ALCHEMY_CPU_AU1550 3
  120. #define ALCHEMY_CPU_AU1200 4
  121. static inline int alchemy_get_cputype(void)
  122. {
  123. switch (read_c0_prid() & 0xffff0000) {
  124. case 0x00030000:
  125. return ALCHEMY_CPU_AU1000;
  126. break;
  127. case 0x01030000:
  128. return ALCHEMY_CPU_AU1500;
  129. break;
  130. case 0x02030000:
  131. return ALCHEMY_CPU_AU1100;
  132. break;
  133. case 0x03030000:
  134. return ALCHEMY_CPU_AU1550;
  135. break;
  136. case 0x04030000:
  137. case 0x05030000:
  138. return ALCHEMY_CPU_AU1200;
  139. break;
  140. }
  141. return ALCHEMY_CPU_UNKNOWN;
  142. }
  143. /* return number of uarts on a given cputype */
  144. static inline int alchemy_get_uarts(int type)
  145. {
  146. switch (type) {
  147. case ALCHEMY_CPU_AU1000:
  148. return 4;
  149. case ALCHEMY_CPU_AU1500:
  150. case ALCHEMY_CPU_AU1200:
  151. return 2;
  152. case ALCHEMY_CPU_AU1100:
  153. case ALCHEMY_CPU_AU1550:
  154. return 3;
  155. }
  156. return 0;
  157. }
  158. /* enable an UART block if it isn't already */
  159. static inline void alchemy_uart_enable(u32 uart_phys)
  160. {
  161. void __iomem *addr = (void __iomem *)KSEG1ADDR(uart_phys);
  162. /* reset, enable clock, deassert reset */
  163. if ((__raw_readl(addr + 0x100) & 3) != 3) {
  164. __raw_writel(0, addr + 0x100);
  165. wmb();
  166. __raw_writel(1, addr + 0x100);
  167. wmb();
  168. }
  169. __raw_writel(3, addr + 0x100);
  170. wmb();
  171. }
  172. static inline void alchemy_uart_disable(u32 uart_phys)
  173. {
  174. void __iomem *addr = (void __iomem *)KSEG1ADDR(uart_phys);
  175. __raw_writel(0, addr + 0x100); /* UART_MOD_CNTRL */
  176. wmb();
  177. }
  178. static inline void alchemy_uart_putchar(u32 uart_phys, u8 c)
  179. {
  180. void __iomem *base = (void __iomem *)KSEG1ADDR(uart_phys);
  181. int timeout, i;
  182. /* check LSR TX_EMPTY bit */
  183. timeout = 0xffffff;
  184. do {
  185. if (__raw_readl(base + 0x1c) & 0x20)
  186. break;
  187. /* slow down */
  188. for (i = 10000; i; i--)
  189. asm volatile ("nop");
  190. } while (--timeout);
  191. __raw_writel(c, base + 0x04); /* tx */
  192. wmb();
  193. }
  194. /* return number of ethernet MACs on a given cputype */
  195. static inline int alchemy_get_macs(int type)
  196. {
  197. switch (type) {
  198. case ALCHEMY_CPU_AU1000:
  199. case ALCHEMY_CPU_AU1500:
  200. case ALCHEMY_CPU_AU1550:
  201. return 2;
  202. case ALCHEMY_CPU_AU1100:
  203. return 1;
  204. }
  205. return 0;
  206. }
  207. /* arch/mips/au1000/common/clocks.c */
  208. extern void set_au1x00_speed(unsigned int new_freq);
  209. extern unsigned int get_au1x00_speed(void);
  210. extern void set_au1x00_uart_baud_base(unsigned long new_baud_base);
  211. extern unsigned long get_au1x00_uart_baud_base(void);
  212. extern unsigned long au1xxx_calc_clock(void);
  213. /* PM: arch/mips/alchemy/common/sleeper.S, power.c, irq.c */
  214. void alchemy_sleep_au1000(void);
  215. void alchemy_sleep_au1550(void);
  216. void au_sleep(void);
  217. /* USB: drivers/usb/host/alchemy-common.c */
  218. enum alchemy_usb_block {
  219. ALCHEMY_USB_OHCI0,
  220. ALCHEMY_USB_UDC0,
  221. ALCHEMY_USB_EHCI0,
  222. ALCHEMY_USB_OTG0,
  223. };
  224. int alchemy_usb_control(int block, int enable);
  225. /* PCI controller platform data */
  226. struct alchemy_pci_platdata {
  227. int (*board_map_irq)(const struct pci_dev *d, u8 slot, u8 pin);
  228. int (*board_pci_idsel)(unsigned int devsel, int assert);
  229. /* bits to set/clear in PCI_CONFIG register */
  230. unsigned long pci_cfg_set;
  231. unsigned long pci_cfg_clr;
  232. };
  233. /* SOC Interrupt numbers */
  234. #define AU1000_INTC0_INT_BASE (MIPS_CPU_IRQ_BASE + 8)
  235. #define AU1000_INTC0_INT_LAST (AU1000_INTC0_INT_BASE + 31)
  236. #define AU1000_INTC1_INT_BASE (AU1000_INTC0_INT_LAST + 1)
  237. #define AU1000_INTC1_INT_LAST (AU1000_INTC1_INT_BASE + 31)
  238. #define AU1000_MAX_INTR AU1000_INTC1_INT_LAST
  239. enum soc_au1000_ints {
  240. AU1000_FIRST_INT = AU1000_INTC0_INT_BASE,
  241. AU1000_UART0_INT = AU1000_FIRST_INT,
  242. AU1000_UART1_INT,
  243. AU1000_UART2_INT,
  244. AU1000_UART3_INT,
  245. AU1000_SSI0_INT,
  246. AU1000_SSI1_INT,
  247. AU1000_DMA_INT_BASE,
  248. AU1000_TOY_INT = AU1000_FIRST_INT + 14,
  249. AU1000_TOY_MATCH0_INT,
  250. AU1000_TOY_MATCH1_INT,
  251. AU1000_TOY_MATCH2_INT,
  252. AU1000_RTC_INT,
  253. AU1000_RTC_MATCH0_INT,
  254. AU1000_RTC_MATCH1_INT,
  255. AU1000_RTC_MATCH2_INT,
  256. AU1000_IRDA_TX_INT,
  257. AU1000_IRDA_RX_INT,
  258. AU1000_USB_DEV_REQ_INT,
  259. AU1000_USB_DEV_SUS_INT,
  260. AU1000_USB_HOST_INT,
  261. AU1000_ACSYNC_INT,
  262. AU1000_MAC0_DMA_INT,
  263. AU1000_MAC1_DMA_INT,
  264. AU1000_I2S_UO_INT,
  265. AU1000_AC97C_INT,
  266. AU1000_GPIO0_INT,
  267. AU1000_GPIO1_INT,
  268. AU1000_GPIO2_INT,
  269. AU1000_GPIO3_INT,
  270. AU1000_GPIO4_INT,
  271. AU1000_GPIO5_INT,
  272. AU1000_GPIO6_INT,
  273. AU1000_GPIO7_INT,
  274. AU1000_GPIO8_INT,
  275. AU1000_GPIO9_INT,
  276. AU1000_GPIO10_INT,
  277. AU1000_GPIO11_INT,
  278. AU1000_GPIO12_INT,
  279. AU1000_GPIO13_INT,
  280. AU1000_GPIO14_INT,
  281. AU1000_GPIO15_INT,
  282. AU1000_GPIO16_INT,
  283. AU1000_GPIO17_INT,
  284. AU1000_GPIO18_INT,
  285. AU1000_GPIO19_INT,
  286. AU1000_GPIO20_INT,
  287. AU1000_GPIO21_INT,
  288. AU1000_GPIO22_INT,
  289. AU1000_GPIO23_INT,
  290. AU1000_GPIO24_INT,
  291. AU1000_GPIO25_INT,
  292. AU1000_GPIO26_INT,
  293. AU1000_GPIO27_INT,
  294. AU1000_GPIO28_INT,
  295. AU1000_GPIO29_INT,
  296. AU1000_GPIO30_INT,
  297. AU1000_GPIO31_INT,
  298. };
  299. enum soc_au1100_ints {
  300. AU1100_FIRST_INT = AU1000_INTC0_INT_BASE,
  301. AU1100_UART0_INT = AU1100_FIRST_INT,
  302. AU1100_UART1_INT,
  303. AU1100_SD_INT,
  304. AU1100_UART3_INT,
  305. AU1100_SSI0_INT,
  306. AU1100_SSI1_INT,
  307. AU1100_DMA_INT_BASE,
  308. AU1100_TOY_INT = AU1100_FIRST_INT + 14,
  309. AU1100_TOY_MATCH0_INT,
  310. AU1100_TOY_MATCH1_INT,
  311. AU1100_TOY_MATCH2_INT,
  312. AU1100_RTC_INT,
  313. AU1100_RTC_MATCH0_INT,
  314. AU1100_RTC_MATCH1_INT,
  315. AU1100_RTC_MATCH2_INT,
  316. AU1100_IRDA_TX_INT,
  317. AU1100_IRDA_RX_INT,
  318. AU1100_USB_DEV_REQ_INT,
  319. AU1100_USB_DEV_SUS_INT,
  320. AU1100_USB_HOST_INT,
  321. AU1100_ACSYNC_INT,
  322. AU1100_MAC0_DMA_INT,
  323. AU1100_GPIO208_215_INT,
  324. AU1100_LCD_INT,
  325. AU1100_AC97C_INT,
  326. AU1100_GPIO0_INT,
  327. AU1100_GPIO1_INT,
  328. AU1100_GPIO2_INT,
  329. AU1100_GPIO3_INT,
  330. AU1100_GPIO4_INT,
  331. AU1100_GPIO5_INT,
  332. AU1100_GPIO6_INT,
  333. AU1100_GPIO7_INT,
  334. AU1100_GPIO8_INT,
  335. AU1100_GPIO9_INT,
  336. AU1100_GPIO10_INT,
  337. AU1100_GPIO11_INT,
  338. AU1100_GPIO12_INT,
  339. AU1100_GPIO13_INT,
  340. AU1100_GPIO14_INT,
  341. AU1100_GPIO15_INT,
  342. AU1100_GPIO16_INT,
  343. AU1100_GPIO17_INT,
  344. AU1100_GPIO18_INT,
  345. AU1100_GPIO19_INT,
  346. AU1100_GPIO20_INT,
  347. AU1100_GPIO21_INT,
  348. AU1100_GPIO22_INT,
  349. AU1100_GPIO23_INT,
  350. AU1100_GPIO24_INT,
  351. AU1100_GPIO25_INT,
  352. AU1100_GPIO26_INT,
  353. AU1100_GPIO27_INT,
  354. AU1100_GPIO28_INT,
  355. AU1100_GPIO29_INT,
  356. AU1100_GPIO30_INT,
  357. AU1100_GPIO31_INT,
  358. };
  359. enum soc_au1500_ints {
  360. AU1500_FIRST_INT = AU1000_INTC0_INT_BASE,
  361. AU1500_UART0_INT = AU1500_FIRST_INT,
  362. AU1500_PCI_INTA,
  363. AU1500_PCI_INTB,
  364. AU1500_UART3_INT,
  365. AU1500_PCI_INTC,
  366. AU1500_PCI_INTD,
  367. AU1500_DMA_INT_BASE,
  368. AU1500_TOY_INT = AU1500_FIRST_INT + 14,
  369. AU1500_TOY_MATCH0_INT,
  370. AU1500_TOY_MATCH1_INT,
  371. AU1500_TOY_MATCH2_INT,
  372. AU1500_RTC_INT,
  373. AU1500_RTC_MATCH0_INT,
  374. AU1500_RTC_MATCH1_INT,
  375. AU1500_RTC_MATCH2_INT,
  376. AU1500_PCI_ERR_INT,
  377. AU1500_RESERVED_INT,
  378. AU1500_USB_DEV_REQ_INT,
  379. AU1500_USB_DEV_SUS_INT,
  380. AU1500_USB_HOST_INT,
  381. AU1500_ACSYNC_INT,
  382. AU1500_MAC0_DMA_INT,
  383. AU1500_MAC1_DMA_INT,
  384. AU1500_AC97C_INT = AU1500_FIRST_INT + 31,
  385. AU1500_GPIO0_INT,
  386. AU1500_GPIO1_INT,
  387. AU1500_GPIO2_INT,
  388. AU1500_GPIO3_INT,
  389. AU1500_GPIO4_INT,
  390. AU1500_GPIO5_INT,
  391. AU1500_GPIO6_INT,
  392. AU1500_GPIO7_INT,
  393. AU1500_GPIO8_INT,
  394. AU1500_GPIO9_INT,
  395. AU1500_GPIO10_INT,
  396. AU1500_GPIO11_INT,
  397. AU1500_GPIO12_INT,
  398. AU1500_GPIO13_INT,
  399. AU1500_GPIO14_INT,
  400. AU1500_GPIO15_INT,
  401. AU1500_GPIO200_INT,
  402. AU1500_GPIO201_INT,
  403. AU1500_GPIO202_INT,
  404. AU1500_GPIO203_INT,
  405. AU1500_GPIO20_INT,
  406. AU1500_GPIO204_INT,
  407. AU1500_GPIO205_INT,
  408. AU1500_GPIO23_INT,
  409. AU1500_GPIO24_INT,
  410. AU1500_GPIO25_INT,
  411. AU1500_GPIO26_INT,
  412. AU1500_GPIO27_INT,
  413. AU1500_GPIO28_INT,
  414. AU1500_GPIO206_INT,
  415. AU1500_GPIO207_INT,
  416. AU1500_GPIO208_215_INT,
  417. };
  418. enum soc_au1550_ints {
  419. AU1550_FIRST_INT = AU1000_INTC0_INT_BASE,
  420. AU1550_UART0_INT = AU1550_FIRST_INT,
  421. AU1550_PCI_INTA,
  422. AU1550_PCI_INTB,
  423. AU1550_DDMA_INT,
  424. AU1550_CRYPTO_INT,
  425. AU1550_PCI_INTC,
  426. AU1550_PCI_INTD,
  427. AU1550_PCI_RST_INT,
  428. AU1550_UART1_INT,
  429. AU1550_UART3_INT,
  430. AU1550_PSC0_INT,
  431. AU1550_PSC1_INT,
  432. AU1550_PSC2_INT,
  433. AU1550_PSC3_INT,
  434. AU1550_TOY_INT,
  435. AU1550_TOY_MATCH0_INT,
  436. AU1550_TOY_MATCH1_INT,
  437. AU1550_TOY_MATCH2_INT,
  438. AU1550_RTC_INT,
  439. AU1550_RTC_MATCH0_INT,
  440. AU1550_RTC_MATCH1_INT,
  441. AU1550_RTC_MATCH2_INT,
  442. AU1550_NAND_INT = AU1550_FIRST_INT + 23,
  443. AU1550_USB_DEV_REQ_INT,
  444. AU1550_USB_DEV_SUS_INT,
  445. AU1550_USB_HOST_INT,
  446. AU1550_MAC0_DMA_INT,
  447. AU1550_MAC1_DMA_INT,
  448. AU1550_GPIO0_INT = AU1550_FIRST_INT + 32,
  449. AU1550_GPIO1_INT,
  450. AU1550_GPIO2_INT,
  451. AU1550_GPIO3_INT,
  452. AU1550_GPIO4_INT,
  453. AU1550_GPIO5_INT,
  454. AU1550_GPIO6_INT,
  455. AU1550_GPIO7_INT,
  456. AU1550_GPIO8_INT,
  457. AU1550_GPIO9_INT,
  458. AU1550_GPIO10_INT,
  459. AU1550_GPIO11_INT,
  460. AU1550_GPIO12_INT,
  461. AU1550_GPIO13_INT,
  462. AU1550_GPIO14_INT,
  463. AU1550_GPIO15_INT,
  464. AU1550_GPIO200_INT,
  465. AU1550_GPIO201_205_INT, /* Logical or of GPIO201:205 */
  466. AU1550_GPIO16_INT,
  467. AU1550_GPIO17_INT,
  468. AU1550_GPIO20_INT,
  469. AU1550_GPIO21_INT,
  470. AU1550_GPIO22_INT,
  471. AU1550_GPIO23_INT,
  472. AU1550_GPIO24_INT,
  473. AU1550_GPIO25_INT,
  474. AU1550_GPIO26_INT,
  475. AU1550_GPIO27_INT,
  476. AU1550_GPIO28_INT,
  477. AU1550_GPIO206_INT,
  478. AU1550_GPIO207_INT,
  479. AU1550_GPIO208_215_INT, /* Logical or of GPIO208:215 */
  480. };
  481. enum soc_au1200_ints {
  482. AU1200_FIRST_INT = AU1000_INTC0_INT_BASE,
  483. AU1200_UART0_INT = AU1200_FIRST_INT,
  484. AU1200_SWT_INT,
  485. AU1200_SD_INT,
  486. AU1200_DDMA_INT,
  487. AU1200_MAE_BE_INT,
  488. AU1200_GPIO200_INT,
  489. AU1200_GPIO201_INT,
  490. AU1200_GPIO202_INT,
  491. AU1200_UART1_INT,
  492. AU1200_MAE_FE_INT,
  493. AU1200_PSC0_INT,
  494. AU1200_PSC1_INT,
  495. AU1200_AES_INT,
  496. AU1200_CAMERA_INT,
  497. AU1200_TOY_INT,
  498. AU1200_TOY_MATCH0_INT,
  499. AU1200_TOY_MATCH1_INT,
  500. AU1200_TOY_MATCH2_INT,
  501. AU1200_RTC_INT,
  502. AU1200_RTC_MATCH0_INT,
  503. AU1200_RTC_MATCH1_INT,
  504. AU1200_RTC_MATCH2_INT,
  505. AU1200_GPIO203_INT,
  506. AU1200_NAND_INT,
  507. AU1200_GPIO204_INT,
  508. AU1200_GPIO205_INT,
  509. AU1200_GPIO206_INT,
  510. AU1200_GPIO207_INT,
  511. AU1200_GPIO208_215_INT, /* Logical OR of 208:215 */
  512. AU1200_USB_INT,
  513. AU1200_LCD_INT,
  514. AU1200_MAE_BOTH_INT,
  515. AU1200_GPIO0_INT,
  516. AU1200_GPIO1_INT,
  517. AU1200_GPIO2_INT,
  518. AU1200_GPIO3_INT,
  519. AU1200_GPIO4_INT,
  520. AU1200_GPIO5_INT,
  521. AU1200_GPIO6_INT,
  522. AU1200_GPIO7_INT,
  523. AU1200_GPIO8_INT,
  524. AU1200_GPIO9_INT,
  525. AU1200_GPIO10_INT,
  526. AU1200_GPIO11_INT,
  527. AU1200_GPIO12_INT,
  528. AU1200_GPIO13_INT,
  529. AU1200_GPIO14_INT,
  530. AU1200_GPIO15_INT,
  531. AU1200_GPIO16_INT,
  532. AU1200_GPIO17_INT,
  533. AU1200_GPIO18_INT,
  534. AU1200_GPIO19_INT,
  535. AU1200_GPIO20_INT,
  536. AU1200_GPIO21_INT,
  537. AU1200_GPIO22_INT,
  538. AU1200_GPIO23_INT,
  539. AU1200_GPIO24_INT,
  540. AU1200_GPIO25_INT,
  541. AU1200_GPIO26_INT,
  542. AU1200_GPIO27_INT,
  543. AU1200_GPIO28_INT,
  544. AU1200_GPIO29_INT,
  545. AU1200_GPIO30_INT,
  546. AU1200_GPIO31_INT,
  547. };
  548. #endif /* !defined (_LANGUAGE_ASSEMBLY) */
  549. /*
  550. * Physical base addresses for integrated peripherals
  551. * 0..au1000 1..au1500 2..au1100 3..au1550 4..au1200
  552. */
  553. #define AU1000_AC97_PHYS_ADDR 0x10000000 /* 012 */
  554. #define AU1000_USB_OHCI_PHYS_ADDR 0x10100000 /* 012 */
  555. #define AU1000_USB_UDC_PHYS_ADDR 0x10200000 /* 0123 */
  556. #define AU1000_IRDA_PHYS_ADDR 0x10300000 /* 02 */
  557. #define AU1200_AES_PHYS_ADDR 0x10300000 /* 4 */
  558. #define AU1000_IC0_PHYS_ADDR 0x10400000 /* 01234 */
  559. #define AU1000_MAC0_PHYS_ADDR 0x10500000 /* 023 */
  560. #define AU1000_MAC1_PHYS_ADDR 0x10510000 /* 023 */
  561. #define AU1000_MACEN_PHYS_ADDR 0x10520000 /* 023 */
  562. #define AU1100_SD0_PHYS_ADDR 0x10600000 /* 24 */
  563. #define AU1100_SD1_PHYS_ADDR 0x10680000 /* 24 */
  564. #define AU1550_PSC2_PHYS_ADDR 0x10A00000 /* 3 */
  565. #define AU1550_PSC3_PHYS_ADDR 0x10B00000 /* 3 */
  566. #define AU1000_I2S_PHYS_ADDR 0x11000000 /* 02 */
  567. #define AU1500_MAC0_PHYS_ADDR 0x11500000 /* 1 */
  568. #define AU1500_MAC1_PHYS_ADDR 0x11510000 /* 1 */
  569. #define AU1500_MACEN_PHYS_ADDR 0x11520000 /* 1 */
  570. #define AU1000_UART0_PHYS_ADDR 0x11100000 /* 01234 */
  571. #define AU1200_SWCNT_PHYS_ADDR 0x1110010C /* 4 */
  572. #define AU1000_UART1_PHYS_ADDR 0x11200000 /* 0234 */
  573. #define AU1000_UART2_PHYS_ADDR 0x11300000 /* 0 */
  574. #define AU1000_UART3_PHYS_ADDR 0x11400000 /* 0123 */
  575. #define AU1000_SSI0_PHYS_ADDR 0x11600000 /* 02 */
  576. #define AU1000_SSI1_PHYS_ADDR 0x11680000 /* 02 */
  577. #define AU1500_GPIO2_PHYS_ADDR 0x11700000 /* 1234 */
  578. #define AU1000_IC1_PHYS_ADDR 0x11800000 /* 01234 */
  579. #define AU1000_SYS_PHYS_ADDR 0x11900000 /* 01234 */
  580. #define AU1550_PSC0_PHYS_ADDR 0x11A00000 /* 34 */
  581. #define AU1550_PSC1_PHYS_ADDR 0x11B00000 /* 34 */
  582. #define AU1000_MEM_PHYS_ADDR 0x14000000 /* 01234 */
  583. #define AU1000_STATIC_MEM_PHYS_ADDR 0x14001000 /* 01234 */
  584. #define AU1000_DMA_PHYS_ADDR 0x14002000 /* 012 */
  585. #define AU1550_DBDMA_PHYS_ADDR 0x14002000 /* 34 */
  586. #define AU1550_DBDMA_CONF_PHYS_ADDR 0x14003000 /* 34 */
  587. #define AU1000_MACDMA0_PHYS_ADDR 0x14004000 /* 0123 */
  588. #define AU1000_MACDMA1_PHYS_ADDR 0x14004200 /* 0123 */
  589. #define AU1200_CIM_PHYS_ADDR 0x14004000 /* 4 */
  590. #define AU1500_PCI_PHYS_ADDR 0x14005000 /* 13 */
  591. #define AU1550_PE_PHYS_ADDR 0x14008000 /* 3 */
  592. #define AU1200_MAEBE_PHYS_ADDR 0x14010000 /* 4 */
  593. #define AU1200_MAEFE_PHYS_ADDR 0x14012000 /* 4 */
  594. #define AU1550_USB_OHCI_PHYS_ADDR 0x14020000 /* 3 */
  595. #define AU1200_USB_CTL_PHYS_ADDR 0x14020000 /* 4 */
  596. #define AU1200_USB_OTG_PHYS_ADDR 0x14020020 /* 4 */
  597. #define AU1200_USB_OHCI_PHYS_ADDR 0x14020100 /* 4 */
  598. #define AU1200_USB_EHCI_PHYS_ADDR 0x14020200 /* 4 */
  599. #define AU1200_USB_UDC_PHYS_ADDR 0x14022000 /* 4 */
  600. #define AU1100_LCD_PHYS_ADDR 0x15000000 /* 2 */
  601. #define AU1200_LCD_PHYS_ADDR 0x15000000 /* 4 */
  602. #define AU1500_PCI_MEM_PHYS_ADDR 0x400000000ULL /* 13 */
  603. #define AU1500_PCI_IO_PHYS_ADDR 0x500000000ULL /* 13 */
  604. #define AU1500_PCI_CONFIG0_PHYS_ADDR 0x600000000ULL /* 13 */
  605. #define AU1500_PCI_CONFIG1_PHYS_ADDR 0x680000000ULL /* 13 */
  606. #define AU1000_PCMCIA_IO_PHYS_ADDR 0xF00000000ULL /* 01234 */
  607. #define AU1000_PCMCIA_ATTR_PHYS_ADDR 0xF40000000ULL /* 01234 */
  608. #define AU1000_PCMCIA_MEM_PHYS_ADDR 0xF80000000ULL /* 01234 */
  609. /* Au1000 SDRAM memory controller register offsets */
  610. #define AU1000_MEM_SDMODE0 0x0000
  611. #define AU1000_MEM_SDMODE1 0x0004
  612. #define AU1000_MEM_SDMODE2 0x0008
  613. #define AU1000_MEM_SDADDR0 0x000C
  614. #define AU1000_MEM_SDADDR1 0x0010
  615. #define AU1000_MEM_SDADDR2 0x0014
  616. #define AU1000_MEM_SDREFCFG 0x0018
  617. #define AU1000_MEM_SDPRECMD 0x001C
  618. #define AU1000_MEM_SDAUTOREF 0x0020
  619. #define AU1000_MEM_SDWRMD0 0x0024
  620. #define AU1000_MEM_SDWRMD1 0x0028
  621. #define AU1000_MEM_SDWRMD2 0x002C
  622. #define AU1000_MEM_SDSLEEP 0x0030
  623. #define AU1000_MEM_SDSMCKE 0x0034
  624. /* MEM_SDMODE register content definitions */
  625. #define MEM_SDMODE_F (1 << 22)
  626. #define MEM_SDMODE_SR (1 << 21)
  627. #define MEM_SDMODE_BS (1 << 20)
  628. #define MEM_SDMODE_RS (3 << 18)
  629. #define MEM_SDMODE_CS (7 << 15)
  630. #define MEM_SDMODE_TRAS (15 << 11)
  631. #define MEM_SDMODE_TMRD (3 << 9)
  632. #define MEM_SDMODE_TWR (3 << 7)
  633. #define MEM_SDMODE_TRP (3 << 5)
  634. #define MEM_SDMODE_TRCD (3 << 3)
  635. #define MEM_SDMODE_TCL (7 << 0)
  636. #define MEM_SDMODE_BS_2Bank (0 << 20)
  637. #define MEM_SDMODE_BS_4Bank (1 << 20)
  638. #define MEM_SDMODE_RS_11Row (0 << 18)
  639. #define MEM_SDMODE_RS_12Row (1 << 18)
  640. #define MEM_SDMODE_RS_13Row (2 << 18)
  641. #define MEM_SDMODE_RS_N(N) ((N) << 18)
  642. #define MEM_SDMODE_CS_7Col (0 << 15)
  643. #define MEM_SDMODE_CS_8Col (1 << 15)
  644. #define MEM_SDMODE_CS_9Col (2 << 15)
  645. #define MEM_SDMODE_CS_10Col (3 << 15)
  646. #define MEM_SDMODE_CS_11Col (4 << 15)
  647. #define MEM_SDMODE_CS_N(N) ((N) << 15)
  648. #define MEM_SDMODE_TRAS_N(N) ((N) << 11)
  649. #define MEM_SDMODE_TMRD_N(N) ((N) << 9)
  650. #define MEM_SDMODE_TWR_N(N) ((N) << 7)
  651. #define MEM_SDMODE_TRP_N(N) ((N) << 5)
  652. #define MEM_SDMODE_TRCD_N(N) ((N) << 3)
  653. #define MEM_SDMODE_TCL_N(N) ((N) << 0)
  654. /* MEM_SDADDR register contents definitions */
  655. #define MEM_SDADDR_E (1 << 20)
  656. #define MEM_SDADDR_CSBA (0x03FF << 10)
  657. #define MEM_SDADDR_CSMASK (0x03FF << 0)
  658. #define MEM_SDADDR_CSBA_N(N) ((N) & (0x03FF << 22) >> 12)
  659. #define MEM_SDADDR_CSMASK_N(N) ((N)&(0x03FF << 22) >> 22)
  660. /* MEM_SDREFCFG register content definitions */
  661. #define MEM_SDREFCFG_TRC (15 << 28)
  662. #define MEM_SDREFCFG_TRPM (3 << 26)
  663. #define MEM_SDREFCFG_E (1 << 25)
  664. #define MEM_SDREFCFG_RE (0x1ffffff << 0)
  665. #define MEM_SDREFCFG_TRC_N(N) ((N) << MEM_SDREFCFG_TRC)
  666. #define MEM_SDREFCFG_TRPM_N(N) ((N) << MEM_SDREFCFG_TRPM)
  667. #define MEM_SDREFCFG_REF_N(N) (N)
  668. /* Au1550 SDRAM Register Offsets */
  669. #define AU1550_MEM_SDMODE0 0x0800
  670. #define AU1550_MEM_SDMODE1 0x0808
  671. #define AU1550_MEM_SDMODE2 0x0810
  672. #define AU1550_MEM_SDADDR0 0x0820
  673. #define AU1550_MEM_SDADDR1 0x0828
  674. #define AU1550_MEM_SDADDR2 0x0830
  675. #define AU1550_MEM_SDCONFIGA 0x0840
  676. #define AU1550_MEM_SDCONFIGB 0x0848
  677. #define AU1550_MEM_SDSTAT 0x0850
  678. #define AU1550_MEM_SDERRADDR 0x0858
  679. #define AU1550_MEM_SDSTRIDE0 0x0860
  680. #define AU1550_MEM_SDSTRIDE1 0x0868
  681. #define AU1550_MEM_SDSTRIDE2 0x0870
  682. #define AU1550_MEM_SDWRMD0 0x0880
  683. #define AU1550_MEM_SDWRMD1 0x0888
  684. #define AU1550_MEM_SDWRMD2 0x0890
  685. #define AU1550_MEM_SDPRECMD 0x08C0
  686. #define AU1550_MEM_SDAUTOREF 0x08C8
  687. #define AU1550_MEM_SDSREF 0x08D0
  688. #define AU1550_MEM_SDSLEEP MEM_SDSREF
  689. /* Static Bus Controller */
  690. #define MEM_STCFG0 0xB4001000
  691. #define MEM_STTIME0 0xB4001004
  692. #define MEM_STADDR0 0xB4001008
  693. #define MEM_STCFG1 0xB4001010
  694. #define MEM_STTIME1 0xB4001014
  695. #define MEM_STADDR1 0xB4001018
  696. #define MEM_STCFG2 0xB4001020
  697. #define MEM_STTIME2 0xB4001024
  698. #define MEM_STADDR2 0xB4001028
  699. #define MEM_STCFG3 0xB4001030
  700. #define MEM_STTIME3 0xB4001034
  701. #define MEM_STADDR3 0xB4001038
  702. #define MEM_STNDCTL 0xB4001100
  703. #define MEM_STSTAT 0xB4001104
  704. #define MEM_STNAND_CMD 0x0
  705. #define MEM_STNAND_ADDR 0x4
  706. #define MEM_STNAND_DATA 0x20
  707. /* Programmable Counters 0 and 1 */
  708. #define SYS_BASE 0xB1900000
  709. #define SYS_COUNTER_CNTRL (SYS_BASE + 0x14)
  710. # define SYS_CNTRL_E1S (1 << 23)
  711. # define SYS_CNTRL_T1S (1 << 20)
  712. # define SYS_CNTRL_M21 (1 << 19)
  713. # define SYS_CNTRL_M11 (1 << 18)
  714. # define SYS_CNTRL_M01 (1 << 17)
  715. # define SYS_CNTRL_C1S (1 << 16)
  716. # define SYS_CNTRL_BP (1 << 14)
  717. # define SYS_CNTRL_EN1 (1 << 13)
  718. # define SYS_CNTRL_BT1 (1 << 12)
  719. # define SYS_CNTRL_EN0 (1 << 11)
  720. # define SYS_CNTRL_BT0 (1 << 10)
  721. # define SYS_CNTRL_E0 (1 << 8)
  722. # define SYS_CNTRL_E0S (1 << 7)
  723. # define SYS_CNTRL_32S (1 << 5)
  724. # define SYS_CNTRL_T0S (1 << 4)
  725. # define SYS_CNTRL_M20 (1 << 3)
  726. # define SYS_CNTRL_M10 (1 << 2)
  727. # define SYS_CNTRL_M00 (1 << 1)
  728. # define SYS_CNTRL_C0S (1 << 0)
  729. /* Programmable Counter 0 Registers */
  730. #define SYS_TOYTRIM (SYS_BASE + 0)
  731. #define SYS_TOYWRITE (SYS_BASE + 4)
  732. #define SYS_TOYMATCH0 (SYS_BASE + 8)
  733. #define SYS_TOYMATCH1 (SYS_BASE + 0xC)
  734. #define SYS_TOYMATCH2 (SYS_BASE + 0x10)
  735. #define SYS_TOYREAD (SYS_BASE + 0x40)
  736. /* Programmable Counter 1 Registers */
  737. #define SYS_RTCTRIM (SYS_BASE + 0x44)
  738. #define SYS_RTCWRITE (SYS_BASE + 0x48)
  739. #define SYS_RTCMATCH0 (SYS_BASE + 0x4C)
  740. #define SYS_RTCMATCH1 (SYS_BASE + 0x50)
  741. #define SYS_RTCMATCH2 (SYS_BASE + 0x54)
  742. #define SYS_RTCREAD (SYS_BASE + 0x58)
  743. /* I2S Controller */
  744. #define I2S_DATA 0xB1000000
  745. # define I2S_DATA_MASK 0xffffff
  746. #define I2S_CONFIG 0xB1000004
  747. # define I2S_CONFIG_XU (1 << 25)
  748. # define I2S_CONFIG_XO (1 << 24)
  749. # define I2S_CONFIG_RU (1 << 23)
  750. # define I2S_CONFIG_RO (1 << 22)
  751. # define I2S_CONFIG_TR (1 << 21)
  752. # define I2S_CONFIG_TE (1 << 20)
  753. # define I2S_CONFIG_TF (1 << 19)
  754. # define I2S_CONFIG_RR (1 << 18)
  755. # define I2S_CONFIG_RE (1 << 17)
  756. # define I2S_CONFIG_RF (1 << 16)
  757. # define I2S_CONFIG_PD (1 << 11)
  758. # define I2S_CONFIG_LB (1 << 10)
  759. # define I2S_CONFIG_IC (1 << 9)
  760. # define I2S_CONFIG_FM_BIT 7
  761. # define I2S_CONFIG_FM_MASK (0x3 << I2S_CONFIG_FM_BIT)
  762. # define I2S_CONFIG_FM_I2S (0x0 << I2S_CONFIG_FM_BIT)
  763. # define I2S_CONFIG_FM_LJ (0x1 << I2S_CONFIG_FM_BIT)
  764. # define I2S_CONFIG_FM_RJ (0x2 << I2S_CONFIG_FM_BIT)
  765. # define I2S_CONFIG_TN (1 << 6)
  766. # define I2S_CONFIG_RN (1 << 5)
  767. # define I2S_CONFIG_SZ_BIT 0
  768. # define I2S_CONFIG_SZ_MASK (0x1F << I2S_CONFIG_SZ_BIT)
  769. #define I2S_CONTROL 0xB1000008
  770. # define I2S_CONTROL_D (1 << 1)
  771. # define I2S_CONTROL_CE (1 << 0)
  772. /* Ethernet Controllers */
  773. /* 4 byte offsets from AU1000_ETH_BASE */
  774. #define MAC_CONTROL 0x0
  775. # define MAC_RX_ENABLE (1 << 2)
  776. # define MAC_TX_ENABLE (1 << 3)
  777. # define MAC_DEF_CHECK (1 << 5)
  778. # define MAC_SET_BL(X) (((X) & 0x3) << 6)
  779. # define MAC_AUTO_PAD (1 << 8)
  780. # define MAC_DISABLE_RETRY (1 << 10)
  781. # define MAC_DISABLE_BCAST (1 << 11)
  782. # define MAC_LATE_COL (1 << 12)
  783. # define MAC_HASH_MODE (1 << 13)
  784. # define MAC_HASH_ONLY (1 << 15)
  785. # define MAC_PASS_ALL (1 << 16)
  786. # define MAC_INVERSE_FILTER (1 << 17)
  787. # define MAC_PROMISCUOUS (1 << 18)
  788. # define MAC_PASS_ALL_MULTI (1 << 19)
  789. # define MAC_FULL_DUPLEX (1 << 20)
  790. # define MAC_NORMAL_MODE 0
  791. # define MAC_INT_LOOPBACK (1 << 21)
  792. # define MAC_EXT_LOOPBACK (1 << 22)
  793. # define MAC_DISABLE_RX_OWN (1 << 23)
  794. # define MAC_BIG_ENDIAN (1 << 30)
  795. # define MAC_RX_ALL (1 << 31)
  796. #define MAC_ADDRESS_HIGH 0x4
  797. #define MAC_ADDRESS_LOW 0x8
  798. #define MAC_MCAST_HIGH 0xC
  799. #define MAC_MCAST_LOW 0x10
  800. #define MAC_MII_CNTRL 0x14
  801. # define MAC_MII_BUSY (1 << 0)
  802. # define MAC_MII_READ 0
  803. # define MAC_MII_WRITE (1 << 1)
  804. # define MAC_SET_MII_SELECT_REG(X) (((X) & 0x1f) << 6)
  805. # define MAC_SET_MII_SELECT_PHY(X) (((X) & 0x1f) << 11)
  806. #define MAC_MII_DATA 0x18
  807. #define MAC_FLOW_CNTRL 0x1C
  808. # define MAC_FLOW_CNTRL_BUSY (1 << 0)
  809. # define MAC_FLOW_CNTRL_ENABLE (1 << 1)
  810. # define MAC_PASS_CONTROL (1 << 2)
  811. # define MAC_SET_PAUSE(X) (((X) & 0xffff) << 16)
  812. #define MAC_VLAN1_TAG 0x20
  813. #define MAC_VLAN2_TAG 0x24
  814. /* Ethernet Controller Enable */
  815. # define MAC_EN_CLOCK_ENABLE (1 << 0)
  816. # define MAC_EN_RESET0 (1 << 1)
  817. # define MAC_EN_TOSS (0 << 2)
  818. # define MAC_EN_CACHEABLE (1 << 3)
  819. # define MAC_EN_RESET1 (1 << 4)
  820. # define MAC_EN_RESET2 (1 << 5)
  821. # define MAC_DMA_RESET (1 << 6)
  822. /* Ethernet Controller DMA Channels */
  823. #define MAC0_TX_DMA_ADDR 0xB4004000
  824. #define MAC1_TX_DMA_ADDR 0xB4004200
  825. /* offsets from MAC_TX_RING_ADDR address */
  826. #define MAC_TX_BUFF0_STATUS 0x0
  827. # define TX_FRAME_ABORTED (1 << 0)
  828. # define TX_JAB_TIMEOUT (1 << 1)
  829. # define TX_NO_CARRIER (1 << 2)
  830. # define TX_LOSS_CARRIER (1 << 3)
  831. # define TX_EXC_DEF (1 << 4)
  832. # define TX_LATE_COLL_ABORT (1 << 5)
  833. # define TX_EXC_COLL (1 << 6)
  834. # define TX_UNDERRUN (1 << 7)
  835. # define TX_DEFERRED (1 << 8)
  836. # define TX_LATE_COLL (1 << 9)
  837. # define TX_COLL_CNT_MASK (0xF << 10)
  838. # define TX_PKT_RETRY (1 << 31)
  839. #define MAC_TX_BUFF0_ADDR 0x4
  840. # define TX_DMA_ENABLE (1 << 0)
  841. # define TX_T_DONE (1 << 1)
  842. # define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
  843. #define MAC_TX_BUFF0_LEN 0x8
  844. #define MAC_TX_BUFF1_STATUS 0x10
  845. #define MAC_TX_BUFF1_ADDR 0x14
  846. #define MAC_TX_BUFF1_LEN 0x18
  847. #define MAC_TX_BUFF2_STATUS 0x20
  848. #define MAC_TX_BUFF2_ADDR 0x24
  849. #define MAC_TX_BUFF2_LEN 0x28
  850. #define MAC_TX_BUFF3_STATUS 0x30
  851. #define MAC_TX_BUFF3_ADDR 0x34
  852. #define MAC_TX_BUFF3_LEN 0x38
  853. #define MAC0_RX_DMA_ADDR 0xB4004100
  854. #define MAC1_RX_DMA_ADDR 0xB4004300
  855. /* offsets from MAC_RX_RING_ADDR */
  856. #define MAC_RX_BUFF0_STATUS 0x0
  857. # define RX_FRAME_LEN_MASK 0x3fff
  858. # define RX_WDOG_TIMER (1 << 14)
  859. # define RX_RUNT (1 << 15)
  860. # define RX_OVERLEN (1 << 16)
  861. # define RX_COLL (1 << 17)
  862. # define RX_ETHER (1 << 18)
  863. # define RX_MII_ERROR (1 << 19)
  864. # define RX_DRIBBLING (1 << 20)
  865. # define RX_CRC_ERROR (1 << 21)
  866. # define RX_VLAN1 (1 << 22)
  867. # define RX_VLAN2 (1 << 23)
  868. # define RX_LEN_ERROR (1 << 24)
  869. # define RX_CNTRL_FRAME (1 << 25)
  870. # define RX_U_CNTRL_FRAME (1 << 26)
  871. # define RX_MCAST_FRAME (1 << 27)
  872. # define RX_BCAST_FRAME (1 << 28)
  873. # define RX_FILTER_FAIL (1 << 29)
  874. # define RX_PACKET_FILTER (1 << 30)
  875. # define RX_MISSED_FRAME (1 << 31)
  876. # define RX_ERROR (RX_WDOG_TIMER | RX_RUNT | RX_OVERLEN | \
  877. RX_COLL | RX_MII_ERROR | RX_CRC_ERROR | \
  878. RX_LEN_ERROR | RX_U_CNTRL_FRAME | RX_MISSED_FRAME)
  879. #define MAC_RX_BUFF0_ADDR 0x4
  880. # define RX_DMA_ENABLE (1 << 0)
  881. # define RX_T_DONE (1 << 1)
  882. # define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
  883. # define RX_SET_BUFF_ADDR(X) ((X) & 0xffffffc0)
  884. #define MAC_RX_BUFF1_STATUS 0x10
  885. #define MAC_RX_BUFF1_ADDR 0x14
  886. #define MAC_RX_BUFF2_STATUS 0x20
  887. #define MAC_RX_BUFF2_ADDR 0x24
  888. #define MAC_RX_BUFF3_STATUS 0x30
  889. #define MAC_RX_BUFF3_ADDR 0x34
  890. #define UART_RX 0 /* Receive buffer */
  891. #define UART_TX 4 /* Transmit buffer */
  892. #define UART_IER 8 /* Interrupt Enable Register */
  893. #define UART_IIR 0xC /* Interrupt ID Register */
  894. #define UART_FCR 0x10 /* FIFO Control Register */
  895. #define UART_LCR 0x14 /* Line Control Register */
  896. #define UART_MCR 0x18 /* Modem Control Register */
  897. #define UART_LSR 0x1C /* Line Status Register */
  898. #define UART_MSR 0x20 /* Modem Status Register */
  899. #define UART_CLK 0x28 /* Baud Rate Clock Divider */
  900. #define UART_MOD_CNTRL 0x100 /* Module Control */
  901. /* SSIO */
  902. #define SSI0_STATUS 0xB1600000
  903. # define SSI_STATUS_BF (1 << 4)
  904. # define SSI_STATUS_OF (1 << 3)
  905. # define SSI_STATUS_UF (1 << 2)
  906. # define SSI_STATUS_D (1 << 1)
  907. # define SSI_STATUS_B (1 << 0)
  908. #define SSI0_INT 0xB1600004
  909. # define SSI_INT_OI (1 << 3)
  910. # define SSI_INT_UI (1 << 2)
  911. # define SSI_INT_DI (1 << 1)
  912. #define SSI0_INT_ENABLE 0xB1600008
  913. # define SSI_INTE_OIE (1 << 3)
  914. # define SSI_INTE_UIE (1 << 2)
  915. # define SSI_INTE_DIE (1 << 1)
  916. #define SSI0_CONFIG 0xB1600020
  917. # define SSI_CONFIG_AO (1 << 24)
  918. # define SSI_CONFIG_DO (1 << 23)
  919. # define SSI_CONFIG_ALEN_BIT 20
  920. # define SSI_CONFIG_ALEN_MASK (0x7 << 20)
  921. # define SSI_CONFIG_DLEN_BIT 16
  922. # define SSI_CONFIG_DLEN_MASK (0x7 << 16)
  923. # define SSI_CONFIG_DD (1 << 11)
  924. # define SSI_CONFIG_AD (1 << 10)
  925. # define SSI_CONFIG_BM_BIT 8
  926. # define SSI_CONFIG_BM_MASK (0x3 << 8)
  927. # define SSI_CONFIG_CE (1 << 7)
  928. # define SSI_CONFIG_DP (1 << 6)
  929. # define SSI_CONFIG_DL (1 << 5)
  930. # define SSI_CONFIG_EP (1 << 4)
  931. #define SSI0_ADATA 0xB1600024
  932. # define SSI_AD_D (1 << 24)
  933. # define SSI_AD_ADDR_BIT 16
  934. # define SSI_AD_ADDR_MASK (0xff << 16)
  935. # define SSI_AD_DATA_BIT 0
  936. # define SSI_AD_DATA_MASK (0xfff << 0)
  937. #define SSI0_CLKDIV 0xB1600028
  938. #define SSI0_CONTROL 0xB1600100
  939. # define SSI_CONTROL_CD (1 << 1)
  940. # define SSI_CONTROL_E (1 << 0)
  941. /* SSI1 */
  942. #define SSI1_STATUS 0xB1680000
  943. #define SSI1_INT 0xB1680004
  944. #define SSI1_INT_ENABLE 0xB1680008
  945. #define SSI1_CONFIG 0xB1680020
  946. #define SSI1_ADATA 0xB1680024
  947. #define SSI1_CLKDIV 0xB1680028
  948. #define SSI1_ENABLE 0xB1680100
  949. /*
  950. * Register content definitions
  951. */
  952. #define SSI_STATUS_BF (1 << 4)
  953. #define SSI_STATUS_OF (1 << 3)
  954. #define SSI_STATUS_UF (1 << 2)
  955. #define SSI_STATUS_D (1 << 1)
  956. #define SSI_STATUS_B (1 << 0)
  957. /* SSI_INT */
  958. #define SSI_INT_OI (1 << 3)
  959. #define SSI_INT_UI (1 << 2)
  960. #define SSI_INT_DI (1 << 1)
  961. /* SSI_INTEN */
  962. #define SSI_INTEN_OIE (1 << 3)
  963. #define SSI_INTEN_UIE (1 << 2)
  964. #define SSI_INTEN_DIE (1 << 1)
  965. #define SSI_CONFIG_AO (1 << 24)
  966. #define SSI_CONFIG_DO (1 << 23)
  967. #define SSI_CONFIG_ALEN (7 << 20)
  968. #define SSI_CONFIG_DLEN (15 << 16)
  969. #define SSI_CONFIG_DD (1 << 11)
  970. #define SSI_CONFIG_AD (1 << 10)
  971. #define SSI_CONFIG_BM (3 << 8)
  972. #define SSI_CONFIG_CE (1 << 7)
  973. #define SSI_CONFIG_DP (1 << 6)
  974. #define SSI_CONFIG_DL (1 << 5)
  975. #define SSI_CONFIG_EP (1 << 4)
  976. #define SSI_CONFIG_ALEN_N(N) ((N-1) << 20)
  977. #define SSI_CONFIG_DLEN_N(N) ((N-1) << 16)
  978. #define SSI_CONFIG_BM_HI (0 << 8)
  979. #define SSI_CONFIG_BM_LO (1 << 8)
  980. #define SSI_CONFIG_BM_CY (2 << 8)
  981. #define SSI_ADATA_D (1 << 24)
  982. #define SSI_ADATA_ADDR (0xFF << 16)
  983. #define SSI_ADATA_DATA 0x0FFF
  984. #define SSI_ADATA_ADDR_N(N) (N << 16)
  985. #define SSI_ENABLE_CD (1 << 1)
  986. #define SSI_ENABLE_E (1 << 0)
  987. /* IrDA Controller */
  988. #define IRDA_BASE 0xB0300000
  989. #define IR_RING_PTR_STATUS (IRDA_BASE + 0x00)
  990. #define IR_RING_BASE_ADDR_H (IRDA_BASE + 0x04)
  991. #define IR_RING_BASE_ADDR_L (IRDA_BASE + 0x08)
  992. #define IR_RING_SIZE (IRDA_BASE + 0x0C)
  993. #define IR_RING_PROMPT (IRDA_BASE + 0x10)
  994. #define IR_RING_ADDR_CMPR (IRDA_BASE + 0x14)
  995. #define IR_INT_CLEAR (IRDA_BASE + 0x18)
  996. #define IR_CONFIG_1 (IRDA_BASE + 0x20)
  997. # define IR_RX_INVERT_LED (1 << 0)
  998. # define IR_TX_INVERT_LED (1 << 1)
  999. # define IR_ST (1 << 2)
  1000. # define IR_SF (1 << 3)
  1001. # define IR_SIR (1 << 4)
  1002. # define IR_MIR (1 << 5)
  1003. # define IR_FIR (1 << 6)
  1004. # define IR_16CRC (1 << 7)
  1005. # define IR_TD (1 << 8)
  1006. # define IR_RX_ALL (1 << 9)
  1007. # define IR_DMA_ENABLE (1 << 10)
  1008. # define IR_RX_ENABLE (1 << 11)
  1009. # define IR_TX_ENABLE (1 << 12)
  1010. # define IR_LOOPBACK (1 << 14)
  1011. # define IR_SIR_MODE (IR_SIR | IR_DMA_ENABLE | \
  1012. IR_RX_ALL | IR_RX_ENABLE | IR_SF | IR_16CRC)
  1013. #define IR_SIR_FLAGS (IRDA_BASE + 0x24)
  1014. #define IR_ENABLE (IRDA_BASE + 0x28)
  1015. # define IR_RX_STATUS (1 << 9)
  1016. # define IR_TX_STATUS (1 << 10)
  1017. #define IR_READ_PHY_CONFIG (IRDA_BASE + 0x2C)
  1018. #define IR_WRITE_PHY_CONFIG (IRDA_BASE + 0x30)
  1019. #define IR_MAX_PKT_LEN (IRDA_BASE + 0x34)
  1020. #define IR_RX_BYTE_CNT (IRDA_BASE + 0x38)
  1021. #define IR_CONFIG_2 (IRDA_BASE + 0x3C)
  1022. # define IR_MODE_INV (1 << 0)
  1023. # define IR_ONE_PIN (1 << 1)
  1024. #define IR_INTERFACE_CONFIG (IRDA_BASE + 0x40)
  1025. /* GPIO */
  1026. #define SYS_PINFUNC 0xB190002C
  1027. # define SYS_PF_USB (1 << 15) /* 2nd USB device/host */
  1028. # define SYS_PF_U3 (1 << 14) /* GPIO23/U3TXD */
  1029. # define SYS_PF_U2 (1 << 13) /* GPIO22/U2TXD */
  1030. # define SYS_PF_U1 (1 << 12) /* GPIO21/U1TXD */
  1031. # define SYS_PF_SRC (1 << 11) /* GPIO6/SROMCKE */
  1032. # define SYS_PF_CK5 (1 << 10) /* GPIO3/CLK5 */
  1033. # define SYS_PF_CK4 (1 << 9) /* GPIO2/CLK4 */
  1034. # define SYS_PF_IRF (1 << 8) /* GPIO15/IRFIRSEL */
  1035. # define SYS_PF_UR3 (1 << 7) /* GPIO[14:9]/UART3 */
  1036. # define SYS_PF_I2D (1 << 6) /* GPIO8/I2SDI */
  1037. # define SYS_PF_I2S (1 << 5) /* I2S/GPIO[29:31] */
  1038. # define SYS_PF_NI2 (1 << 4) /* NI2/GPIO[24:28] */
  1039. # define SYS_PF_U0 (1 << 3) /* U0TXD/GPIO20 */
  1040. # define SYS_PF_RD (1 << 2) /* IRTXD/GPIO19 */
  1041. # define SYS_PF_A97 (1 << 1) /* AC97/SSL1 */
  1042. # define SYS_PF_S0 (1 << 0) /* SSI_0/GPIO[16:18] */
  1043. /* Au1100 only */
  1044. # define SYS_PF_PC (1 << 18) /* PCMCIA/GPIO[207:204] */
  1045. # define SYS_PF_LCD (1 << 17) /* extern lcd/GPIO[203:200] */
  1046. # define SYS_PF_CS (1 << 16) /* EXTCLK0/32KHz to gpio2 */
  1047. # define SYS_PF_EX0 (1 << 9) /* GPIO2/clock */
  1048. /* Au1550 only. Redefines lots of pins */
  1049. # define SYS_PF_PSC2_MASK (7 << 17)
  1050. # define SYS_PF_PSC2_AC97 0
  1051. # define SYS_PF_PSC2_SPI 0
  1052. # define SYS_PF_PSC2_I2S (1 << 17)
  1053. # define SYS_PF_PSC2_SMBUS (3 << 17)
  1054. # define SYS_PF_PSC2_GPIO (7 << 17)
  1055. # define SYS_PF_PSC3_MASK (7 << 20)
  1056. # define SYS_PF_PSC3_AC97 0
  1057. # define SYS_PF_PSC3_SPI 0
  1058. # define SYS_PF_PSC3_I2S (1 << 20)
  1059. # define SYS_PF_PSC3_SMBUS (3 << 20)
  1060. # define SYS_PF_PSC3_GPIO (7 << 20)
  1061. # define SYS_PF_PSC1_S1 (1 << 1)
  1062. # define SYS_PF_MUST_BE_SET ((1 << 5) | (1 << 2))
  1063. /* Au1200 only */
  1064. #define SYS_PINFUNC_DMA (1 << 31)
  1065. #define SYS_PINFUNC_S0A (1 << 30)
  1066. #define SYS_PINFUNC_S1A (1 << 29)
  1067. #define SYS_PINFUNC_LP0 (1 << 28)
  1068. #define SYS_PINFUNC_LP1 (1 << 27)
  1069. #define SYS_PINFUNC_LD16 (1 << 26)
  1070. #define SYS_PINFUNC_LD8 (1 << 25)
  1071. #define SYS_PINFUNC_LD1 (1 << 24)
  1072. #define SYS_PINFUNC_LD0 (1 << 23)
  1073. #define SYS_PINFUNC_P1A (3 << 21)
  1074. #define SYS_PINFUNC_P1B (1 << 20)
  1075. #define SYS_PINFUNC_FS3 (1 << 19)
  1076. #define SYS_PINFUNC_P0A (3 << 17)
  1077. #define SYS_PINFUNC_CS (1 << 16)
  1078. #define SYS_PINFUNC_CIM (1 << 15)
  1079. #define SYS_PINFUNC_P1C (1 << 14)
  1080. #define SYS_PINFUNC_U1T (1 << 12)
  1081. #define SYS_PINFUNC_U1R (1 << 11)
  1082. #define SYS_PINFUNC_EX1 (1 << 10)
  1083. #define SYS_PINFUNC_EX0 (1 << 9)
  1084. #define SYS_PINFUNC_U0R (1 << 8)
  1085. #define SYS_PINFUNC_MC (1 << 7)
  1086. #define SYS_PINFUNC_S0B (1 << 6)
  1087. #define SYS_PINFUNC_S0C (1 << 5)
  1088. #define SYS_PINFUNC_P0B (1 << 4)
  1089. #define SYS_PINFUNC_U0T (1 << 3)
  1090. #define SYS_PINFUNC_S1B (1 << 2)
  1091. /* Power Management */
  1092. #define SYS_SCRATCH0 0xB1900018
  1093. #define SYS_SCRATCH1 0xB190001C
  1094. #define SYS_WAKEMSK 0xB1900034
  1095. #define SYS_ENDIAN 0xB1900038
  1096. #define SYS_POWERCTRL 0xB190003C
  1097. #define SYS_WAKESRC 0xB190005C
  1098. #define SYS_SLPPWR 0xB1900078
  1099. #define SYS_SLEEP 0xB190007C
  1100. #define SYS_WAKEMSK_D2 (1 << 9)
  1101. #define SYS_WAKEMSK_M2 (1 << 8)
  1102. #define SYS_WAKEMSK_GPIO(x) (1 << (x))
  1103. /* Clock Controller */
  1104. #define SYS_FREQCTRL0 0xB1900020
  1105. # define SYS_FC_FRDIV2_BIT 22
  1106. # define SYS_FC_FRDIV2_MASK (0xff << SYS_FC_FRDIV2_BIT)
  1107. # define SYS_FC_FE2 (1 << 21)
  1108. # define SYS_FC_FS2 (1 << 20)
  1109. # define SYS_FC_FRDIV1_BIT 12
  1110. # define SYS_FC_FRDIV1_MASK (0xff << SYS_FC_FRDIV1_BIT)
  1111. # define SYS_FC_FE1 (1 << 11)
  1112. # define SYS_FC_FS1 (1 << 10)
  1113. # define SYS_FC_FRDIV0_BIT 2
  1114. # define SYS_FC_FRDIV0_MASK (0xff << SYS_FC_FRDIV0_BIT)
  1115. # define SYS_FC_FE0 (1 << 1)
  1116. # define SYS_FC_FS0 (1 << 0)
  1117. #define SYS_FREQCTRL1 0xB1900024
  1118. # define SYS_FC_FRDIV5_BIT 22
  1119. # define SYS_FC_FRDIV5_MASK (0xff << SYS_FC_FRDIV5_BIT)
  1120. # define SYS_FC_FE5 (1 << 21)
  1121. # define SYS_FC_FS5 (1 << 20)
  1122. # define SYS_FC_FRDIV4_BIT 12
  1123. # define SYS_FC_FRDIV4_MASK (0xff << SYS_FC_FRDIV4_BIT)
  1124. # define SYS_FC_FE4 (1 << 11)
  1125. # define SYS_FC_FS4 (1 << 10)
  1126. # define SYS_FC_FRDIV3_BIT 2
  1127. # define SYS_FC_FRDIV3_MASK (0xff << SYS_FC_FRDIV3_BIT)
  1128. # define SYS_FC_FE3 (1 << 1)
  1129. # define SYS_FC_FS3 (1 << 0)
  1130. #define SYS_CLKSRC 0xB1900028
  1131. # define SYS_CS_ME1_BIT 27
  1132. # define SYS_CS_ME1_MASK (0x7 << SYS_CS_ME1_BIT)
  1133. # define SYS_CS_DE1 (1 << 26)
  1134. # define SYS_CS_CE1 (1 << 25)
  1135. # define SYS_CS_ME0_BIT 22
  1136. # define SYS_CS_ME0_MASK (0x7 << SYS_CS_ME0_BIT)
  1137. # define SYS_CS_DE0 (1 << 21)
  1138. # define SYS_CS_CE0 (1 << 20)
  1139. # define SYS_CS_MI2_BIT 17
  1140. # define SYS_CS_MI2_MASK (0x7 << SYS_CS_MI2_BIT)
  1141. # define SYS_CS_DI2 (1 << 16)
  1142. # define SYS_CS_CI2 (1 << 15)
  1143. # define SYS_CS_ML_BIT 7
  1144. # define SYS_CS_ML_MASK (0x7 << SYS_CS_ML_BIT)
  1145. # define SYS_CS_DL (1 << 6)
  1146. # define SYS_CS_CL (1 << 5)
  1147. # define SYS_CS_MUH_BIT 12
  1148. # define SYS_CS_MUH_MASK (0x7 << SYS_CS_MUH_BIT)
  1149. # define SYS_CS_DUH (1 << 11)
  1150. # define SYS_CS_CUH (1 << 10)
  1151. # define SYS_CS_MUD_BIT 7
  1152. # define SYS_CS_MUD_MASK (0x7 << SYS_CS_MUD_BIT)
  1153. # define SYS_CS_DUD (1 << 6)
  1154. # define SYS_CS_CUD (1 << 5)
  1155. # define SYS_CS_MIR_BIT 2
  1156. # define SYS_CS_MIR_MASK (0x7 << SYS_CS_MIR_BIT)
  1157. # define SYS_CS_DIR (1 << 1)
  1158. # define SYS_CS_CIR (1 << 0)
  1159. # define SYS_CS_MUX_AUX 0x1
  1160. # define SYS_CS_MUX_FQ0 0x2
  1161. # define SYS_CS_MUX_FQ1 0x3
  1162. # define SYS_CS_MUX_FQ2 0x4
  1163. # define SYS_CS_MUX_FQ3 0x5
  1164. # define SYS_CS_MUX_FQ4 0x6
  1165. # define SYS_CS_MUX_FQ5 0x7
  1166. #define SYS_CPUPLL 0xB1900060
  1167. #define SYS_AUXPLL 0xB1900064
  1168. /* AC97 Controller */
  1169. #define AC97C_CONFIG 0xB0000000
  1170. # define AC97C_RECV_SLOTS_BIT 13
  1171. # define AC97C_RECV_SLOTS_MASK (0x3ff << AC97C_RECV_SLOTS_BIT)
  1172. # define AC97C_XMIT_SLOTS_BIT 3
  1173. # define AC97C_XMIT_SLOTS_MASK (0x3ff << AC97C_XMIT_SLOTS_BIT)
  1174. # define AC97C_SG (1 << 2)
  1175. # define AC97C_SYNC (1 << 1)
  1176. # define AC97C_RESET (1 << 0)
  1177. #define AC97C_STATUS 0xB0000004
  1178. # define AC97C_XU (1 << 11)
  1179. # define AC97C_XO (1 << 10)
  1180. # define AC97C_RU (1 << 9)
  1181. # define AC97C_RO (1 << 8)
  1182. # define AC97C_READY (1 << 7)
  1183. # define AC97C_CP (1 << 6)
  1184. # define AC97C_TR (1 << 5)
  1185. # define AC97C_TE (1 << 4)
  1186. # define AC97C_TF (1 << 3)
  1187. # define AC97C_RR (1 << 2)
  1188. # define AC97C_RE (1 << 1)
  1189. # define AC97C_RF (1 << 0)
  1190. #define AC97C_DATA 0xB0000008
  1191. #define AC97C_CMD 0xB000000C
  1192. # define AC97C_WD_BIT 16
  1193. # define AC97C_READ (1 << 7)
  1194. # define AC97C_INDEX_MASK 0x7f
  1195. #define AC97C_CNTRL 0xB0000010
  1196. # define AC97C_RS (1 << 1)
  1197. # define AC97C_CE (1 << 0)
  1198. /* The PCI chip selects are outside the 32bit space, and since we can't
  1199. * just program the 36bit addresses into BARs, we have to take a chunk
  1200. * out of the 32bit space and reserve it for PCI. When these addresses
  1201. * are ioremap()ed, they'll be fixed up to the real 36bit address before
  1202. * being passed to the real ioremap function.
  1203. */
  1204. #define ALCHEMY_PCI_MEMWIN_START (AU1500_PCI_MEM_PHYS_ADDR >> 4)
  1205. #define ALCHEMY_PCI_MEMWIN_END (ALCHEMY_PCI_MEMWIN_START + 0x0FFFFFFF)
  1206. /* for PCI IO it's simpler because we get to do the ioremap ourselves and then
  1207. * adjust the device's resources.
  1208. */
  1209. #define ALCHEMY_PCI_IOWIN_START 0x00001000
  1210. #define ALCHEMY_PCI_IOWIN_END 0x0000FFFF
  1211. #ifdef CONFIG_PCI
  1212. #define IOPORT_RESOURCE_START 0x00001000 /* skip legacy probing */
  1213. #define IOPORT_RESOURCE_END 0xffffffff
  1214. #define IOMEM_RESOURCE_START 0x10000000
  1215. #define IOMEM_RESOURCE_END 0xfffffffffULL
  1216. #else
  1217. /* Don't allow any legacy ports probing */
  1218. #define IOPORT_RESOURCE_START 0x10000000
  1219. #define IOPORT_RESOURCE_END 0xffffffff
  1220. #define IOMEM_RESOURCE_START 0x10000000
  1221. #define IOMEM_RESOURCE_END 0xfffffffffULL
  1222. #endif
  1223. /* PCI controller block register offsets */
  1224. #define PCI_REG_CMEM 0x0000
  1225. #define PCI_REG_CONFIG 0x0004
  1226. #define PCI_REG_B2BMASK_CCH 0x0008
  1227. #define PCI_REG_B2BBASE0_VID 0x000C
  1228. #define PCI_REG_B2BBASE1_SID 0x0010
  1229. #define PCI_REG_MWMASK_DEV 0x0014
  1230. #define PCI_REG_MWBASE_REV_CCL 0x0018
  1231. #define PCI_REG_ERR_ADDR 0x001C
  1232. #define PCI_REG_SPEC_INTACK 0x0020
  1233. #define PCI_REG_ID 0x0100
  1234. #define PCI_REG_STATCMD 0x0104
  1235. #define PCI_REG_CLASSREV 0x0108
  1236. #define PCI_REG_PARAM 0x010C
  1237. #define PCI_REG_MBAR 0x0110
  1238. #define PCI_REG_TIMEOUT 0x0140
  1239. /* PCI controller block register bits */
  1240. #define PCI_CMEM_E (1 << 28) /* enable cacheable memory */
  1241. #define PCI_CMEM_CMBASE(x) (((x) & 0x3fff) << 14)
  1242. #define PCI_CMEM_CMMASK(x) ((x) & 0x3fff)
  1243. #define PCI_CONFIG_ERD (1 << 27) /* pci error during R/W */
  1244. #define PCI_CONFIG_ET (1 << 26) /* error in target mode */
  1245. #define PCI_CONFIG_EF (1 << 25) /* fatal error */
  1246. #define PCI_CONFIG_EP (1 << 24) /* parity error */
  1247. #define PCI_CONFIG_EM (1 << 23) /* multiple errors */
  1248. #define PCI_CONFIG_BM (1 << 22) /* bad master error */
  1249. #define PCI_CONFIG_PD (1 << 20) /* PCI Disable */
  1250. #define PCI_CONFIG_BME (1 << 19) /* Byte Mask Enable for reads */
  1251. #define PCI_CONFIG_NC (1 << 16) /* mark mem access non-coherent */
  1252. #define PCI_CONFIG_IA (1 << 15) /* INTA# enabled (target mode) */
  1253. #define PCI_CONFIG_IP (1 << 13) /* int on PCI_PERR# */
  1254. #define PCI_CONFIG_IS (1 << 12) /* int on PCI_SERR# */
  1255. #define PCI_CONFIG_IMM (1 << 11) /* int on master abort */
  1256. #define PCI_CONFIG_ITM (1 << 10) /* int on target abort (as master) */
  1257. #define PCI_CONFIG_ITT (1 << 9) /* int on target abort (as target) */
  1258. #define PCI_CONFIG_IPB (1 << 8) /* int on PERR# in bus master acc */
  1259. #define PCI_CONFIG_SIC_NO (0 << 6) /* no byte mask changes */
  1260. #define PCI_CONFIG_SIC_BA_ADR (1 << 6) /* on byte/hw acc, invert adr bits */
  1261. #define PCI_CONFIG_SIC_HWA_DAT (2 << 6) /* on halfword acc, swap data */
  1262. #define PCI_CONFIG_SIC_ALL (3 << 6) /* swap data bytes on all accesses */
  1263. #define PCI_CONFIG_ST (1 << 5) /* swap data by target transactions */
  1264. #define PCI_CONFIG_SM (1 << 4) /* swap data from PCI ctl */
  1265. #define PCI_CONFIG_AEN (1 << 3) /* enable internal arbiter */
  1266. #define PCI_CONFIG_R2H (1 << 2) /* REQ2# to hi-prio arbiter */
  1267. #define PCI_CONFIG_R1H (1 << 1) /* REQ1# to hi-prio arbiter */
  1268. #define PCI_CONFIG_CH (1 << 0) /* PCI ctl to hi-prio arbiter */
  1269. #define PCI_B2BMASK_B2BMASK(x) (((x) & 0xffff) << 16)
  1270. #define PCI_B2BMASK_CCH(x) ((x) & 0xffff) /* 16 upper bits of class code */
  1271. #define PCI_B2BBASE0_VID_B0(x) (((x) & 0xffff) << 16)
  1272. #define PCI_B2BBASE0_VID_SV(x) ((x) & 0xffff)
  1273. #define PCI_B2BBASE1_SID_B1(x) (((x) & 0xffff) << 16)
  1274. #define PCI_B2BBASE1_SID_SI(x) ((x) & 0xffff)
  1275. #define PCI_MWMASKDEV_MWMASK(x) (((x) & 0xffff) << 16)
  1276. #define PCI_MWMASKDEV_DEVID(x) ((x) & 0xffff)
  1277. #define PCI_MWBASEREVCCL_BASE(x) (((x) & 0xffff) << 16)
  1278. #define PCI_MWBASEREVCCL_REV(x) (((x) & 0xff) << 8)
  1279. #define PCI_MWBASEREVCCL_CCL(x) ((x) & 0xff)
  1280. #define PCI_ID_DID(x) (((x) & 0xffff) << 16)
  1281. #define PCI_ID_VID(x) ((x) & 0xffff)
  1282. #define PCI_STATCMD_STATUS(x) (((x) & 0xffff) << 16)
  1283. #define PCI_STATCMD_CMD(x) ((x) & 0xffff)
  1284. #define PCI_CLASSREV_CLASS(x) (((x) & 0x00ffffff) << 8)
  1285. #define PCI_CLASSREV_REV(x) ((x) & 0xff)
  1286. #define PCI_PARAM_BIST(x) (((x) & 0xff) << 24)
  1287. #define PCI_PARAM_HT(x) (((x) & 0xff) << 16)
  1288. #define PCI_PARAM_LT(x) (((x) & 0xff) << 8)
  1289. #define PCI_PARAM_CLS(x) ((x) & 0xff)
  1290. #define PCI_TIMEOUT_RETRIES(x) (((x) & 0xff) << 8) /* max retries */
  1291. #define PCI_TIMEOUT_TO(x) ((x) & 0xff) /* target ready timeout */
  1292. #endif