18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci * Register definitions for AR2315+ 38c2ecf20Sopenharmony_ci * 48c2ecf20Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public 58c2ecf20Sopenharmony_ci * License. See the file "COPYING" in the main directory of this archive 68c2ecf20Sopenharmony_ci * for more details. 78c2ecf20Sopenharmony_ci * 88c2ecf20Sopenharmony_ci * Copyright (C) 2003 Atheros Communications, Inc., All Rights Reserved. 98c2ecf20Sopenharmony_ci * Copyright (C) 2006 FON Technology, SL. 108c2ecf20Sopenharmony_ci * Copyright (C) 2006 Imre Kaloz <kaloz@openwrt.org> 118c2ecf20Sopenharmony_ci * Copyright (C) 2006-2008 Felix Fietkau <nbd@openwrt.org> 128c2ecf20Sopenharmony_ci */ 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#ifndef __ASM_MACH_ATH25_AR2315_REGS_H 158c2ecf20Sopenharmony_ci#define __ASM_MACH_ATH25_AR2315_REGS_H 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci/* 188c2ecf20Sopenharmony_ci * IRQs 198c2ecf20Sopenharmony_ci */ 208c2ecf20Sopenharmony_ci#define AR2315_IRQ_MISC (MIPS_CPU_IRQ_BASE + 2) /* C0_CAUSE: 0x0400 */ 218c2ecf20Sopenharmony_ci#define AR2315_IRQ_WLAN0 (MIPS_CPU_IRQ_BASE + 3) /* C0_CAUSE: 0x0800 */ 228c2ecf20Sopenharmony_ci#define AR2315_IRQ_ENET0 (MIPS_CPU_IRQ_BASE + 4) /* C0_CAUSE: 0x1000 */ 238c2ecf20Sopenharmony_ci#define AR2315_IRQ_LCBUS_PCI (MIPS_CPU_IRQ_BASE + 5) /* C0_CAUSE: 0x2000 */ 248c2ecf20Sopenharmony_ci#define AR2315_IRQ_WLAN0_POLL (MIPS_CPU_IRQ_BASE + 6) /* C0_CAUSE: 0x4000 */ 258c2ecf20Sopenharmony_ci 268c2ecf20Sopenharmony_ci/* 278c2ecf20Sopenharmony_ci * Miscellaneous interrupts, which share IP2. 288c2ecf20Sopenharmony_ci */ 298c2ecf20Sopenharmony_ci#define AR2315_MISC_IRQ_UART0 0 308c2ecf20Sopenharmony_ci#define AR2315_MISC_IRQ_I2C_RSVD 1 318c2ecf20Sopenharmony_ci#define AR2315_MISC_IRQ_SPI 2 328c2ecf20Sopenharmony_ci#define AR2315_MISC_IRQ_AHB 3 338c2ecf20Sopenharmony_ci#define AR2315_MISC_IRQ_APB 4 348c2ecf20Sopenharmony_ci#define AR2315_MISC_IRQ_TIMER 5 358c2ecf20Sopenharmony_ci#define AR2315_MISC_IRQ_GPIO 6 368c2ecf20Sopenharmony_ci#define AR2315_MISC_IRQ_WATCHDOG 7 378c2ecf20Sopenharmony_ci#define AR2315_MISC_IRQ_IR_RSVD 8 388c2ecf20Sopenharmony_ci#define AR2315_MISC_IRQ_COUNT 9 398c2ecf20Sopenharmony_ci 408c2ecf20Sopenharmony_ci/* 418c2ecf20Sopenharmony_ci * Address map 428c2ecf20Sopenharmony_ci */ 438c2ecf20Sopenharmony_ci#define AR2315_SPI_READ_BASE 0x08000000 /* SPI flash */ 448c2ecf20Sopenharmony_ci#define AR2315_SPI_READ_SIZE 0x01000000 458c2ecf20Sopenharmony_ci#define AR2315_WLAN0_BASE 0x10000000 /* Wireless MMR */ 468c2ecf20Sopenharmony_ci#define AR2315_PCI_BASE 0x10100000 /* PCI MMR */ 478c2ecf20Sopenharmony_ci#define AR2315_PCI_SIZE 0x00001000 488c2ecf20Sopenharmony_ci#define AR2315_SDRAMCTL_BASE 0x10300000 /* SDRAM MMR */ 498c2ecf20Sopenharmony_ci#define AR2315_SDRAMCTL_SIZE 0x00000020 508c2ecf20Sopenharmony_ci#define AR2315_LOCAL_BASE 0x10400000 /* Local bus MMR */ 518c2ecf20Sopenharmony_ci#define AR2315_ENET0_BASE 0x10500000 /* Ethernet MMR */ 528c2ecf20Sopenharmony_ci#define AR2315_RST_BASE 0x11000000 /* Reset control MMR */ 538c2ecf20Sopenharmony_ci#define AR2315_RST_SIZE 0x00000100 548c2ecf20Sopenharmony_ci#define AR2315_UART0_BASE 0x11100000 /* UART MMR */ 558c2ecf20Sopenharmony_ci#define AR2315_SPI_MMR_BASE 0x11300000 /* SPI flash MMR */ 568c2ecf20Sopenharmony_ci#define AR2315_SPI_MMR_SIZE 0x00000010 578c2ecf20Sopenharmony_ci#define AR2315_PCI_EXT_BASE 0x80000000 /* PCI external */ 588c2ecf20Sopenharmony_ci#define AR2315_PCI_EXT_SIZE 0x40000000 598c2ecf20Sopenharmony_ci 608c2ecf20Sopenharmony_ci/* 618c2ecf20Sopenharmony_ci * Configuration registers 628c2ecf20Sopenharmony_ci */ 638c2ecf20Sopenharmony_ci 648c2ecf20Sopenharmony_ci/* Cold reset register */ 658c2ecf20Sopenharmony_ci#define AR2315_COLD_RESET 0x0000 668c2ecf20Sopenharmony_ci 678c2ecf20Sopenharmony_ci#define AR2315_RESET_COLD_AHB 0x00000001 688c2ecf20Sopenharmony_ci#define AR2315_RESET_COLD_APB 0x00000002 698c2ecf20Sopenharmony_ci#define AR2315_RESET_COLD_CPU 0x00000004 708c2ecf20Sopenharmony_ci#define AR2315_RESET_COLD_CPUWARM 0x00000008 718c2ecf20Sopenharmony_ci#define AR2315_RESET_SYSTEM (RESET_COLD_CPU |\ 728c2ecf20Sopenharmony_ci RESET_COLD_APB |\ 738c2ecf20Sopenharmony_ci RESET_COLD_AHB) /* full system */ 748c2ecf20Sopenharmony_ci#define AR2317_RESET_SYSTEM 0x00000010 758c2ecf20Sopenharmony_ci 768c2ecf20Sopenharmony_ci/* Reset register */ 778c2ecf20Sopenharmony_ci#define AR2315_RESET 0x0004 788c2ecf20Sopenharmony_ci 798c2ecf20Sopenharmony_ci#define AR2315_RESET_WARM_WLAN0_MAC 0x00000001 /* warm reset WLAN0 MAC */ 808c2ecf20Sopenharmony_ci#define AR2315_RESET_WARM_WLAN0_BB 0x00000002 /* warm reset WLAN0 BB */ 818c2ecf20Sopenharmony_ci#define AR2315_RESET_MPEGTS_RSVD 0x00000004 /* warm reset MPEG-TS */ 828c2ecf20Sopenharmony_ci#define AR2315_RESET_PCIDMA 0x00000008 /* warm reset PCI ahb/dma */ 838c2ecf20Sopenharmony_ci#define AR2315_RESET_MEMCTL 0x00000010 /* warm reset mem control */ 848c2ecf20Sopenharmony_ci#define AR2315_RESET_LOCAL 0x00000020 /* warm reset local bus */ 858c2ecf20Sopenharmony_ci#define AR2315_RESET_I2C_RSVD 0x00000040 /* warm reset I2C bus */ 868c2ecf20Sopenharmony_ci#define AR2315_RESET_SPI 0x00000080 /* warm reset SPI iface */ 878c2ecf20Sopenharmony_ci#define AR2315_RESET_UART0 0x00000100 /* warm reset UART0 */ 888c2ecf20Sopenharmony_ci#define AR2315_RESET_IR_RSVD 0x00000200 /* warm reset IR iface */ 898c2ecf20Sopenharmony_ci#define AR2315_RESET_EPHY0 0x00000400 /* cold reset ENET0 phy */ 908c2ecf20Sopenharmony_ci#define AR2315_RESET_ENET0 0x00000800 /* cold reset ENET0 MAC */ 918c2ecf20Sopenharmony_ci 928c2ecf20Sopenharmony_ci/* AHB master arbitration control */ 938c2ecf20Sopenharmony_ci#define AR2315_AHB_ARB_CTL 0x0008 948c2ecf20Sopenharmony_ci 958c2ecf20Sopenharmony_ci#define AR2315_ARB_CPU 0x00000001 /* CPU, default */ 968c2ecf20Sopenharmony_ci#define AR2315_ARB_WLAN 0x00000002 /* WLAN */ 978c2ecf20Sopenharmony_ci#define AR2315_ARB_MPEGTS_RSVD 0x00000004 /* MPEG-TS */ 988c2ecf20Sopenharmony_ci#define AR2315_ARB_LOCAL 0x00000008 /* Local bus */ 998c2ecf20Sopenharmony_ci#define AR2315_ARB_PCI 0x00000010 /* PCI bus */ 1008c2ecf20Sopenharmony_ci#define AR2315_ARB_ETHERNET 0x00000020 /* Ethernet */ 1018c2ecf20Sopenharmony_ci#define AR2315_ARB_RETRY 0x00000100 /* Retry policy (debug) */ 1028c2ecf20Sopenharmony_ci 1038c2ecf20Sopenharmony_ci/* Config Register */ 1048c2ecf20Sopenharmony_ci#define AR2315_ENDIAN_CTL 0x000c 1058c2ecf20Sopenharmony_ci 1068c2ecf20Sopenharmony_ci#define AR2315_CONFIG_AHB 0x00000001 /* EC-AHB bridge endian */ 1078c2ecf20Sopenharmony_ci#define AR2315_CONFIG_WLAN 0x00000002 /* WLAN byteswap */ 1088c2ecf20Sopenharmony_ci#define AR2315_CONFIG_MPEGTS_RSVD 0x00000004 /* MPEG-TS byteswap */ 1098c2ecf20Sopenharmony_ci#define AR2315_CONFIG_PCI 0x00000008 /* PCI byteswap */ 1108c2ecf20Sopenharmony_ci#define AR2315_CONFIG_MEMCTL 0x00000010 /* Mem controller endian */ 1118c2ecf20Sopenharmony_ci#define AR2315_CONFIG_LOCAL 0x00000020 /* Local bus byteswap */ 1128c2ecf20Sopenharmony_ci#define AR2315_CONFIG_ETHERNET 0x00000040 /* Ethernet byteswap */ 1138c2ecf20Sopenharmony_ci#define AR2315_CONFIG_MERGE 0x00000200 /* CPU write buffer merge */ 1148c2ecf20Sopenharmony_ci#define AR2315_CONFIG_CPU 0x00000400 /* CPU big endian */ 1158c2ecf20Sopenharmony_ci#define AR2315_CONFIG_BIG 0x00000400 1168c2ecf20Sopenharmony_ci#define AR2315_CONFIG_PCIAHB 0x00000800 1178c2ecf20Sopenharmony_ci#define AR2315_CONFIG_PCIAHB_BRIDGE 0x00001000 1188c2ecf20Sopenharmony_ci#define AR2315_CONFIG_SPI 0x00008000 /* SPI byteswap */ 1198c2ecf20Sopenharmony_ci#define AR2315_CONFIG_CPU_DRAM 0x00010000 1208c2ecf20Sopenharmony_ci#define AR2315_CONFIG_CPU_PCI 0x00020000 1218c2ecf20Sopenharmony_ci#define AR2315_CONFIG_CPU_MMR 0x00040000 1228c2ecf20Sopenharmony_ci 1238c2ecf20Sopenharmony_ci/* NMI control */ 1248c2ecf20Sopenharmony_ci#define AR2315_NMI_CTL 0x0010 1258c2ecf20Sopenharmony_ci 1268c2ecf20Sopenharmony_ci#define AR2315_NMI_EN 1 1278c2ecf20Sopenharmony_ci 1288c2ecf20Sopenharmony_ci/* Revision Register - Initial value is 0x3010 (WMAC 3.0, AR231X 1.0). */ 1298c2ecf20Sopenharmony_ci#define AR2315_SREV 0x0014 1308c2ecf20Sopenharmony_ci 1318c2ecf20Sopenharmony_ci#define AR2315_REV_MAJ 0x000000f0 1328c2ecf20Sopenharmony_ci#define AR2315_REV_MAJ_S 4 1338c2ecf20Sopenharmony_ci#define AR2315_REV_MIN 0x0000000f 1348c2ecf20Sopenharmony_ci#define AR2315_REV_MIN_S 0 1358c2ecf20Sopenharmony_ci#define AR2315_REV_CHIP (AR2315_REV_MAJ | AR2315_REV_MIN) 1368c2ecf20Sopenharmony_ci 1378c2ecf20Sopenharmony_ci/* Interface Enable */ 1388c2ecf20Sopenharmony_ci#define AR2315_IF_CTL 0x0018 1398c2ecf20Sopenharmony_ci 1408c2ecf20Sopenharmony_ci#define AR2315_IF_MASK 0x00000007 1418c2ecf20Sopenharmony_ci#define AR2315_IF_DISABLED 0 /* Disable all */ 1428c2ecf20Sopenharmony_ci#define AR2315_IF_PCI 1 /* PCI */ 1438c2ecf20Sopenharmony_ci#define AR2315_IF_TS_LOCAL 2 /* Local bus */ 1448c2ecf20Sopenharmony_ci#define AR2315_IF_ALL 3 /* Emulation only */ 1458c2ecf20Sopenharmony_ci#define AR2315_IF_LOCAL_HOST 0x00000008 1468c2ecf20Sopenharmony_ci#define AR2315_IF_PCI_HOST 0x00000010 1478c2ecf20Sopenharmony_ci#define AR2315_IF_PCI_INTR 0x00000020 1488c2ecf20Sopenharmony_ci#define AR2315_IF_PCI_CLK_MASK 0x00030000 1498c2ecf20Sopenharmony_ci#define AR2315_IF_PCI_CLK_INPUT 0 1508c2ecf20Sopenharmony_ci#define AR2315_IF_PCI_CLK_OUTPUT_LOW 1 1518c2ecf20Sopenharmony_ci#define AR2315_IF_PCI_CLK_OUTPUT_CLK 2 1528c2ecf20Sopenharmony_ci#define AR2315_IF_PCI_CLK_OUTPUT_HIGH 3 1538c2ecf20Sopenharmony_ci#define AR2315_IF_PCI_CLK_SHIFT 16 1548c2ecf20Sopenharmony_ci 1558c2ecf20Sopenharmony_ci/* APB Interrupt control */ 1568c2ecf20Sopenharmony_ci#define AR2315_ISR 0x0020 1578c2ecf20Sopenharmony_ci#define AR2315_IMR 0x0024 1588c2ecf20Sopenharmony_ci#define AR2315_GISR 0x0028 1598c2ecf20Sopenharmony_ci 1608c2ecf20Sopenharmony_ci#define AR2315_ISR_UART0 0x00000001 /* high speed UART */ 1618c2ecf20Sopenharmony_ci#define AR2315_ISR_I2C_RSVD 0x00000002 /* I2C bus */ 1628c2ecf20Sopenharmony_ci#define AR2315_ISR_SPI 0x00000004 /* SPI bus */ 1638c2ecf20Sopenharmony_ci#define AR2315_ISR_AHB 0x00000008 /* AHB error */ 1648c2ecf20Sopenharmony_ci#define AR2315_ISR_APB 0x00000010 /* APB error */ 1658c2ecf20Sopenharmony_ci#define AR2315_ISR_TIMER 0x00000020 /* Timer */ 1668c2ecf20Sopenharmony_ci#define AR2315_ISR_GPIO 0x00000040 /* GPIO */ 1678c2ecf20Sopenharmony_ci#define AR2315_ISR_WD 0x00000080 /* Watchdog */ 1688c2ecf20Sopenharmony_ci#define AR2315_ISR_IR_RSVD 0x00000100 /* IR */ 1698c2ecf20Sopenharmony_ci 1708c2ecf20Sopenharmony_ci#define AR2315_GISR_MISC 0x00000001 /* Misc */ 1718c2ecf20Sopenharmony_ci#define AR2315_GISR_WLAN0 0x00000002 /* WLAN0 */ 1728c2ecf20Sopenharmony_ci#define AR2315_GISR_MPEGTS_RSVD 0x00000004 /* MPEG-TS */ 1738c2ecf20Sopenharmony_ci#define AR2315_GISR_LOCALPCI 0x00000008 /* Local/PCI bus */ 1748c2ecf20Sopenharmony_ci#define AR2315_GISR_WMACPOLL 0x00000010 1758c2ecf20Sopenharmony_ci#define AR2315_GISR_TIMER 0x00000020 1768c2ecf20Sopenharmony_ci#define AR2315_GISR_ETHERNET 0x00000040 /* Ethernet */ 1778c2ecf20Sopenharmony_ci 1788c2ecf20Sopenharmony_ci/* Generic timer */ 1798c2ecf20Sopenharmony_ci#define AR2315_TIMER 0x0030 1808c2ecf20Sopenharmony_ci#define AR2315_RELOAD 0x0034 1818c2ecf20Sopenharmony_ci 1828c2ecf20Sopenharmony_ci/* Watchdog timer */ 1838c2ecf20Sopenharmony_ci#define AR2315_WDT_TIMER 0x0038 1848c2ecf20Sopenharmony_ci#define AR2315_WDT_CTRL 0x003c 1858c2ecf20Sopenharmony_ci 1868c2ecf20Sopenharmony_ci#define AR2315_WDT_CTRL_IGNORE 0x00000000 /* ignore expiration */ 1878c2ecf20Sopenharmony_ci#define AR2315_WDT_CTRL_NMI 0x00000001 /* NMI on watchdog */ 1888c2ecf20Sopenharmony_ci#define AR2315_WDT_CTRL_RESET 0x00000002 /* reset on watchdog */ 1898c2ecf20Sopenharmony_ci 1908c2ecf20Sopenharmony_ci/* CPU Performance Counters */ 1918c2ecf20Sopenharmony_ci#define AR2315_PERFCNT0 0x0048 1928c2ecf20Sopenharmony_ci#define AR2315_PERFCNT1 0x004c 1938c2ecf20Sopenharmony_ci 1948c2ecf20Sopenharmony_ci#define AR2315_PERF0_DATAHIT 0x00000001 /* Count Data Cache Hits */ 1958c2ecf20Sopenharmony_ci#define AR2315_PERF0_DATAMISS 0x00000002 /* Count Data Cache Misses */ 1968c2ecf20Sopenharmony_ci#define AR2315_PERF0_INSTHIT 0x00000004 /* Count Instruction Cache Hits */ 1978c2ecf20Sopenharmony_ci#define AR2315_PERF0_INSTMISS 0x00000008 /* Count Instruction Cache Misses */ 1988c2ecf20Sopenharmony_ci#define AR2315_PERF0_ACTIVE 0x00000010 /* Count Active Processor Cycles */ 1998c2ecf20Sopenharmony_ci#define AR2315_PERF0_WBHIT 0x00000020 /* Count CPU Write Buffer Hits */ 2008c2ecf20Sopenharmony_ci#define AR2315_PERF0_WBMISS 0x00000040 /* Count CPU Write Buffer Misses */ 2018c2ecf20Sopenharmony_ci 2028c2ecf20Sopenharmony_ci#define AR2315_PERF1_EB_ARDY 0x00000001 /* Count EB_ARdy signal */ 2038c2ecf20Sopenharmony_ci#define AR2315_PERF1_EB_AVALID 0x00000002 /* Count EB_AValid signal */ 2048c2ecf20Sopenharmony_ci#define AR2315_PERF1_EB_WDRDY 0x00000004 /* Count EB_WDRdy signal */ 2058c2ecf20Sopenharmony_ci#define AR2315_PERF1_EB_RDVAL 0x00000008 /* Count EB_RdVal signal */ 2068c2ecf20Sopenharmony_ci#define AR2315_PERF1_VRADDR 0x00000010 /* Count valid read address cycles*/ 2078c2ecf20Sopenharmony_ci#define AR2315_PERF1_VWADDR 0x00000020 /* Count valid write address cycl.*/ 2088c2ecf20Sopenharmony_ci#define AR2315_PERF1_VWDATA 0x00000040 /* Count valid write data cycles */ 2098c2ecf20Sopenharmony_ci 2108c2ecf20Sopenharmony_ci/* AHB Error Reporting */ 2118c2ecf20Sopenharmony_ci#define AR2315_AHB_ERR0 0x0050 /* error */ 2128c2ecf20Sopenharmony_ci#define AR2315_AHB_ERR1 0x0054 /* haddr */ 2138c2ecf20Sopenharmony_ci#define AR2315_AHB_ERR2 0x0058 /* hwdata */ 2148c2ecf20Sopenharmony_ci#define AR2315_AHB_ERR3 0x005c /* hrdata */ 2158c2ecf20Sopenharmony_ci#define AR2315_AHB_ERR4 0x0060 /* status */ 2168c2ecf20Sopenharmony_ci 2178c2ecf20Sopenharmony_ci#define AR2315_AHB_ERROR_DET 1 /* AHB Error has been detected, */ 2188c2ecf20Sopenharmony_ci /* write 1 to clear all bits in ERR0 */ 2198c2ecf20Sopenharmony_ci#define AR2315_AHB_ERROR_OVR 2 /* AHB Error overflow has been detected */ 2208c2ecf20Sopenharmony_ci#define AR2315_AHB_ERROR_WDT 4 /* AHB Error due to wdt instead of hresp */ 2218c2ecf20Sopenharmony_ci 2228c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HMAST 0x0000000f 2238c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HMAST_DFLT 0 2248c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HMAST_WMAC 1 2258c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HMAST_ENET 2 2268c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HMAST_PCIENDPT 3 2278c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HMAST_LOCAL 4 2288c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HMAST_CPU 5 2298c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HMAST_PCITGT 6 2308c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HMAST_S 0 2318c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HWRITE 0x00000010 2328c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HSIZE 0x00000060 2338c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HSIZE_S 5 2348c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HTRANS 0x00000180 2358c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HTRANS_S 7 2368c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HBURST 0x00000e00 2378c2ecf20Sopenharmony_ci#define AR2315_PROCERR_HBURST_S 9 2388c2ecf20Sopenharmony_ci 2398c2ecf20Sopenharmony_ci/* Clock Control */ 2408c2ecf20Sopenharmony_ci#define AR2315_PLLC_CTL 0x0064 2418c2ecf20Sopenharmony_ci#define AR2315_PLLV_CTL 0x0068 2428c2ecf20Sopenharmony_ci#define AR2315_CPUCLK 0x006c 2438c2ecf20Sopenharmony_ci#define AR2315_AMBACLK 0x0070 2448c2ecf20Sopenharmony_ci#define AR2315_SYNCCLK 0x0074 2458c2ecf20Sopenharmony_ci#define AR2315_DSL_SLEEP_CTL 0x0080 2468c2ecf20Sopenharmony_ci#define AR2315_DSL_SLEEP_DUR 0x0084 2478c2ecf20Sopenharmony_ci 2488c2ecf20Sopenharmony_ci/* PLLc Control fields */ 2498c2ecf20Sopenharmony_ci#define AR2315_PLLC_REF_DIV_M 0x00000003 2508c2ecf20Sopenharmony_ci#define AR2315_PLLC_REF_DIV_S 0 2518c2ecf20Sopenharmony_ci#define AR2315_PLLC_FDBACK_DIV_M 0x0000007c 2528c2ecf20Sopenharmony_ci#define AR2315_PLLC_FDBACK_DIV_S 2 2538c2ecf20Sopenharmony_ci#define AR2315_PLLC_ADD_FDBACK_DIV_M 0x00000080 2548c2ecf20Sopenharmony_ci#define AR2315_PLLC_ADD_FDBACK_DIV_S 7 2558c2ecf20Sopenharmony_ci#define AR2315_PLLC_CLKC_DIV_M 0x0001c000 2568c2ecf20Sopenharmony_ci#define AR2315_PLLC_CLKC_DIV_S 14 2578c2ecf20Sopenharmony_ci#define AR2315_PLLC_CLKM_DIV_M 0x00700000 2588c2ecf20Sopenharmony_ci#define AR2315_PLLC_CLKM_DIV_S 20 2598c2ecf20Sopenharmony_ci 2608c2ecf20Sopenharmony_ci/* CPU CLK Control fields */ 2618c2ecf20Sopenharmony_ci#define AR2315_CPUCLK_CLK_SEL_M 0x00000003 2628c2ecf20Sopenharmony_ci#define AR2315_CPUCLK_CLK_SEL_S 0 2638c2ecf20Sopenharmony_ci#define AR2315_CPUCLK_CLK_DIV_M 0x0000000c 2648c2ecf20Sopenharmony_ci#define AR2315_CPUCLK_CLK_DIV_S 2 2658c2ecf20Sopenharmony_ci 2668c2ecf20Sopenharmony_ci/* AMBA CLK Control fields */ 2678c2ecf20Sopenharmony_ci#define AR2315_AMBACLK_CLK_SEL_M 0x00000003 2688c2ecf20Sopenharmony_ci#define AR2315_AMBACLK_CLK_SEL_S 0 2698c2ecf20Sopenharmony_ci#define AR2315_AMBACLK_CLK_DIV_M 0x0000000c 2708c2ecf20Sopenharmony_ci#define AR2315_AMBACLK_CLK_DIV_S 2 2718c2ecf20Sopenharmony_ci 2728c2ecf20Sopenharmony_ci/* PCI Clock Control */ 2738c2ecf20Sopenharmony_ci#define AR2315_PCICLK 0x00a4 2748c2ecf20Sopenharmony_ci 2758c2ecf20Sopenharmony_ci#define AR2315_PCICLK_INPUT_M 0x00000003 2768c2ecf20Sopenharmony_ci#define AR2315_PCICLK_INPUT_S 0 2778c2ecf20Sopenharmony_ci#define AR2315_PCICLK_PLLC_CLKM 0 2788c2ecf20Sopenharmony_ci#define AR2315_PCICLK_PLLC_CLKM1 1 2798c2ecf20Sopenharmony_ci#define AR2315_PCICLK_PLLC_CLKC 2 2808c2ecf20Sopenharmony_ci#define AR2315_PCICLK_REF_CLK 3 2818c2ecf20Sopenharmony_ci#define AR2315_PCICLK_DIV_M 0x0000000c 2828c2ecf20Sopenharmony_ci#define AR2315_PCICLK_DIV_S 2 2838c2ecf20Sopenharmony_ci#define AR2315_PCICLK_IN_FREQ 0 2848c2ecf20Sopenharmony_ci#define AR2315_PCICLK_IN_FREQ_DIV_6 1 2858c2ecf20Sopenharmony_ci#define AR2315_PCICLK_IN_FREQ_DIV_8 2 2868c2ecf20Sopenharmony_ci#define AR2315_PCICLK_IN_FREQ_DIV_10 3 2878c2ecf20Sopenharmony_ci 2888c2ecf20Sopenharmony_ci/* Observation Control Register */ 2898c2ecf20Sopenharmony_ci#define AR2315_OCR 0x00b0 2908c2ecf20Sopenharmony_ci 2918c2ecf20Sopenharmony_ci#define AR2315_OCR_GPIO0_IRIN 0x00000040 2928c2ecf20Sopenharmony_ci#define AR2315_OCR_GPIO1_IROUT 0x00000080 2938c2ecf20Sopenharmony_ci#define AR2315_OCR_GPIO3_RXCLR 0x00000200 2948c2ecf20Sopenharmony_ci 2958c2ecf20Sopenharmony_ci/* General Clock Control */ 2968c2ecf20Sopenharmony_ci#define AR2315_MISCCLK 0x00b4 2978c2ecf20Sopenharmony_ci 2988c2ecf20Sopenharmony_ci#define AR2315_MISCCLK_PLLBYPASS_EN 0x00000001 2998c2ecf20Sopenharmony_ci#define AR2315_MISCCLK_PROCREFCLK 0x00000002 3008c2ecf20Sopenharmony_ci 3018c2ecf20Sopenharmony_ci/* 3028c2ecf20Sopenharmony_ci * SDRAM Controller 3038c2ecf20Sopenharmony_ci * - No read or write buffers are included. 3048c2ecf20Sopenharmony_ci */ 3058c2ecf20Sopenharmony_ci#define AR2315_MEM_CFG 0x0000 3068c2ecf20Sopenharmony_ci#define AR2315_MEM_CTRL 0x000c 3078c2ecf20Sopenharmony_ci#define AR2315_MEM_REF 0x0010 3088c2ecf20Sopenharmony_ci 3098c2ecf20Sopenharmony_ci#define AR2315_MEM_CFG_DATA_WIDTH_M 0x00006000 3108c2ecf20Sopenharmony_ci#define AR2315_MEM_CFG_DATA_WIDTH_S 13 3118c2ecf20Sopenharmony_ci#define AR2315_MEM_CFG_COL_WIDTH_M 0x00001e00 3128c2ecf20Sopenharmony_ci#define AR2315_MEM_CFG_COL_WIDTH_S 9 3138c2ecf20Sopenharmony_ci#define AR2315_MEM_CFG_ROW_WIDTH_M 0x000001e0 3148c2ecf20Sopenharmony_ci#define AR2315_MEM_CFG_ROW_WIDTH_S 5 3158c2ecf20Sopenharmony_ci#define AR2315_MEM_CFG_BANKADDR_BITS_M 0x00000018 3168c2ecf20Sopenharmony_ci#define AR2315_MEM_CFG_BANKADDR_BITS_S 3 3178c2ecf20Sopenharmony_ci 3188c2ecf20Sopenharmony_ci/* 3198c2ecf20Sopenharmony_ci * Local Bus Interface Registers 3208c2ecf20Sopenharmony_ci */ 3218c2ecf20Sopenharmony_ci#define AR2315_LB_CONFIG 0x0000 3228c2ecf20Sopenharmony_ci 3238c2ecf20Sopenharmony_ci#define AR2315_LBCONF_OE 0x00000001 /* =1 OE is low-true */ 3248c2ecf20Sopenharmony_ci#define AR2315_LBCONF_CS0 0x00000002 /* =1 first CS is low-true */ 3258c2ecf20Sopenharmony_ci#define AR2315_LBCONF_CS1 0x00000004 /* =1 2nd CS is low-true */ 3268c2ecf20Sopenharmony_ci#define AR2315_LBCONF_RDY 0x00000008 /* =1 RDY is low-true */ 3278c2ecf20Sopenharmony_ci#define AR2315_LBCONF_WE 0x00000010 /* =1 Write En is low-true */ 3288c2ecf20Sopenharmony_ci#define AR2315_LBCONF_WAIT 0x00000020 /* =1 WAIT is low-true */ 3298c2ecf20Sopenharmony_ci#define AR2315_LBCONF_ADS 0x00000040 /* =1 Adr Strobe is low-true */ 3308c2ecf20Sopenharmony_ci#define AR2315_LBCONF_MOT 0x00000080 /* =0 Intel, =1 Motorola */ 3318c2ecf20Sopenharmony_ci#define AR2315_LBCONF_8CS 0x00000100 /* =1 8 bits CS, 0= 16bits */ 3328c2ecf20Sopenharmony_ci#define AR2315_LBCONF_8DS 0x00000200 /* =1 8 bits Data S, 0=16bits */ 3338c2ecf20Sopenharmony_ci#define AR2315_LBCONF_ADS_EN 0x00000400 /* =1 Enable ADS */ 3348c2ecf20Sopenharmony_ci#define AR2315_LBCONF_ADR_OE 0x00000800 /* =1 Adr cap on OE, WE or DS */ 3358c2ecf20Sopenharmony_ci#define AR2315_LBCONF_ADDT_MUX 0x00001000 /* =1 Adr and Data share bus */ 3368c2ecf20Sopenharmony_ci#define AR2315_LBCONF_DATA_OE 0x00002000 /* =1 Data cap on OE, WE, DS */ 3378c2ecf20Sopenharmony_ci#define AR2315_LBCONF_16DATA 0x00004000 /* =1 Data is 16 bits wide */ 3388c2ecf20Sopenharmony_ci#define AR2315_LBCONF_SWAPDT 0x00008000 /* =1 Byte swap data */ 3398c2ecf20Sopenharmony_ci#define AR2315_LBCONF_SYNC 0x00010000 /* =1 Bus synchronous to clk */ 3408c2ecf20Sopenharmony_ci#define AR2315_LBCONF_INT 0x00020000 /* =1 Intr is low true */ 3418c2ecf20Sopenharmony_ci#define AR2315_LBCONF_INT_CTR0 0x00000000 /* GND high-Z, Vdd is high-Z */ 3428c2ecf20Sopenharmony_ci#define AR2315_LBCONF_INT_CTR1 0x00040000 /* GND drive, Vdd is high-Z */ 3438c2ecf20Sopenharmony_ci#define AR2315_LBCONF_INT_CTR2 0x00080000 /* GND high-Z, Vdd drive */ 3448c2ecf20Sopenharmony_ci#define AR2315_LBCONF_INT_CTR3 0x000c0000 /* GND drive, Vdd drive */ 3458c2ecf20Sopenharmony_ci#define AR2315_LBCONF_RDY_WAIT 0x00100000 /* =1 RDY is negative of WAIT */ 3468c2ecf20Sopenharmony_ci#define AR2315_LBCONF_INT_PULSE 0x00200000 /* =1 Interrupt is a pulse */ 3478c2ecf20Sopenharmony_ci#define AR2315_LBCONF_ENABLE 0x00400000 /* =1 Falcon respond to LB */ 3488c2ecf20Sopenharmony_ci 3498c2ecf20Sopenharmony_ci#define AR2315_LB_CLKSEL 0x0004 3508c2ecf20Sopenharmony_ci 3518c2ecf20Sopenharmony_ci#define AR2315_LBCLK_EXT 0x00000001 /* use external clk for lb */ 3528c2ecf20Sopenharmony_ci 3538c2ecf20Sopenharmony_ci#define AR2315_LB_1MS 0x0008 3548c2ecf20Sopenharmony_ci 3558c2ecf20Sopenharmony_ci#define AR2315_LB1MS_MASK 0x0003ffff /* # of AHB clk cycles in 1ms */ 3568c2ecf20Sopenharmony_ci 3578c2ecf20Sopenharmony_ci#define AR2315_LB_MISCCFG 0x000c 3588c2ecf20Sopenharmony_ci 3598c2ecf20Sopenharmony_ci#define AR2315_LBM_TXD_EN 0x00000001 /* Enable TXD for fragments */ 3608c2ecf20Sopenharmony_ci#define AR2315_LBM_RX_INTEN 0x00000002 /* Enable LB ints on RX ready */ 3618c2ecf20Sopenharmony_ci#define AR2315_LBM_MBOXWR_INTEN 0x00000004 /* Enable LB ints on mbox wr */ 3628c2ecf20Sopenharmony_ci#define AR2315_LBM_MBOXRD_INTEN 0x00000008 /* Enable LB ints on mbox rd */ 3638c2ecf20Sopenharmony_ci#define AR2315_LMB_DESCSWAP_EN 0x00000010 /* Byte swap desc enable */ 3648c2ecf20Sopenharmony_ci#define AR2315_LBM_TIMEOUT_M 0x00ffff80 3658c2ecf20Sopenharmony_ci#define AR2315_LBM_TIMEOUT_S 7 3668c2ecf20Sopenharmony_ci#define AR2315_LBM_PORTMUX 0x07000000 3678c2ecf20Sopenharmony_ci 3688c2ecf20Sopenharmony_ci#define AR2315_LB_RXTSOFF 0x0010 3698c2ecf20Sopenharmony_ci 3708c2ecf20Sopenharmony_ci#define AR2315_LB_TX_CHAIN_EN 0x0100 3718c2ecf20Sopenharmony_ci 3728c2ecf20Sopenharmony_ci#define AR2315_LB_TXEN_0 0x00000001 3738c2ecf20Sopenharmony_ci#define AR2315_LB_TXEN_1 0x00000002 3748c2ecf20Sopenharmony_ci#define AR2315_LB_TXEN_2 0x00000004 3758c2ecf20Sopenharmony_ci#define AR2315_LB_TXEN_3 0x00000008 3768c2ecf20Sopenharmony_ci 3778c2ecf20Sopenharmony_ci#define AR2315_LB_TX_CHAIN_DIS 0x0104 3788c2ecf20Sopenharmony_ci#define AR2315_LB_TX_DESC_PTR 0x0200 3798c2ecf20Sopenharmony_ci 3808c2ecf20Sopenharmony_ci#define AR2315_LB_RX_CHAIN_EN 0x0400 3818c2ecf20Sopenharmony_ci 3828c2ecf20Sopenharmony_ci#define AR2315_LB_RXEN 0x00000001 3838c2ecf20Sopenharmony_ci 3848c2ecf20Sopenharmony_ci#define AR2315_LB_RX_CHAIN_DIS 0x0404 3858c2ecf20Sopenharmony_ci#define AR2315_LB_RX_DESC_PTR 0x0408 3868c2ecf20Sopenharmony_ci 3878c2ecf20Sopenharmony_ci#define AR2315_LB_INT_STATUS 0x0500 3888c2ecf20Sopenharmony_ci 3898c2ecf20Sopenharmony_ci#define AR2315_LB_INT_TX_DESC 0x00000001 3908c2ecf20Sopenharmony_ci#define AR2315_LB_INT_TX_OK 0x00000002 3918c2ecf20Sopenharmony_ci#define AR2315_LB_INT_TX_ERR 0x00000004 3928c2ecf20Sopenharmony_ci#define AR2315_LB_INT_TX_EOF 0x00000008 3938c2ecf20Sopenharmony_ci#define AR2315_LB_INT_RX_DESC 0x00000010 3948c2ecf20Sopenharmony_ci#define AR2315_LB_INT_RX_OK 0x00000020 3958c2ecf20Sopenharmony_ci#define AR2315_LB_INT_RX_ERR 0x00000040 3968c2ecf20Sopenharmony_ci#define AR2315_LB_INT_RX_EOF 0x00000080 3978c2ecf20Sopenharmony_ci#define AR2315_LB_INT_TX_TRUNC 0x00000100 3988c2ecf20Sopenharmony_ci#define AR2315_LB_INT_TX_STARVE 0x00000200 3998c2ecf20Sopenharmony_ci#define AR2315_LB_INT_LB_TIMEOUT 0x00000400 4008c2ecf20Sopenharmony_ci#define AR2315_LB_INT_LB_ERR 0x00000800 4018c2ecf20Sopenharmony_ci#define AR2315_LB_INT_MBOX_WR 0x00001000 4028c2ecf20Sopenharmony_ci#define AR2315_LB_INT_MBOX_RD 0x00002000 4038c2ecf20Sopenharmony_ci 4048c2ecf20Sopenharmony_ci/* Bit definitions for INT MASK are the same as INT_STATUS */ 4058c2ecf20Sopenharmony_ci#define AR2315_LB_INT_MASK 0x0504 4068c2ecf20Sopenharmony_ci 4078c2ecf20Sopenharmony_ci#define AR2315_LB_INT_EN 0x0508 4088c2ecf20Sopenharmony_ci#define AR2315_LB_MBOX 0x0600 4098c2ecf20Sopenharmony_ci 4108c2ecf20Sopenharmony_ci#endif /* __ASM_MACH_ATH25_AR2315_REGS_H */ 411