diff options
29 files changed, 10587 insertions, 16 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 29e71ed6b8a7..ac76baac1df3 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
| @@ -137,6 +137,16 @@ config BF537 | |||
| 137 | help | 137 | help |
| 138 | BF537 Processor Support. | 138 | BF537 Processor Support. |
| 139 | 139 | ||
| 140 | config BF538 | ||
| 141 | bool "BF538" | ||
| 142 | help | ||
| 143 | BF538 Processor Support. | ||
| 144 | |||
| 145 | config BF539 | ||
| 146 | bool "BF539" | ||
| 147 | help | ||
| 148 | BF539 Processor Support. | ||
| 149 | |||
| 140 | config BF542 | 150 | config BF542 |
| 141 | bool "BF542" | 151 | bool "BF542" |
| 142 | help | 152 | help |
| @@ -174,12 +184,13 @@ config BF_REV_MIN | |||
| 174 | default 0 if (BF52x || BF54x) | 184 | default 0 if (BF52x || BF54x) |
| 175 | default 2 if (BF537 || BF536 || BF534) | 185 | default 2 if (BF537 || BF536 || BF534) |
| 176 | default 3 if (BF561 ||BF533 || BF532 || BF531) | 186 | default 3 if (BF561 ||BF533 || BF532 || BF531) |
| 187 | default 4 if (BF538 || BF539) | ||
| 177 | 188 | ||
| 178 | config BF_REV_MAX | 189 | config BF_REV_MAX |
| 179 | int | 190 | int |
| 180 | default 2 if (BF52x || BF54x) | 191 | default 2 if (BF52x || BF54x) |
| 181 | default 3 if (BF537 || BF536 || BF534) | 192 | default 3 if (BF537 || BF536 || BF534) |
| 182 | default 5 if (BF561) | 193 | default 5 if (BF561|| BF538 || BF539) |
| 183 | default 6 if (BF533 || BF532 || BF531) | 194 | default 6 if (BF533 || BF532 || BF531) |
| 184 | 195 | ||
| 185 | choice | 196 | choice |
| @@ -206,11 +217,11 @@ config BF_REV_0_3 | |||
| 206 | 217 | ||
| 207 | config BF_REV_0_4 | 218 | config BF_REV_0_4 |
| 208 | bool "0.4" | 219 | bool "0.4" |
| 209 | depends on (BF561 || BF533 || BF532 || BF531) | 220 | depends on (BF561 || BF533 || BF532 || BF531 || BF538 || BF539) |
| 210 | 221 | ||
| 211 | config BF_REV_0_5 | 222 | config BF_REV_0_5 |
| 212 | bool "0.5" | 223 | bool "0.5" |
| 213 | depends on (BF561 || BF533 || BF532 || BF531) | 224 | depends on (BF561 || BF533 || BF532 || BF531 || BF538 || BF539) |
| 214 | 225 | ||
| 215 | config BF_REV_0_6 | 226 | config BF_REV_0_6 |
| 216 | bool "0.6" | 227 | bool "0.6" |
| @@ -258,7 +269,7 @@ config MEM_MT48LC16M16A2TG_75 | |||
| 258 | 269 | ||
| 259 | config MEM_MT48LC32M8A2_75 | 270 | config MEM_MT48LC32M8A2_75 |
| 260 | bool | 271 | bool |
| 261 | depends on (BFIN537_STAMP || PNAV10) | 272 | depends on (BFIN537_STAMP || PNAV10 || BFIN538_EZKIT) |
| 262 | default y | 273 | default y |
| 263 | 274 | ||
| 264 | config MEM_MT48LC8M32B2B5_7 | 275 | config MEM_MT48LC8M32B2B5_7 |
| @@ -275,6 +286,7 @@ source "arch/blackfin/mach-bf527/Kconfig" | |||
| 275 | source "arch/blackfin/mach-bf533/Kconfig" | 286 | source "arch/blackfin/mach-bf533/Kconfig" |
| 276 | source "arch/blackfin/mach-bf561/Kconfig" | 287 | source "arch/blackfin/mach-bf561/Kconfig" |
| 277 | source "arch/blackfin/mach-bf537/Kconfig" | 288 | source "arch/blackfin/mach-bf537/Kconfig" |
| 289 | source "arch/blackfin/mach-bf538/Kconfig" | ||
| 278 | source "arch/blackfin/mach-bf548/Kconfig" | 290 | source "arch/blackfin/mach-bf548/Kconfig" |
| 279 | 291 | ||
| 280 | menu "Board customizations" | 292 | menu "Board customizations" |
| @@ -318,7 +330,7 @@ config CLKIN_HZ | |||
| 318 | int "Frequency of the crystal on the board in Hz" | 330 | int "Frequency of the crystal on the board in Hz" |
| 319 | default "11059200" if BFIN533_STAMP | 331 | default "11059200" if BFIN533_STAMP |
| 320 | default "27000000" if BFIN533_EZKIT | 332 | default "27000000" if BFIN533_EZKIT |
| 321 | default "25000000" if (BFIN537_STAMP || BFIN527_EZKIT || H8606_HVSISTEMAS || BLACKSTAMP || BFIN526_EZBRD) | 333 | default "25000000" if (BFIN537_STAMP || BFIN527_EZKIT || H8606_HVSISTEMAS || BLACKSTAMP || BFIN526_EZBRD || BFIN538_EZKIT) |
| 322 | default "30000000" if BFIN561_EZKIT | 334 | default "30000000" if BFIN561_EZKIT |
| 323 | default "24576000" if PNAV10 | 335 | default "24576000" if PNAV10 |
| 324 | default "10000000" if BFIN532_IP0X | 336 | default "10000000" if BFIN532_IP0X |
| @@ -354,7 +366,7 @@ config VCO_MULT | |||
| 354 | range 1 64 | 366 | range 1 64 |
| 355 | default "22" if BFIN533_EZKIT | 367 | default "22" if BFIN533_EZKIT |
| 356 | default "45" if BFIN533_STAMP | 368 | default "45" if BFIN533_STAMP |
| 357 | default "20" if (BFIN537_STAMP || BFIN527_EZKIT || BFIN548_EZKIT || BFIN548_BLUETECHNIX_CM) | 369 | default "20" if (BFIN537_STAMP || BFIN527_EZKIT || BFIN548_EZKIT || BFIN548_BLUETECHNIX_CM || BFIN538_EZKIT) |
| 358 | default "22" if BFIN533_BLUETECHNIX_CM | 370 | default "22" if BFIN533_BLUETECHNIX_CM |
| 359 | default "20" if (BFIN537_BLUETECHNIX_CM || BFIN527_BLUETECHNIX_CM || BFIN561_BLUETECHNIX_CM) | 371 | default "20" if (BFIN537_BLUETECHNIX_CM || BFIN527_BLUETECHNIX_CM || BFIN561_BLUETECHNIX_CM) |
| 360 | default "20" if BFIN561_EZKIT | 372 | default "20" if BFIN561_EZKIT |
| @@ -716,7 +728,7 @@ config BFIN_GPTIMERS | |||
| 716 | 728 | ||
| 717 | config BFIN_DMA_5XX | 729 | config BFIN_DMA_5XX |
| 718 | bool "Enable DMA Support" | 730 | bool "Enable DMA Support" |
| 719 | depends on (BF52x || BF53x || BF561 || BF54x) | 731 | depends on (BF52x || BF53x || BF561 || BF54x || BF538 || BF539) |
| 720 | default y | 732 | default y |
| 721 | help | 733 | help |
| 722 | DMA driver for BF5xx. | 734 | DMA driver for BF5xx. |
diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile index 6bf50977850c..ce45df3708e8 100644 --- a/arch/blackfin/Makefile +++ b/arch/blackfin/Makefile | |||
| @@ -33,6 +33,8 @@ machine-$(CONFIG_BF533) := bf533 | |||
| 33 | machine-$(CONFIG_BF534) := bf537 | 33 | machine-$(CONFIG_BF534) := bf537 |
| 34 | machine-$(CONFIG_BF536) := bf537 | 34 | machine-$(CONFIG_BF536) := bf537 |
| 35 | machine-$(CONFIG_BF537) := bf537 | 35 | machine-$(CONFIG_BF537) := bf537 |
| 36 | machine-$(CONFIG_BF538) := bf538 | ||
| 37 | machine-$(CONFIG_BF539) := bf538 | ||
| 36 | machine-$(CONFIG_BF542) := bf548 | 38 | machine-$(CONFIG_BF542) := bf548 |
| 37 | machine-$(CONFIG_BF544) := bf548 | 39 | machine-$(CONFIG_BF544) := bf548 |
| 38 | machine-$(CONFIG_BF547) := bf548 | 40 | machine-$(CONFIG_BF547) := bf548 |
| @@ -54,6 +56,8 @@ cpu-$(CONFIG_BF533) := bf533 | |||
| 54 | cpu-$(CONFIG_BF534) := bf534 | 56 | cpu-$(CONFIG_BF534) := bf534 |
| 55 | cpu-$(CONFIG_BF536) := bf536 | 57 | cpu-$(CONFIG_BF536) := bf536 |
| 56 | cpu-$(CONFIG_BF537) := bf537 | 58 | cpu-$(CONFIG_BF537) := bf537 |
| 59 | cpu-$(CONFIG_BF538) := bf538 | ||
| 60 | cpu-$(CONFIG_BF539) := bf539 | ||
| 57 | cpu-$(CONFIG_BF542) := bf542 | 61 | cpu-$(CONFIG_BF542) := bf542 |
| 58 | cpu-$(CONFIG_BF544) := bf544 | 62 | cpu-$(CONFIG_BF544) := bf544 |
| 59 | cpu-$(CONFIG_BF547) := bf547 | 63 | cpu-$(CONFIG_BF547) := bf547 |
diff --git a/arch/blackfin/configs/BF538-EZKIT_defconfig b/arch/blackfin/configs/BF538-EZKIT_defconfig new file mode 100644 index 000000000000..b780777ae740 --- /dev/null +++ b/arch/blackfin/configs/BF538-EZKIT_defconfig | |||
| @@ -0,0 +1,1288 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.26.5 | ||
| 4 | # Fri Oct 17 15:19:20 2008 | ||
| 5 | # | ||
| 6 | # CONFIG_MMU is not set | ||
| 7 | # CONFIG_FPU is not set | ||
| 8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 9 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
| 10 | CONFIG_BLACKFIN=y | ||
| 11 | CONFIG_ZONE_DMA=y | ||
| 12 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
| 13 | CONFIG_GENERIC_HWEIGHT=y | ||
| 14 | CONFIG_GENERIC_HARDIRQS=y | ||
| 15 | CONFIG_GENERIC_IRQ_PROBE=y | ||
| 16 | CONFIG_GENERIC_GPIO=y | ||
| 17 | CONFIG_FORCE_MAX_ZONEORDER=14 | ||
| 18 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 19 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
| 20 | |||
| 21 | # | ||
| 22 | # General setup | ||
| 23 | # | ||
| 24 | CONFIG_EXPERIMENTAL=y | ||
| 25 | CONFIG_BROKEN_ON_SMP=y | ||
| 26 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 27 | CONFIG_LOCALVERSION="" | ||
| 28 | CONFIG_LOCALVERSION_AUTO=y | ||
| 29 | CONFIG_SYSVIPC=y | ||
| 30 | CONFIG_SYSVIPC_SYSCTL=y | ||
| 31 | # CONFIG_POSIX_MQUEUE is not set | ||
| 32 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 33 | # CONFIG_TASKSTATS is not set | ||
| 34 | # CONFIG_AUDIT is not set | ||
| 35 | CONFIG_IKCONFIG=y | ||
| 36 | CONFIG_IKCONFIG_PROC=y | ||
| 37 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 38 | # CONFIG_CGROUPS is not set | ||
| 39 | # CONFIG_GROUP_SCHED is not set | ||
| 40 | # CONFIG_SYSFS_DEPRECATED is not set | ||
| 41 | # CONFIG_SYSFS_DEPRECATED_V2 is not set | ||
| 42 | # CONFIG_RELAY is not set | ||
| 43 | # CONFIG_NAMESPACES is not set | ||
| 44 | CONFIG_BLK_DEV_INITRD=y | ||
| 45 | CONFIG_INITRAMFS_SOURCE="" | ||
| 46 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
| 47 | CONFIG_SYSCTL=y | ||
| 48 | CONFIG_EMBEDDED=y | ||
| 49 | CONFIG_UID16=y | ||
| 50 | CONFIG_SYSCTL_SYSCALL=y | ||
| 51 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 52 | CONFIG_KALLSYMS=y | ||
| 53 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 54 | CONFIG_HOTPLUG=y | ||
| 55 | CONFIG_PRINTK=y | ||
| 56 | CONFIG_BUG=y | ||
| 57 | CONFIG_ELF_CORE=y | ||
| 58 | CONFIG_COMPAT_BRK=y | ||
| 59 | CONFIG_BASE_FULL=y | ||
| 60 | CONFIG_FUTEX=y | ||
| 61 | CONFIG_ANON_INODES=y | ||
| 62 | CONFIG_EPOLL=y | ||
| 63 | CONFIG_SIGNALFD=y | ||
| 64 | CONFIG_TIMERFD=y | ||
| 65 | CONFIG_EVENTFD=y | ||
| 66 | CONFIG_VM_EVENT_COUNTERS=y | ||
| 67 | CONFIG_SLAB=y | ||
| 68 | # CONFIG_SLUB is not set | ||
| 69 | # CONFIG_SLOB is not set | ||
| 70 | # CONFIG_PROFILING is not set | ||
| 71 | # CONFIG_MARKERS is not set | ||
| 72 | CONFIG_HAVE_OPROFILE=y | ||
| 73 | # CONFIG_HAVE_KPROBES is not set | ||
| 74 | # CONFIG_HAVE_KRETPROBES is not set | ||
| 75 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
| 76 | CONFIG_SLABINFO=y | ||
| 77 | CONFIG_RT_MUTEXES=y | ||
| 78 | CONFIG_TINY_SHMEM=y | ||
| 79 | CONFIG_BASE_SMALL=0 | ||
| 80 | CONFIG_MODULES=y | ||
| 81 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 82 | CONFIG_MODULE_UNLOAD=y | ||
| 83 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
| 84 | # CONFIG_MODVERSIONS is not set | ||
| 85 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 86 | CONFIG_KMOD=y | ||
| 87 | CONFIG_BLOCK=y | ||
| 88 | # CONFIG_LBD is not set | ||
| 89 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 90 | # CONFIG_LSF is not set | ||
| 91 | # CONFIG_BLK_DEV_BSG is not set | ||
| 92 | |||
| 93 | # | ||
| 94 | # IO Schedulers | ||
| 95 | # | ||
| 96 | CONFIG_IOSCHED_NOOP=y | ||
| 97 | CONFIG_IOSCHED_AS=y | ||
| 98 | # CONFIG_IOSCHED_DEADLINE is not set | ||
| 99 | CONFIG_IOSCHED_CFQ=y | ||
| 100 | CONFIG_DEFAULT_AS=y | ||
| 101 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 102 | # CONFIG_DEFAULT_CFQ is not set | ||
| 103 | # CONFIG_DEFAULT_NOOP is not set | ||
| 104 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 105 | CONFIG_CLASSIC_RCU=y | ||
| 106 | # CONFIG_PREEMPT_NONE is not set | ||
| 107 | CONFIG_PREEMPT_VOLUNTARY=y | ||
| 108 | # CONFIG_PREEMPT is not set | ||
| 109 | |||
| 110 | # | ||
| 111 | # Blackfin Processor Options | ||
| 112 | # | ||
| 113 | |||
| 114 | # | ||
| 115 | # Processor and Board Settings | ||
| 116 | # | ||
| 117 | # CONFIG_BF522 is not set | ||
| 118 | # CONFIG_BF523 is not set | ||
| 119 | # CONFIG_BF524 is not set | ||
| 120 | # CONFIG_BF525 is not set | ||
| 121 | # CONFIG_BF526 is not set | ||
| 122 | # CONFIG_BF527 is not set | ||
| 123 | # CONFIG_BF531 is not set | ||
| 124 | # CONFIG_BF532 is not set | ||
| 125 | # CONFIG_BF533 is not set | ||
| 126 | # CONFIG_BF534 is not set | ||
| 127 | # CONFIG_BF536 is not set | ||
| 128 | # CONFIG_BF537 is not set | ||
| 129 | CONFIG_BF538=y | ||
| 130 | # CONFIG_BF539 is not set | ||
| 131 | # CONFIG_BF542 is not set | ||
| 132 | # CONFIG_BF544 is not set | ||
| 133 | # CONFIG_BF547 is not set | ||
| 134 | # CONFIG_BF548 is not set | ||
| 135 | # CONFIG_BF549 is not set | ||
| 136 | # CONFIG_BF561 is not set | ||
| 137 | CONFIG_BF_REV_MIN=4 | ||
| 138 | CONFIG_BF_REV_MAX=5 | ||
| 139 | # CONFIG_BF_REV_0_0 is not set | ||
| 140 | # CONFIG_BF_REV_0_1 is not set | ||
| 141 | # CONFIG_BF_REV_0_2 is not set | ||
| 142 | # CONFIG_BF_REV_0_3 is not set | ||
| 143 | CONFIG_BF_REV_0_4=y | ||
| 144 | # CONFIG_BF_REV_0_5 is not set | ||
| 145 | # CONFIG_BF_REV_0_6 is not set | ||
| 146 | # CONFIG_BF_REV_ANY is not set | ||
| 147 | # CONFIG_BF_REV_NONE is not set | ||
| 148 | CONFIG_MEM_MT48LC32M8A2_75=y | ||
| 149 | CONFIG_IRQ_PLL_WAKEUP=7 | ||
| 150 | CONFIG_IRQ_DMA0_ERROR=7 | ||
| 151 | CONFIG_IRQ_PPI_ERROR=7 | ||
| 152 | CONFIG_IRQ_SPORT0_ERROR=7 | ||
| 153 | CONFIG_IRQ_SPORT1_ERROR=7 | ||
| 154 | CONFIG_IRQ_UART0_ERROR=7 | ||
| 155 | CONFIG_IRQ_UART1_ERROR=7 | ||
| 156 | CONFIG_IRQ_RTC=8 | ||
| 157 | CONFIG_IRQ_PPI=8 | ||
| 158 | CONFIG_IRQ_SPORT0_RX=9 | ||
| 159 | CONFIG_IRQ_SPORT0_TX=9 | ||
| 160 | CONFIG_IRQ_SPORT1_RX=9 | ||
| 161 | CONFIG_IRQ_SPORT1_TX=9 | ||
| 162 | CONFIG_IRQ_UART0_RX=10 | ||
| 163 | CONFIG_IRQ_UART0_TX=10 | ||
| 164 | CONFIG_IRQ_UART1_RX=10 | ||
| 165 | CONFIG_IRQ_UART1_TX=10 | ||
| 166 | CONFIG_IRQ_TMR0=12 | ||
| 167 | CONFIG_IRQ_TMR1=12 | ||
| 168 | CONFIG_IRQ_TMR2=12 | ||
| 169 | CONFIG_IRQ_WATCH=13 | ||
| 170 | CONFIG_IRQ_PORTF_INTA=12 | ||
| 171 | CONFIG_IRQ_PORTF_INTB=12 | ||
| 172 | CONFIG_IRQ_DMA1_ERROR=7 | ||
| 173 | CONFIG_IRQ_CAN_RX=11 | ||
| 174 | CONFIG_IRQ_CAN_TX=11 | ||
| 175 | CONFIG_BFIN538_EZKIT=y | ||
| 176 | |||
| 177 | # | ||
| 178 | # BF538 Specific Configuration | ||
| 179 | # | ||
| 180 | |||
| 181 | # | ||
| 182 | # Interrupt Priority Assignment | ||
| 183 | # | ||
| 184 | |||
| 185 | # | ||
| 186 | # Priority | ||
| 187 | # | ||
| 188 | CONFIG_IRQ_SPI0_ERROR=7 | ||
| 189 | CONFIG_IRQ_SPI0=10 | ||
| 190 | CONFIG_IRQ_MEM0_DMA0=13 | ||
| 191 | CONFIG_IRQ_MEM0_DMA1=13 | ||
| 192 | CONFIG_IRQ_SPORT2_ERROR=7 | ||
| 193 | CONFIG_IRQ_SPORT3_ERROR=7 | ||
| 194 | CONFIG_IRQ_SPI1_ERROR=7 | ||
| 195 | CONFIG_IRQ_SPI2_ERROR=7 | ||
| 196 | CONFIG_IRQ_UART2_ERROR=7 | ||
| 197 | CONFIG_IRQ_CAN_ERROR=7 | ||
| 198 | CONFIG_IRQ_SPORT2_RX=9 | ||
| 199 | CONFIG_IRQ_SPORT2_TX=9 | ||
| 200 | CONFIG_IRQ_SPORT3_RX=9 | ||
| 201 | CONFIG_IRQ_SPORT3_TX=9 | ||
| 202 | CONFIG_IRQ_SPI1=10 | ||
| 203 | CONFIG_IRQ_SPI2=10 | ||
| 204 | CONFIG_IRQ_UART2_RX=10 | ||
| 205 | CONFIG_IRQ_UART2_TX=10 | ||
| 206 | CONFIG_IRQ_TWI0=11 | ||
| 207 | CONFIG_IRQ_TWI1=11 | ||
| 208 | CONFIG_IRQ_MEM1_DMA0=13 | ||
| 209 | CONFIG_IRQ_MEM1_DMA1=13 | ||
| 210 | |||
| 211 | # | ||
| 212 | # Board customizations | ||
| 213 | # | ||
| 214 | # CONFIG_CMDLINE_BOOL is not set | ||
| 215 | CONFIG_BOOT_LOAD=0x1000 | ||
| 216 | CONFIG_ROM_BASE=0x20040000 | ||
| 217 | |||
| 218 | # | ||
| 219 | # Clock/PLL Setup | ||
| 220 | # | ||
| 221 | CONFIG_CLKIN_HZ=25000000 | ||
| 222 | # CONFIG_BFIN_KERNEL_CLOCK is not set | ||
| 223 | CONFIG_MAX_MEM_SIZE=512 | ||
| 224 | CONFIG_MAX_VCO_HZ=533333333 | ||
| 225 | CONFIG_MIN_VCO_HZ=50000000 | ||
| 226 | CONFIG_MAX_SCLK_HZ=133333333 | ||
| 227 | CONFIG_MIN_SCLK_HZ=27000000 | ||
| 228 | |||
| 229 | # | ||
| 230 | # Kernel Timer/Scheduler | ||
| 231 | # | ||
| 232 | # CONFIG_HZ_100 is not set | ||
| 233 | CONFIG_HZ_250=y | ||
| 234 | # CONFIG_HZ_300 is not set | ||
| 235 | # CONFIG_HZ_1000 is not set | ||
| 236 | CONFIG_HZ=250 | ||
| 237 | # CONFIG_SCHED_HRTICK is not set | ||
| 238 | CONFIG_GENERIC_TIME=y | ||
| 239 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
| 240 | # CONFIG_CYCLES_CLOCKSOURCE is not set | ||
| 241 | CONFIG_TICK_ONESHOT=y | ||
| 242 | # CONFIG_NO_HZ is not set | ||
| 243 | CONFIG_HIGH_RES_TIMERS=y | ||
| 244 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
| 245 | |||
| 246 | # | ||
| 247 | # Misc | ||
| 248 | # | ||
| 249 | CONFIG_BFIN_SCRATCH_REG_RETN=y | ||
| 250 | # CONFIG_BFIN_SCRATCH_REG_RETE is not set | ||
| 251 | # CONFIG_BFIN_SCRATCH_REG_CYCLES is not set | ||
| 252 | |||
| 253 | # | ||
| 254 | # Blackfin Kernel Optimizations | ||
| 255 | # | ||
| 256 | |||
| 257 | # | ||
| 258 | # Memory Optimizations | ||
| 259 | # | ||
| 260 | CONFIG_I_ENTRY_L1=y | ||
| 261 | CONFIG_EXCPT_IRQ_SYSC_L1=y | ||
| 262 | CONFIG_DO_IRQ_L1=y | ||
| 263 | CONFIG_CORE_TIMER_IRQ_L1=y | ||
| 264 | CONFIG_IDLE_L1=y | ||
| 265 | CONFIG_SCHEDULE_L1=y | ||
| 266 | CONFIG_ARITHMETIC_OPS_L1=y | ||
| 267 | CONFIG_ACCESS_OK_L1=y | ||
| 268 | CONFIG_MEMSET_L1=y | ||
| 269 | CONFIG_MEMCPY_L1=y | ||
| 270 | CONFIG_SYS_BFIN_SPINLOCK_L1=y | ||
| 271 | # CONFIG_IP_CHECKSUM_L1 is not set | ||
| 272 | CONFIG_CACHELINE_ALIGNED_L1=y | ||
| 273 | # CONFIG_SYSCALL_TAB_L1 is not set | ||
| 274 | # CONFIG_CPLB_SWITCH_TAB_L1 is not set | ||
| 275 | CONFIG_APP_STACK_L1=y | ||
| 276 | |||
| 277 | # | ||
| 278 | # Speed Optimizations | ||
| 279 | # | ||
| 280 | CONFIG_BFIN_INS_LOWOVERHEAD=y | ||
| 281 | CONFIG_RAMKERNEL=y | ||
| 282 | # CONFIG_ROMKERNEL is not set | ||
| 283 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 284 | CONFIG_FLATMEM_MANUAL=y | ||
| 285 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 286 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 287 | CONFIG_FLATMEM=y | ||
| 288 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 289 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 290 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
| 291 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 292 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
| 293 | # CONFIG_RESOURCES_64BIT is not set | ||
| 294 | CONFIG_ZONE_DMA_FLAG=1 | ||
| 295 | CONFIG_VIRT_TO_BUS=y | ||
| 296 | CONFIG_BFIN_GPTIMERS=y | ||
| 297 | CONFIG_BFIN_DMA_5XX=y | ||
| 298 | # CONFIG_DMA_UNCACHED_4M is not set | ||
| 299 | # CONFIG_DMA_UNCACHED_2M is not set | ||
| 300 | CONFIG_DMA_UNCACHED_1M=y | ||
| 301 | # CONFIG_DMA_UNCACHED_NONE is not set | ||
| 302 | |||
| 303 | # | ||
| 304 | # Cache Support | ||
| 305 | # | ||
| 306 | CONFIG_BFIN_ICACHE=y | ||
| 307 | CONFIG_BFIN_DCACHE=y | ||
| 308 | # CONFIG_BFIN_DCACHE_BANKA is not set | ||
| 309 | # CONFIG_BFIN_ICACHE_LOCK is not set | ||
| 310 | # CONFIG_BFIN_WB is not set | ||
| 311 | CONFIG_BFIN_WT=y | ||
| 312 | # CONFIG_MPU is not set | ||
| 313 | |||
| 314 | # | ||
| 315 | # Asynchonous Memory Configuration | ||
| 316 | # | ||
| 317 | |||
| 318 | # | ||
| 319 | # EBIU_AMGCTL Global Control | ||
| 320 | # | ||
| 321 | CONFIG_C_AMCKEN=y | ||
| 322 | CONFIG_C_CDPRIO=y | ||
| 323 | # CONFIG_C_AMBEN is not set | ||
| 324 | # CONFIG_C_AMBEN_B0 is not set | ||
| 325 | # CONFIG_C_AMBEN_B0_B1 is not set | ||
| 326 | # CONFIG_C_AMBEN_B0_B1_B2 is not set | ||
| 327 | CONFIG_C_AMBEN_ALL=y | ||
| 328 | |||
| 329 | # | ||
| 330 | # EBIU_AMBCTL Control | ||
| 331 | # | ||
| 332 | CONFIG_BANK_0=0x7BB0 | ||
| 333 | CONFIG_BANK_1=0x7BB0 | ||
| 334 | CONFIG_BANK_2=0x7BB0 | ||
| 335 | CONFIG_BANK_3=0x99B2 | ||
| 336 | |||
| 337 | # | ||
| 338 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
| 339 | # | ||
| 340 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
| 341 | # CONFIG_PCCARD is not set | ||
| 342 | |||
| 343 | # | ||
| 344 | # Executable file formats | ||
| 345 | # | ||
| 346 | CONFIG_BINFMT_ELF_FDPIC=y | ||
| 347 | CONFIG_BINFMT_FLAT=y | ||
| 348 | CONFIG_BINFMT_ZFLAT=y | ||
| 349 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
| 350 | # CONFIG_BINFMT_MISC is not set | ||
| 351 | |||
| 352 | # | ||
| 353 | # Power management options | ||
| 354 | # | ||
| 355 | # CONFIG_PM is not set | ||
| 356 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 357 | # CONFIG_PM_WAKEUP_BY_GPIO is not set | ||
| 358 | |||
| 359 | # | ||
| 360 | # CPU Frequency scaling | ||
| 361 | # | ||
| 362 | # CONFIG_CPU_FREQ is not set | ||
| 363 | |||
| 364 | # | ||
| 365 | # Networking | ||
| 366 | # | ||
| 367 | CONFIG_NET=y | ||
| 368 | |||
| 369 | # | ||
| 370 | # Networking options | ||
| 371 | # | ||
| 372 | CONFIG_PACKET=y | ||
| 373 | # CONFIG_PACKET_MMAP is not set | ||
| 374 | CONFIG_UNIX=y | ||
| 375 | CONFIG_XFRM=y | ||
| 376 | # CONFIG_XFRM_USER is not set | ||
| 377 | # CONFIG_XFRM_SUB_POLICY is not set | ||
| 378 | # CONFIG_XFRM_MIGRATE is not set | ||
| 379 | # CONFIG_XFRM_STATISTICS is not set | ||
| 380 | # CONFIG_NET_KEY is not set | ||
| 381 | CONFIG_INET=y | ||
| 382 | # CONFIG_IP_MULTICAST is not set | ||
| 383 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 384 | CONFIG_IP_FIB_HASH=y | ||
| 385 | CONFIG_IP_PNP=y | ||
| 386 | # CONFIG_IP_PNP_DHCP is not set | ||
| 387 | # CONFIG_IP_PNP_BOOTP is not set | ||
| 388 | # CONFIG_IP_PNP_RARP is not set | ||
| 389 | # CONFIG_NET_IPIP is not set | ||
| 390 | # CONFIG_NET_IPGRE is not set | ||
| 391 | # CONFIG_ARPD is not set | ||
| 392 | CONFIG_SYN_COOKIES=y | ||
| 393 | # CONFIG_INET_AH is not set | ||
| 394 | # CONFIG_INET_ESP is not set | ||
| 395 | # CONFIG_INET_IPCOMP is not set | ||
| 396 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
| 397 | # CONFIG_INET_TUNNEL is not set | ||
| 398 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
| 399 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
| 400 | CONFIG_INET_XFRM_MODE_BEET=y | ||
| 401 | # CONFIG_INET_LRO is not set | ||
| 402 | CONFIG_INET_DIAG=y | ||
| 403 | CONFIG_INET_TCP_DIAG=y | ||
| 404 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 405 | CONFIG_TCP_CONG_CUBIC=y | ||
| 406 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
| 407 | # CONFIG_TCP_MD5SIG is not set | ||
| 408 | # CONFIG_IPV6 is not set | ||
| 409 | # CONFIG_NETLABEL is not set | ||
| 410 | # CONFIG_NETWORK_SECMARK is not set | ||
| 411 | # CONFIG_NETFILTER is not set | ||
| 412 | # CONFIG_IP_DCCP is not set | ||
| 413 | # CONFIG_IP_SCTP is not set | ||
| 414 | # CONFIG_TIPC is not set | ||
| 415 | # CONFIG_ATM is not set | ||
| 416 | # CONFIG_BRIDGE is not set | ||
| 417 | # CONFIG_VLAN_8021Q is not set | ||
| 418 | # CONFIG_DECNET is not set | ||
| 419 | # CONFIG_LLC2 is not set | ||
| 420 | # CONFIG_IPX is not set | ||
| 421 | # CONFIG_ATALK is not set | ||
| 422 | # CONFIG_X25 is not set | ||
| 423 | # CONFIG_LAPB is not set | ||
| 424 | # CONFIG_ECONET is not set | ||
| 425 | # CONFIG_WAN_ROUTER is not set | ||
| 426 | # CONFIG_NET_SCHED is not set | ||
| 427 | |||
| 428 | # | ||
| 429 | # Network testing | ||
| 430 | # | ||
| 431 | # CONFIG_NET_PKTGEN is not set | ||
| 432 | # CONFIG_HAMRADIO is not set | ||
| 433 | # CONFIG_CAN is not set | ||
| 434 | CONFIG_IRDA=m | ||
| 435 | |||
| 436 | # | ||
| 437 | # IrDA protocols | ||
| 438 | # | ||
| 439 | CONFIG_IRLAN=m | ||
| 440 | CONFIG_IRCOMM=m | ||
| 441 | # CONFIG_IRDA_ULTRA is not set | ||
| 442 | |||
| 443 | # | ||
| 444 | # IrDA options | ||
| 445 | # | ||
| 446 | CONFIG_IRDA_CACHE_LAST_LSAP=y | ||
| 447 | # CONFIG_IRDA_FAST_RR is not set | ||
| 448 | # CONFIG_IRDA_DEBUG is not set | ||
| 449 | |||
| 450 | # | ||
| 451 | # Infrared-port device drivers | ||
| 452 | # | ||
| 453 | |||
| 454 | # | ||
| 455 | # SIR device drivers | ||
| 456 | # | ||
| 457 | CONFIG_IRTTY_SIR=m | ||
| 458 | CONFIG_BFIN_SIR=m | ||
| 459 | CONFIG_SIR_BFIN_DMA=y | ||
| 460 | # CONFIG_SIR_BFIN_PIO is not set | ||
| 461 | |||
| 462 | # | ||
| 463 | # Dongle support | ||
| 464 | # | ||
| 465 | # CONFIG_DONGLE is not set | ||
| 466 | |||
| 467 | # | ||
| 468 | # FIR device drivers | ||
| 469 | # | ||
| 470 | # CONFIG_BT is not set | ||
| 471 | # CONFIG_AF_RXRPC is not set | ||
| 472 | |||
| 473 | # | ||
| 474 | # Wireless | ||
| 475 | # | ||
| 476 | # CONFIG_CFG80211 is not set | ||
| 477 | # CONFIG_WIRELESS_EXT is not set | ||
| 478 | # CONFIG_MAC80211 is not set | ||
| 479 | # CONFIG_IEEE80211 is not set | ||
| 480 | # CONFIG_RFKILL is not set | ||
| 481 | # CONFIG_NET_9P is not set | ||
| 482 | |||
| 483 | # | ||
| 484 | # Device Drivers | ||
| 485 | # | ||
| 486 | |||
| 487 | # | ||
| 488 | # Generic Driver Options | ||
| 489 | # | ||
| 490 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
| 491 | CONFIG_STANDALONE=y | ||
| 492 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 493 | # CONFIG_FW_LOADER is not set | ||
| 494 | # CONFIG_SYS_HYPERVISOR is not set | ||
| 495 | # CONFIG_CONNECTOR is not set | ||
| 496 | CONFIG_MTD=y | ||
| 497 | # CONFIG_MTD_DEBUG is not set | ||
| 498 | # CONFIG_MTD_CONCAT is not set | ||
| 499 | CONFIG_MTD_PARTITIONS=y | ||
| 500 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 501 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 502 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 503 | |||
| 504 | # | ||
| 505 | # User Modules And Translation Layers | ||
| 506 | # | ||
| 507 | CONFIG_MTD_CHAR=m | ||
| 508 | CONFIG_MTD_BLKDEVS=y | ||
| 509 | CONFIG_MTD_BLOCK=y | ||
| 510 | # CONFIG_FTL is not set | ||
| 511 | # CONFIG_NFTL is not set | ||
| 512 | # CONFIG_INFTL is not set | ||
| 513 | # CONFIG_RFD_FTL is not set | ||
| 514 | # CONFIG_SSFDC is not set | ||
| 515 | # CONFIG_MTD_OOPS is not set | ||
| 516 | |||
| 517 | # | ||
| 518 | # RAM/ROM/Flash chip drivers | ||
| 519 | # | ||
| 520 | CONFIG_MTD_CFI=m | ||
| 521 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 522 | CONFIG_MTD_GEN_PROBE=m | ||
| 523 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
| 524 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 525 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 526 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 527 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 528 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 529 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 530 | CONFIG_MTD_CFI_I1=y | ||
| 531 | CONFIG_MTD_CFI_I2=y | ||
| 532 | # CONFIG_MTD_CFI_I4 is not set | ||
| 533 | # CONFIG_MTD_CFI_I8 is not set | ||
| 534 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
| 535 | CONFIG_MTD_CFI_AMDSTD=m | ||
| 536 | # CONFIG_MTD_CFI_STAA is not set | ||
| 537 | CONFIG_MTD_CFI_UTIL=m | ||
| 538 | CONFIG_MTD_RAM=y | ||
| 539 | CONFIG_MTD_ROM=m | ||
| 540 | # CONFIG_MTD_ABSENT is not set | ||
| 541 | |||
| 542 | # | ||
| 543 | # Mapping drivers for chip access | ||
| 544 | # | ||
| 545 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 546 | CONFIG_MTD_PHYSMAP=m | ||
| 547 | CONFIG_MTD_PHYSMAP_START=0x20000000 | ||
| 548 | CONFIG_MTD_PHYSMAP_LEN=0x0 | ||
| 549 | CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | ||
| 550 | # CONFIG_MTD_GPIO_ADDR is not set | ||
| 551 | # CONFIG_MTD_UCLINUX is not set | ||
| 552 | # CONFIG_MTD_PLATRAM is not set | ||
| 553 | |||
| 554 | # | ||
| 555 | # Self-contained MTD device drivers | ||
| 556 | # | ||
| 557 | # CONFIG_MTD_DATAFLASH is not set | ||
| 558 | # CONFIG_MTD_M25P80 is not set | ||
| 559 | # CONFIG_MTD_SLRAM is not set | ||
| 560 | # CONFIG_MTD_PHRAM is not set | ||
| 561 | # CONFIG_MTD_MTDRAM is not set | ||
| 562 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 563 | |||
| 564 | # | ||
| 565 | # Disk-On-Chip Device Drivers | ||
| 566 | # | ||
| 567 | # CONFIG_MTD_DOC2000 is not set | ||
| 568 | # CONFIG_MTD_DOC2001 is not set | ||
| 569 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 570 | CONFIG_MTD_NAND=m | ||
| 571 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
| 572 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
| 573 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
| 574 | CONFIG_MTD_NAND_BFIN=m | ||
| 575 | CONFIG_BFIN_NAND_BASE=0x20212000 | ||
| 576 | CONFIG_BFIN_NAND_CLE=2 | ||
| 577 | CONFIG_BFIN_NAND_ALE=1 | ||
| 578 | CONFIG_BFIN_NAND_READY=3 | ||
| 579 | CONFIG_MTD_NAND_IDS=m | ||
| 580 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
| 581 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
| 582 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
| 583 | # CONFIG_MTD_ONENAND is not set | ||
| 584 | |||
| 585 | # | ||
| 586 | # UBI - Unsorted block images | ||
| 587 | # | ||
| 588 | # CONFIG_MTD_UBI is not set | ||
| 589 | # CONFIG_PARPORT is not set | ||
| 590 | CONFIG_BLK_DEV=y | ||
| 591 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 592 | # CONFIG_BLK_DEV_LOOP is not set | ||
| 593 | # CONFIG_BLK_DEV_NBD is not set | ||
| 594 | CONFIG_BLK_DEV_RAM=y | ||
| 595 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 596 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
| 597 | # CONFIG_BLK_DEV_XIP is not set | ||
| 598 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 599 | # CONFIG_ATA_OVER_ETH is not set | ||
| 600 | # CONFIG_MISC_DEVICES is not set | ||
| 601 | CONFIG_HAVE_IDE=y | ||
| 602 | # CONFIG_IDE is not set | ||
| 603 | |||
| 604 | # | ||
| 605 | # SCSI device support | ||
| 606 | # | ||
| 607 | # CONFIG_RAID_ATTRS is not set | ||
| 608 | # CONFIG_SCSI is not set | ||
| 609 | # CONFIG_SCSI_DMA is not set | ||
| 610 | # CONFIG_SCSI_NETLINK is not set | ||
| 611 | # CONFIG_ATA is not set | ||
| 612 | # CONFIG_MD is not set | ||
| 613 | CONFIG_NETDEVICES=y | ||
| 614 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 615 | # CONFIG_DUMMY is not set | ||
| 616 | # CONFIG_BONDING is not set | ||
| 617 | # CONFIG_MACVLAN is not set | ||
| 618 | # CONFIG_EQUALIZER is not set | ||
| 619 | # CONFIG_TUN is not set | ||
| 620 | # CONFIG_VETH is not set | ||
| 621 | CONFIG_PHYLIB=y | ||
| 622 | |||
| 623 | # | ||
| 624 | # MII PHY device drivers | ||
| 625 | # | ||
| 626 | # CONFIG_MARVELL_PHY is not set | ||
| 627 | # CONFIG_DAVICOM_PHY is not set | ||
| 628 | # CONFIG_QSEMI_PHY is not set | ||
| 629 | # CONFIG_LXT_PHY is not set | ||
| 630 | # CONFIG_CICADA_PHY is not set | ||
| 631 | # CONFIG_VITESSE_PHY is not set | ||
| 632 | CONFIG_SMSC_PHY=y | ||
| 633 | # CONFIG_BROADCOM_PHY is not set | ||
| 634 | # CONFIG_ICPLUS_PHY is not set | ||
| 635 | # CONFIG_REALTEK_PHY is not set | ||
| 636 | # CONFIG_FIXED_PHY is not set | ||
| 637 | # CONFIG_MDIO_BITBANG is not set | ||
| 638 | CONFIG_NET_ETHERNET=y | ||
| 639 | CONFIG_MII=y | ||
| 640 | CONFIG_SMC91X=y | ||
| 641 | # CONFIG_SMSC911X is not set | ||
| 642 | # CONFIG_DM9000 is not set | ||
| 643 | # CONFIG_ENC28J60 is not set | ||
| 644 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
| 645 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
| 646 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
| 647 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
| 648 | # CONFIG_B44 is not set | ||
| 649 | # CONFIG_NETDEV_1000 is not set | ||
| 650 | # CONFIG_NETDEV_10000 is not set | ||
| 651 | |||
| 652 | # | ||
| 653 | # Wireless LAN | ||
| 654 | # | ||
| 655 | # CONFIG_WLAN_PRE80211 is not set | ||
| 656 | # CONFIG_WLAN_80211 is not set | ||
| 657 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 658 | # CONFIG_WAN is not set | ||
| 659 | # CONFIG_PPP is not set | ||
| 660 | # CONFIG_SLIP is not set | ||
| 661 | # CONFIG_NETCONSOLE is not set | ||
| 662 | # CONFIG_NETPOLL is not set | ||
| 663 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 664 | # CONFIG_ISDN is not set | ||
| 665 | # CONFIG_PHONE is not set | ||
| 666 | |||
| 667 | # | ||
| 668 | # Input device support | ||
| 669 | # | ||
| 670 | CONFIG_INPUT=y | ||
| 671 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
| 672 | # CONFIG_INPUT_POLLDEV is not set | ||
| 673 | |||
| 674 | # | ||
| 675 | # Userland interfaces | ||
| 676 | # | ||
| 677 | # CONFIG_INPUT_MOUSEDEV is not set | ||
| 678 | # CONFIG_INPUT_JOYDEV is not set | ||
| 679 | CONFIG_INPUT_EVDEV=m | ||
| 680 | # CONFIG_INPUT_EVBUG is not set | ||
| 681 | |||
| 682 | # | ||
| 683 | # Input Device Drivers | ||
| 684 | # | ||
| 685 | # CONFIG_INPUT_KEYBOARD is not set | ||
| 686 | # CONFIG_INPUT_MOUSE is not set | ||
| 687 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 688 | # CONFIG_INPUT_TABLET is not set | ||
| 689 | CONFIG_INPUT_TOUCHSCREEN=y | ||
| 690 | # CONFIG_TOUCHSCREEN_ADS7846 is not set | ||
| 691 | # CONFIG_TOUCHSCREEN_AD7877 is not set | ||
| 692 | CONFIG_TOUCHSCREEN_AD7879=m | ||
| 693 | # CONFIG_TOUCHSCREEN_AD7879_I2C is not set | ||
| 694 | CONFIG_TOUCHSCREEN_AD7879_SPI=y | ||
| 695 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | ||
| 696 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
| 697 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
| 698 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
| 699 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
| 700 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
| 701 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
| 702 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
| 703 | # CONFIG_TOUCHSCREEN_UCB1400 is not set | ||
| 704 | CONFIG_INPUT_MISC=y | ||
| 705 | # CONFIG_INPUT_UINPUT is not set | ||
| 706 | # CONFIG_TWI_KEYPAD is not set | ||
| 707 | |||
| 708 | # | ||
| 709 | # Hardware I/O ports | ||
| 710 | # | ||
| 711 | # CONFIG_SERIO is not set | ||
| 712 | # CONFIG_GAMEPORT is not set | ||
| 713 | |||
| 714 | # | ||
| 715 | # Character devices | ||
| 716 | # | ||
| 717 | # CONFIG_AD9960 is not set | ||
| 718 | # CONFIG_SPI_ADC_BF533 is not set | ||
| 719 | # CONFIG_BF5xx_PPIFCD is not set | ||
| 720 | # CONFIG_BFIN_SIMPLE_TIMER is not set | ||
| 721 | # CONFIG_BF5xx_PPI is not set | ||
| 722 | CONFIG_BFIN_SPORT=y | ||
| 723 | # CONFIG_BFIN_TIMER_LATENCY is not set | ||
| 724 | # CONFIG_TWI_LCD is not set | ||
| 725 | CONFIG_SIMPLE_GPIO=m | ||
| 726 | # CONFIG_VT is not set | ||
| 727 | # CONFIG_DEVKMEM is not set | ||
| 728 | # CONFIG_BFIN_JTAG_COMM is not set | ||
| 729 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 730 | |||
| 731 | # | ||
| 732 | # Serial drivers | ||
| 733 | # | ||
| 734 | # CONFIG_SERIAL_8250 is not set | ||
| 735 | |||
| 736 | # | ||
| 737 | # Non-8250 serial port support | ||
| 738 | # | ||
| 739 | CONFIG_SERIAL_BFIN=y | ||
| 740 | CONFIG_SERIAL_BFIN_CONSOLE=y | ||
| 741 | CONFIG_SERIAL_BFIN_DMA=y | ||
| 742 | # CONFIG_SERIAL_BFIN_PIO is not set | ||
| 743 | CONFIG_SERIAL_BFIN_UART0=y | ||
| 744 | # CONFIG_BFIN_UART0_CTSRTS is not set | ||
| 745 | CONFIG_SERIAL_BFIN_UART1=y | ||
| 746 | # CONFIG_BFIN_UART1_CTSRTS is not set | ||
| 747 | CONFIG_SERIAL_BFIN_UART2=y | ||
| 748 | # CONFIG_BFIN_UART2_CTSRTS is not set | ||
| 749 | CONFIG_SERIAL_CORE=y | ||
| 750 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 751 | # CONFIG_SERIAL_BFIN_SPORT is not set | ||
| 752 | CONFIG_UNIX98_PTYS=y | ||
| 753 | # CONFIG_LEGACY_PTYS is not set | ||
| 754 | |||
| 755 | # | ||
| 756 | # CAN, the car bus and industrial fieldbus | ||
| 757 | # | ||
| 758 | # CONFIG_CAN4LINUX is not set | ||
| 759 | # CONFIG_IPMI_HANDLER is not set | ||
| 760 | # CONFIG_HW_RANDOM is not set | ||
| 761 | # CONFIG_R3964 is not set | ||
| 762 | # CONFIG_RAW_DRIVER is not set | ||
| 763 | # CONFIG_TCG_TPM is not set | ||
| 764 | CONFIG_I2C=y | ||
| 765 | CONFIG_I2C_BOARDINFO=y | ||
| 766 | # CONFIG_I2C_CHARDEV is not set | ||
| 767 | CONFIG_I2C_HELPER_AUTO=y | ||
| 768 | |||
| 769 | # | ||
| 770 | # I2C Hardware Bus support | ||
| 771 | # | ||
| 772 | CONFIG_I2C_BLACKFIN_TWI=y | ||
| 773 | CONFIG_I2C_BLACKFIN_TWI_CLK_KHZ=50 | ||
| 774 | # CONFIG_I2C_GPIO is not set | ||
| 775 | # CONFIG_I2C_OCORES is not set | ||
| 776 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 777 | # CONFIG_I2C_SIMTEC is not set | ||
| 778 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 779 | # CONFIG_I2C_STUB is not set | ||
| 780 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
| 781 | |||
| 782 | # | ||
| 783 | # Miscellaneous I2C Chip support | ||
| 784 | # | ||
| 785 | # CONFIG_DS1682 is not set | ||
| 786 | # CONFIG_SENSORS_AD5252 is not set | ||
| 787 | # CONFIG_SENSORS_EEPROM is not set | ||
| 788 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 789 | # CONFIG_PCF8575 is not set | ||
| 790 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 791 | # CONFIG_SENSORS_MAX6875 is not set | ||
| 792 | # CONFIG_SENSORS_TSL2550 is not set | ||
| 793 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 794 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 795 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 796 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 797 | CONFIG_SPI=y | ||
| 798 | CONFIG_SPI_MASTER=y | ||
| 799 | |||
| 800 | # | ||
| 801 | # SPI Master Controller Drivers | ||
| 802 | # | ||
| 803 | CONFIG_SPI_BFIN=y | ||
| 804 | # CONFIG_SPI_BITBANG is not set | ||
| 805 | |||
| 806 | # | ||
| 807 | # SPI Protocol Masters | ||
| 808 | # | ||
| 809 | # CONFIG_SPI_AT25 is not set | ||
| 810 | # CONFIG_SPI_SPIDEV is not set | ||
| 811 | # CONFIG_SPI_TLE62X0 is not set | ||
| 812 | # CONFIG_W1 is not set | ||
| 813 | # CONFIG_POWER_SUPPLY is not set | ||
| 814 | CONFIG_HWMON=y | ||
| 815 | # CONFIG_HWMON_VID is not set | ||
| 816 | # CONFIG_SENSORS_AD7418 is not set | ||
| 817 | # CONFIG_SENSORS_ADM1021 is not set | ||
| 818 | # CONFIG_SENSORS_ADM1025 is not set | ||
| 819 | # CONFIG_SENSORS_ADM1026 is not set | ||
| 820 | # CONFIG_SENSORS_ADM1029 is not set | ||
| 821 | # CONFIG_SENSORS_ADM1031 is not set | ||
| 822 | # CONFIG_SENSORS_ADM9240 is not set | ||
| 823 | # CONFIG_SENSORS_ADT7470 is not set | ||
| 824 | # CONFIG_SENSORS_ADT7473 is not set | ||
| 825 | # CONFIG_SENSORS_ATXP1 is not set | ||
| 826 | # CONFIG_SENSORS_DS1621 is not set | ||
| 827 | # CONFIG_SENSORS_F71805F is not set | ||
| 828 | # CONFIG_SENSORS_F71882FG is not set | ||
| 829 | # CONFIG_SENSORS_F75375S is not set | ||
| 830 | # CONFIG_SENSORS_GL518SM is not set | ||
| 831 | # CONFIG_SENSORS_GL520SM is not set | ||
| 832 | # CONFIG_SENSORS_IT87 is not set | ||
| 833 | # CONFIG_SENSORS_LM63 is not set | ||
| 834 | # CONFIG_SENSORS_LM70 is not set | ||
| 835 | # CONFIG_SENSORS_LM75 is not set | ||
| 836 | # CONFIG_SENSORS_LM77 is not set | ||
| 837 | # CONFIG_SENSORS_LM78 is not set | ||
| 838 | # CONFIG_SENSORS_LM80 is not set | ||
| 839 | # CONFIG_SENSORS_LM83 is not set | ||
| 840 | # CONFIG_SENSORS_LM85 is not set | ||
| 841 | # CONFIG_SENSORS_LM87 is not set | ||
| 842 | # CONFIG_SENSORS_LM90 is not set | ||
| 843 | # CONFIG_SENSORS_LM92 is not set | ||
| 844 | # CONFIG_SENSORS_LM93 is not set | ||
| 845 | # CONFIG_SENSORS_MAX1619 is not set | ||
| 846 | # CONFIG_SENSORS_MAX6650 is not set | ||
| 847 | # CONFIG_SENSORS_PC87360 is not set | ||
| 848 | # CONFIG_SENSORS_PC87427 is not set | ||
| 849 | # CONFIG_SENSORS_DME1737 is not set | ||
| 850 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
| 851 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
| 852 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
| 853 | # CONFIG_SENSORS_ADS7828 is not set | ||
| 854 | # CONFIG_SENSORS_THMC50 is not set | ||
| 855 | # CONFIG_SENSORS_VT1211 is not set | ||
| 856 | # CONFIG_SENSORS_W83781D is not set | ||
| 857 | # CONFIG_SENSORS_W83791D is not set | ||
| 858 | # CONFIG_SENSORS_W83792D is not set | ||
| 859 | # CONFIG_SENSORS_W83793 is not set | ||
| 860 | # CONFIG_SENSORS_W83L785TS is not set | ||
| 861 | # CONFIG_SENSORS_W83L786NG is not set | ||
| 862 | # CONFIG_SENSORS_W83627HF is not set | ||
| 863 | # CONFIG_SENSORS_W83627EHF is not set | ||
| 864 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
| 865 | # CONFIG_THERMAL is not set | ||
| 866 | # CONFIG_THERMAL_HWMON is not set | ||
| 867 | CONFIG_WATCHDOG=y | ||
| 868 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
| 869 | |||
| 870 | # | ||
| 871 | # Watchdog Device Drivers | ||
| 872 | # | ||
| 873 | # CONFIG_SOFT_WATCHDOG is not set | ||
| 874 | CONFIG_BFIN_WDT=y | ||
| 875 | |||
| 876 | # | ||
| 877 | # Sonics Silicon Backplane | ||
| 878 | # | ||
| 879 | CONFIG_SSB_POSSIBLE=y | ||
| 880 | # CONFIG_SSB is not set | ||
| 881 | |||
| 882 | # | ||
| 883 | # Multifunction device drivers | ||
| 884 | # | ||
| 885 | # CONFIG_MFD_SM501 is not set | ||
| 886 | # CONFIG_HTC_PASIC3 is not set | ||
| 887 | |||
| 888 | # | ||
| 889 | # Multimedia devices | ||
| 890 | # | ||
| 891 | |||
| 892 | # | ||
| 893 | # Multimedia core support | ||
| 894 | # | ||
| 895 | # CONFIG_VIDEO_DEV is not set | ||
| 896 | # CONFIG_DVB_CORE is not set | ||
| 897 | # CONFIG_VIDEO_MEDIA is not set | ||
| 898 | |||
| 899 | # | ||
| 900 | # Multimedia drivers | ||
| 901 | # | ||
| 902 | # CONFIG_DAB is not set | ||
| 903 | |||
| 904 | # | ||
| 905 | # Graphics support | ||
| 906 | # | ||
| 907 | # CONFIG_VGASTATE is not set | ||
| 908 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
| 909 | CONFIG_FB=m | ||
| 910 | # CONFIG_FIRMWARE_EDID is not set | ||
| 911 | # CONFIG_FB_DDC is not set | ||
| 912 | CONFIG_FB_CFB_FILLRECT=m | ||
| 913 | CONFIG_FB_CFB_COPYAREA=m | ||
| 914 | CONFIG_FB_CFB_IMAGEBLIT=m | ||
| 915 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
| 916 | # CONFIG_FB_SYS_FILLRECT is not set | ||
| 917 | # CONFIG_FB_SYS_COPYAREA is not set | ||
| 918 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
| 919 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
| 920 | # CONFIG_FB_SYS_FOPS is not set | ||
| 921 | # CONFIG_FB_SVGALIB is not set | ||
| 922 | # CONFIG_FB_MACMODES is not set | ||
| 923 | # CONFIG_FB_BACKLIGHT is not set | ||
| 924 | # CONFIG_FB_MODE_HELPERS is not set | ||
| 925 | # CONFIG_FB_TILEBLITTING is not set | ||
| 926 | |||
| 927 | # | ||
| 928 | # Frame buffer hardware drivers | ||
| 929 | # | ||
| 930 | # CONFIG_FB_BFIN_T350MCQB is not set | ||
| 931 | CONFIG_FB_BFIN_LQ035Q1=m | ||
| 932 | # CONFIG_FB_BFIN_7393 is not set | ||
| 933 | # CONFIG_FB_S1D13XXX is not set | ||
| 934 | # CONFIG_FB_VIRTUAL is not set | ||
| 935 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 936 | |||
| 937 | # | ||
| 938 | # Display device support | ||
| 939 | # | ||
| 940 | # CONFIG_DISPLAY_SUPPORT is not set | ||
| 941 | # CONFIG_LOGO is not set | ||
| 942 | |||
| 943 | # | ||
| 944 | # Sound | ||
| 945 | # | ||
| 946 | # CONFIG_SOUND is not set | ||
| 947 | CONFIG_HID_SUPPORT=y | ||
| 948 | CONFIG_HID=y | ||
| 949 | # CONFIG_HID_DEBUG is not set | ||
| 950 | # CONFIG_HIDRAW is not set | ||
| 951 | # CONFIG_USB_SUPPORT is not set | ||
| 952 | # CONFIG_MMC is not set | ||
| 953 | # CONFIG_MEMSTICK is not set | ||
| 954 | # CONFIG_NEW_LEDS is not set | ||
| 955 | # CONFIG_ACCESSIBILITY is not set | ||
| 956 | CONFIG_RTC_LIB=y | ||
| 957 | CONFIG_RTC_CLASS=y | ||
| 958 | CONFIG_RTC_HCTOSYS=y | ||
| 959 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
| 960 | # CONFIG_RTC_DEBUG is not set | ||
| 961 | |||
| 962 | # | ||
| 963 | # RTC interfaces | ||
| 964 | # | ||
| 965 | CONFIG_RTC_INTF_SYSFS=y | ||
| 966 | CONFIG_RTC_INTF_PROC=y | ||
| 967 | CONFIG_RTC_INTF_DEV=y | ||
| 968 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
| 969 | # CONFIG_RTC_DRV_TEST is not set | ||
| 970 | |||
| 971 | # | ||
| 972 | # I2C RTC drivers | ||
| 973 | # | ||
| 974 | # CONFIG_RTC_DRV_DS1307 is not set | ||
| 975 | # CONFIG_RTC_DRV_DS1374 is not set | ||
| 976 | # CONFIG_RTC_DRV_DS1672 is not set | ||
| 977 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
| 978 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
| 979 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
| 980 | # CONFIG_RTC_DRV_X1205 is not set | ||
| 981 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
| 982 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
| 983 | # CONFIG_RTC_DRV_M41T80 is not set | ||
| 984 | # CONFIG_RTC_DRV_S35390A is not set | ||
| 985 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 986 | |||
| 987 | # | ||
| 988 | # SPI RTC drivers | ||
| 989 | # | ||
| 990 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
| 991 | # CONFIG_RTC_DRV_R9701 is not set | ||
| 992 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
| 993 | |||
| 994 | # | ||
| 995 | # Platform RTC drivers | ||
| 996 | # | ||
| 997 | # CONFIG_RTC_DRV_DS1511 is not set | ||
| 998 | # CONFIG_RTC_DRV_DS1553 is not set | ||
| 999 | # CONFIG_RTC_DRV_DS1742 is not set | ||
| 1000 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
| 1001 | # CONFIG_RTC_DRV_M48T86 is not set | ||
| 1002 | # CONFIG_RTC_DRV_M48T59 is not set | ||
| 1003 | # CONFIG_RTC_DRV_V3020 is not set | ||
| 1004 | |||
| 1005 | # | ||
| 1006 | # on-CPU RTC drivers | ||
| 1007 | # | ||
| 1008 | CONFIG_RTC_DRV_BFIN=y | ||
| 1009 | # CONFIG_UIO is not set | ||
| 1010 | |||
| 1011 | # | ||
| 1012 | # File systems | ||
| 1013 | # | ||
| 1014 | # CONFIG_EXT2_FS is not set | ||
| 1015 | # CONFIG_EXT3_FS is not set | ||
| 1016 | # CONFIG_EXT4DEV_FS is not set | ||
| 1017 | # CONFIG_REISERFS_FS is not set | ||
| 1018 | # CONFIG_JFS_FS is not set | ||
| 1019 | # CONFIG_FS_POSIX_ACL is not set | ||
| 1020 | # CONFIG_XFS_FS is not set | ||
| 1021 | # CONFIG_OCFS2_FS is not set | ||
| 1022 | # CONFIG_DNOTIFY is not set | ||
| 1023 | CONFIG_INOTIFY=y | ||
| 1024 | CONFIG_INOTIFY_USER=y | ||
| 1025 | # CONFIG_QUOTA is not set | ||
| 1026 | # CONFIG_AUTOFS_FS is not set | ||
| 1027 | # CONFIG_AUTOFS4_FS is not set | ||
| 1028 | # CONFIG_FUSE_FS is not set | ||
| 1029 | |||
| 1030 | # | ||
| 1031 | # CD-ROM/DVD Filesystems | ||
| 1032 | # | ||
| 1033 | # CONFIG_ISO9660_FS is not set | ||
| 1034 | # CONFIG_UDF_FS is not set | ||
| 1035 | |||
| 1036 | # | ||
| 1037 | # DOS/FAT/NT Filesystems | ||
| 1038 | # | ||
| 1039 | # CONFIG_MSDOS_FS is not set | ||
| 1040 | # CONFIG_VFAT_FS is not set | ||
| 1041 | # CONFIG_NTFS_FS is not set | ||
| 1042 | |||
| 1043 | # | ||
| 1044 | # Pseudo filesystems | ||
| 1045 | # | ||
| 1046 | CONFIG_PROC_FS=y | ||
| 1047 | CONFIG_PROC_SYSCTL=y | ||
| 1048 | CONFIG_SYSFS=y | ||
| 1049 | # CONFIG_TMPFS is not set | ||
| 1050 | # CONFIG_HUGETLB_PAGE is not set | ||
| 1051 | # CONFIG_CONFIGFS_FS is not set | ||
| 1052 | |||
| 1053 | # | ||
| 1054 | # Miscellaneous filesystems | ||
| 1055 | # | ||
| 1056 | # CONFIG_ADFS_FS is not set | ||
| 1057 | # CONFIG_AFFS_FS is not set | ||
| 1058 | # CONFIG_HFS_FS is not set | ||
| 1059 | # CONFIG_HFSPLUS_FS is not set | ||
| 1060 | # CONFIG_BEFS_FS is not set | ||
| 1061 | # CONFIG_BFS_FS is not set | ||
| 1062 | # CONFIG_EFS_FS is not set | ||
| 1063 | CONFIG_YAFFS_FS=m | ||
| 1064 | CONFIG_YAFFS_YAFFS1=y | ||
| 1065 | # CONFIG_YAFFS_9BYTE_TAGS is not set | ||
| 1066 | # CONFIG_YAFFS_DOES_ECC is not set | ||
| 1067 | CONFIG_YAFFS_YAFFS2=y | ||
| 1068 | CONFIG_YAFFS_AUTO_YAFFS2=y | ||
| 1069 | # CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set | ||
| 1070 | # CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set | ||
| 1071 | # CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED is not set | ||
| 1072 | CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y | ||
| 1073 | CONFIG_JFFS2_FS=m | ||
| 1074 | CONFIG_JFFS2_FS_DEBUG=0 | ||
| 1075 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
| 1076 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
| 1077 | # CONFIG_JFFS2_SUMMARY is not set | ||
| 1078 | # CONFIG_JFFS2_FS_XATTR is not set | ||
| 1079 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
| 1080 | CONFIG_JFFS2_ZLIB=y | ||
| 1081 | # CONFIG_JFFS2_LZO is not set | ||
| 1082 | CONFIG_JFFS2_RTIME=y | ||
| 1083 | # CONFIG_JFFS2_RUBIN is not set | ||
| 1084 | # CONFIG_CRAMFS is not set | ||
| 1085 | # CONFIG_VXFS_FS is not set | ||
| 1086 | # CONFIG_MINIX_FS is not set | ||
| 1087 | # CONFIG_HPFS_FS is not set | ||
| 1088 | # CONFIG_QNX4FS_FS is not set | ||
| 1089 | # CONFIG_ROMFS_FS is not set | ||
| 1090 | # CONFIG_SYSV_FS is not set | ||
| 1091 | # CONFIG_UFS_FS is not set | ||
| 1092 | CONFIG_NETWORK_FILESYSTEMS=y | ||
| 1093 | CONFIG_NFS_FS=m | ||
| 1094 | CONFIG_NFS_V3=y | ||
| 1095 | # CONFIG_NFS_V3_ACL is not set | ||
| 1096 | # CONFIG_NFS_V4 is not set | ||
| 1097 | # CONFIG_NFSD is not set | ||
| 1098 | CONFIG_LOCKD=m | ||
| 1099 | CONFIG_LOCKD_V4=y | ||
| 1100 | CONFIG_NFS_COMMON=y | ||
| 1101 | CONFIG_SUNRPC=m | ||
| 1102 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1103 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
| 1104 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 1105 | CONFIG_SMB_FS=m | ||
| 1106 | # CONFIG_SMB_NLS_DEFAULT is not set | ||
| 1107 | # CONFIG_CIFS is not set | ||
| 1108 | # CONFIG_NCP_FS is not set | ||
| 1109 | # CONFIG_CODA_FS is not set | ||
| 1110 | # CONFIG_AFS_FS is not set | ||
| 1111 | |||
| 1112 | # | ||
| 1113 | # Partition Types | ||
| 1114 | # | ||
| 1115 | # CONFIG_PARTITION_ADVANCED is not set | ||
| 1116 | CONFIG_MSDOS_PARTITION=y | ||
| 1117 | CONFIG_NLS=m | ||
| 1118 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
| 1119 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
| 1120 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 1121 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 1122 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
| 1123 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 1124 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 1125 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 1126 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 1127 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 1128 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 1129 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 1130 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 1131 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 1132 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 1133 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 1134 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 1135 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 1136 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 1137 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 1138 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 1139 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 1140 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 1141 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 1142 | # CONFIG_NLS_ASCII is not set | ||
| 1143 | # CONFIG_NLS_ISO8859_1 is not set | ||
| 1144 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 1145 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 1146 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 1147 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 1148 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 1149 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 1150 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 1151 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 1152 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 1153 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 1154 | # CONFIG_NLS_KOI8_R is not set | ||
| 1155 | # CONFIG_NLS_KOI8_U is not set | ||
| 1156 | # CONFIG_NLS_UTF8 is not set | ||
| 1157 | # CONFIG_DLM is not set | ||
| 1158 | |||
| 1159 | # | ||
| 1160 | # Kernel hacking | ||
| 1161 | # | ||
| 1162 | # CONFIG_PRINTK_TIME is not set | ||
| 1163 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
| 1164 | CONFIG_ENABLE_MUST_CHECK=y | ||
| 1165 | CONFIG_FRAME_WARN=1024 | ||
| 1166 | # CONFIG_MAGIC_SYSRQ is not set | ||
| 1167 | # CONFIG_UNUSED_SYMBOLS is not set | ||
| 1168 | CONFIG_DEBUG_FS=y | ||
| 1169 | # CONFIG_HEADERS_CHECK is not set | ||
| 1170 | # CONFIG_DEBUG_KERNEL is not set | ||
| 1171 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
| 1172 | # CONFIG_SAMPLES is not set | ||
| 1173 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1174 | CONFIG_DEBUG_VERBOSE=y | ||
| 1175 | CONFIG_DEBUG_MMRS=y | ||
| 1176 | # CONFIG_DEBUG_DOUBLEFAULT is not set | ||
| 1177 | CONFIG_DEBUG_HUNT_FOR_ZERO=y | ||
| 1178 | CONFIG_DEBUG_BFIN_HWTRACE_ON=y | ||
| 1179 | CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_OFF=y | ||
| 1180 | # CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_ONE is not set | ||
| 1181 | # CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_TWO is not set | ||
| 1182 | CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION=0 | ||
| 1183 | # CONFIG_DEBUG_BFIN_HWTRACE_EXPAND is not set | ||
| 1184 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set | ||
| 1185 | CONFIG_EARLY_PRINTK=y | ||
| 1186 | CONFIG_CPLB_INFO=y | ||
| 1187 | CONFIG_ACCESS_CHECK=y | ||
| 1188 | |||
| 1189 | # | ||
| 1190 | # Security options | ||
| 1191 | # | ||
| 1192 | # CONFIG_KEYS is not set | ||
| 1193 | CONFIG_SECURITY=y | ||
| 1194 | # CONFIG_SECURITY_NETWORK is not set | ||
| 1195 | # CONFIG_SECURITY_CAPABILITIES is not set | ||
| 1196 | CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 | ||
| 1197 | CONFIG_CRYPTO=y | ||
| 1198 | |||
| 1199 | # | ||
| 1200 | # Crypto core or helper | ||
| 1201 | # | ||
| 1202 | # CONFIG_CRYPTO_MANAGER is not set | ||
| 1203 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 1204 | # CONFIG_CRYPTO_NULL is not set | ||
| 1205 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 1206 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 1207 | # CONFIG_CRYPTO_TEST is not set | ||
| 1208 | |||
| 1209 | # | ||
| 1210 | # Authenticated Encryption with Associated Data | ||
| 1211 | # | ||
| 1212 | # CONFIG_CRYPTO_CCM is not set | ||
| 1213 | # CONFIG_CRYPTO_GCM is not set | ||
| 1214 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 1215 | |||
| 1216 | # | ||
| 1217 | # Block modes | ||
| 1218 | # | ||
| 1219 | # CONFIG_CRYPTO_CBC is not set | ||
| 1220 | # CONFIG_CRYPTO_CTR is not set | ||
| 1221 | # CONFIG_CRYPTO_CTS is not set | ||
| 1222 | # CONFIG_CRYPTO_ECB is not set | ||
| 1223 | # CONFIG_CRYPTO_LRW is not set | ||
| 1224 | # CONFIG_CRYPTO_PCBC is not set | ||
| 1225 | # CONFIG_CRYPTO_XTS is not set | ||
| 1226 | |||
| 1227 | # | ||
| 1228 | # Hash modes | ||
| 1229 | # | ||
| 1230 | # CONFIG_CRYPTO_HMAC is not set | ||
| 1231 | # CONFIG_CRYPTO_XCBC is not set | ||
| 1232 | |||
| 1233 | # | ||
| 1234 | # Digest | ||
| 1235 | # | ||
| 1236 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 1237 | # CONFIG_CRYPTO_MD4 is not set | ||
| 1238 | # CONFIG_CRYPTO_MD5 is not set | ||
| 1239 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 1240 | # CONFIG_CRYPTO_SHA1 is not set | ||
| 1241 | # CONFIG_CRYPTO_SHA256 is not set | ||
| 1242 | # CONFIG_CRYPTO_SHA512 is not set | ||
| 1243 | # CONFIG_CRYPTO_TGR192 is not set | ||
| 1244 | # CONFIG_CRYPTO_WP512 is not set | ||
| 1245 | |||
| 1246 | # | ||
| 1247 | # Ciphers | ||
| 1248 | # | ||
| 1249 | # CONFIG_CRYPTO_AES is not set | ||
| 1250 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 1251 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 1252 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 1253 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 1254 | # CONFIG_CRYPTO_CAST5 is not set | ||
| 1255 | # CONFIG_CRYPTO_CAST6 is not set | ||
| 1256 | # CONFIG_CRYPTO_DES is not set | ||
| 1257 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 1258 | # CONFIG_CRYPTO_KHAZAD is not set | ||
| 1259 | # CONFIG_CRYPTO_SALSA20 is not set | ||
| 1260 | # CONFIG_CRYPTO_SEED is not set | ||
| 1261 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 1262 | # CONFIG_CRYPTO_TEA is not set | ||
| 1263 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 1264 | |||
| 1265 | # | ||
| 1266 | # Compression | ||
| 1267 | # | ||
| 1268 | # CONFIG_CRYPTO_DEFLATE is not set | ||
| 1269 | # CONFIG_CRYPTO_LZO is not set | ||
| 1270 | CONFIG_CRYPTO_HW=y | ||
| 1271 | |||
| 1272 | # | ||
| 1273 | # Library routines | ||
| 1274 | # | ||
| 1275 | CONFIG_BITREVERSE=y | ||
| 1276 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 1277 | CONFIG_CRC_CCITT=m | ||
| 1278 | # CONFIG_CRC16 is not set | ||
| 1279 | # CONFIG_CRC_ITU_T is not set | ||
| 1280 | CONFIG_CRC32=y | ||
| 1281 | # CONFIG_CRC7 is not set | ||
| 1282 | # CONFIG_LIBCRC32C is not set | ||
| 1283 | CONFIG_ZLIB_INFLATE=y | ||
| 1284 | CONFIG_ZLIB_DEFLATE=m | ||
| 1285 | CONFIG_PLIST=y | ||
| 1286 | CONFIG_HAS_IOMEM=y | ||
| 1287 | CONFIG_HAS_IOPORT=y | ||
| 1288 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/blackfin/include/asm/gpio.h b/arch/blackfin/include/asm/gpio.h index ad33ac271fd9..c7d287ca5d0a 100644 --- a/arch/blackfin/include/asm/gpio.h +++ b/arch/blackfin/include/asm/gpio.h | |||
| @@ -165,6 +165,74 @@ | |||
| 165 | 165 | ||
| 166 | #endif | 166 | #endif |
| 167 | 167 | ||
| 168 | #if defined(BF538_FAMILY) | ||
| 169 | /* FIXME: | ||
| 170 | * For now only support PORTF GPIOs. | ||
| 171 | * PORT C,D and E are for peripheral usage only | ||
| 172 | */ | ||
| 173 | #define MAX_BLACKFIN_GPIOS 16 | ||
| 174 | |||
| 175 | #define GPIO_PF0 0 /* PF */ | ||
| 176 | #define GPIO_PF1 1 | ||
| 177 | #define GPIO_PF2 2 | ||
| 178 | #define GPIO_PF3 3 | ||
| 179 | #define GPIO_PF4 4 | ||
| 180 | #define GPIO_PF5 5 | ||
| 181 | #define GPIO_PF6 6 | ||
| 182 | #define GPIO_PF7 7 | ||
| 183 | #define GPIO_PF8 8 | ||
| 184 | #define GPIO_PF9 9 | ||
| 185 | #define GPIO_PF10 10 | ||
| 186 | #define GPIO_PF11 11 | ||
| 187 | #define GPIO_PF12 12 | ||
| 188 | #define GPIO_PF13 13 | ||
| 189 | #define GPIO_PF14 14 | ||
| 190 | #define GPIO_PF15 15 | ||
| 191 | #define GPIO_PC0 16 /* PC */ | ||
| 192 | #define GPIO_PC1 17 | ||
| 193 | #define GPIO_PC4 20 | ||
| 194 | #define GPIO_PC5 21 | ||
| 195 | #define GPIO_PC6 22 | ||
| 196 | #define GPIO_PC7 23 | ||
| 197 | #define GPIO_PC8 24 | ||
| 198 | #define GPIO_PC9 25 | ||
| 199 | #define GPIO_PD0 32 /* PD */ | ||
| 200 | #define GPIO_PD1 33 | ||
| 201 | #define GPIO_PD2 34 | ||
| 202 | #define GPIO_PD3 35 | ||
| 203 | #define GPIO_PD4 36 | ||
| 204 | #define GPIO_PD5 37 | ||
| 205 | #define GPIO_PD6 38 | ||
| 206 | #define GPIO_PD7 39 | ||
| 207 | #define GPIO_PD8 40 | ||
| 208 | #define GPIO_PD9 41 | ||
| 209 | #define GPIO_PD10 42 | ||
| 210 | #define GPIO_PD11 43 | ||
| 211 | #define GPIO_PD12 44 | ||
| 212 | #define GPIO_PD13 45 | ||
| 213 | #define GPIO_PE0 48 /* PE */ | ||
| 214 | #define GPIO_PE1 49 | ||
| 215 | #define GPIO_PE2 50 | ||
| 216 | #define GPIO_PE3 51 | ||
| 217 | #define GPIO_PE4 52 | ||
| 218 | #define GPIO_PE5 53 | ||
| 219 | #define GPIO_PE6 54 | ||
| 220 | #define GPIO_PE7 55 | ||
| 221 | #define GPIO_PE8 56 | ||
| 222 | #define GPIO_PE9 57 | ||
| 223 | #define GPIO_PE10 58 | ||
| 224 | #define GPIO_PE11 59 | ||
| 225 | #define GPIO_PE12 60 | ||
| 226 | #define GPIO_PE13 61 | ||
| 227 | #define GPIO_PE14 62 | ||
| 228 | #define GPIO_PE15 63 | ||
| 229 | |||
| 230 | #define PORT_F GPIO_PF0 | ||
| 231 | #define PORT_C GPIO_PC0 | ||
| 232 | #define PORT_D GPIO_PD0 | ||
| 233 | #define PORT_E GPIO_PE0 | ||
| 234 | #endif | ||
| 235 | |||
| 168 | #if defined(BF527_FAMILY) || defined(BF537_FAMILY) | 236 | #if defined(BF527_FAMILY) || defined(BF537_FAMILY) |
| 169 | #define MAX_BLACKFIN_GPIOS 48 | 237 | #define MAX_BLACKFIN_GPIOS 48 |
| 170 | 238 | ||
diff --git a/arch/blackfin/kernel/bfin_gpio.c b/arch/blackfin/kernel/bfin_gpio.c index 5c0800adb4dd..e129102ad09b 100644 --- a/arch/blackfin/kernel/bfin_gpio.c +++ b/arch/blackfin/kernel/bfin_gpio.c | |||
| @@ -119,7 +119,7 @@ enum { | |||
| 119 | #define AWA_DUMMY_READ(...) do { } while (0) | 119 | #define AWA_DUMMY_READ(...) do { } while (0) |
| 120 | #endif | 120 | #endif |
| 121 | 121 | ||
| 122 | #ifdef BF533_FAMILY | 122 | #if defined(BF533_FAMILY) || defined(BF538_FAMILY) |
| 123 | static struct gpio_port_t *gpio_bankb[gpio_bank(MAX_BLACKFIN_GPIOS)] = { | 123 | static struct gpio_port_t *gpio_bankb[gpio_bank(MAX_BLACKFIN_GPIOS)] = { |
| 124 | (struct gpio_port_t *) FIO_FLAG_D, | 124 | (struct gpio_port_t *) FIO_FLAG_D, |
| 125 | }; | 125 | }; |
| @@ -202,6 +202,10 @@ static unsigned int sic_iwr_irqs[gpio_bank(MAX_BLACKFIN_GPIOS)] = {IRQ_PROG_INTB | |||
| 202 | static unsigned int sic_iwr_irqs[gpio_bank(MAX_BLACKFIN_GPIOS)] = {IRQ_PROG_INTB, IRQ_PORTG_INTB, IRQ_MAC_TX}; | 202 | static unsigned int sic_iwr_irqs[gpio_bank(MAX_BLACKFIN_GPIOS)] = {IRQ_PROG_INTB, IRQ_PORTG_INTB, IRQ_MAC_TX}; |
| 203 | #endif | 203 | #endif |
| 204 | 204 | ||
| 205 | #ifdef BF538_FAMILY | ||
| 206 | static unsigned int sic_iwr_irqs[gpio_bank(MAX_BLACKFIN_GPIOS)] = {IRQ_PORTF_INTB}; | ||
| 207 | #endif | ||
| 208 | |||
| 205 | #ifdef BF527_FAMILY | 209 | #ifdef BF527_FAMILY |
| 206 | static unsigned int sic_iwr_irqs[gpio_bank(MAX_BLACKFIN_GPIOS)] = {IRQ_PORTF_INTB, IRQ_PORTG_INTB, IRQ_PORTH_INTB}; | 210 | static unsigned int sic_iwr_irqs[gpio_bank(MAX_BLACKFIN_GPIOS)] = {IRQ_PORTF_INTB, IRQ_PORTG_INTB, IRQ_PORTH_INTB}; |
| 207 | #endif | 211 | #endif |
diff --git a/arch/blackfin/mach-bf538/Kconfig b/arch/blackfin/mach-bf538/Kconfig new file mode 100644 index 000000000000..a6f3307758c0 --- /dev/null +++ b/arch/blackfin/mach-bf538/Kconfig | |||
| @@ -0,0 +1,164 @@ | |||
| 1 | if (BF538 || BF539) | ||
| 2 | |||
| 3 | source "arch/blackfin/mach-bf538/boards/Kconfig" | ||
| 4 | |||
| 5 | menu "BF538 Specific Configuration" | ||
| 6 | |||
| 7 | comment "Interrupt Priority Assignment" | ||
| 8 | menu "Priority" | ||
| 9 | |||
| 10 | config IRQ_PLL_WAKEUP | ||
| 11 | int "IRQ_PLL_WAKEUP" | ||
| 12 | default 7 | ||
| 13 | config IRQ_DMA0_ERROR | ||
| 14 | int "IRQ_DMA0_ERROR" | ||
| 15 | default 7 | ||
| 16 | config IRQ_PPI_ERROR | ||
| 17 | int "IRQ_PPI_ERROR" | ||
| 18 | default 7 | ||
| 19 | config IRQ_SPORT0_ERROR | ||
| 20 | int "IRQ_SPORT0_ERROR" | ||
| 21 | default 7 | ||
| 22 | config IRQ_SPORT1_ERROR | ||
| 23 | int "IRQ_SPORT1_ERROR" | ||
| 24 | default 7 | ||
| 25 | config IRQ_SPI0_ERROR | ||
| 26 | int "IRQ_SPI0_ERROR" | ||
| 27 | default 7 | ||
| 28 | config IRQ_UART0_ERROR | ||
| 29 | int "IRQ_UART0_ERROR" | ||
| 30 | default 7 | ||
| 31 | config IRQ_RTC | ||
| 32 | int "IRQ_RTC" | ||
| 33 | default 8 | ||
| 34 | config IRQ_PPI | ||
| 35 | int "IRQ_PPI" | ||
| 36 | default 8 | ||
| 37 | config IRQ_SPORT0_RX | ||
| 38 | int "IRQ_SPORT0_RX" | ||
| 39 | default 9 | ||
| 40 | config IRQ_SPORT0_TX | ||
| 41 | int "IRQ_SPORT0_TX" | ||
| 42 | default 9 | ||
| 43 | config IRQ_SPORT1_RX | ||
| 44 | int "IRQ_SPORT1_RX" | ||
| 45 | default 9 | ||
| 46 | config IRQ_SPORT1_TX | ||
| 47 | int "IRQ_SPORT1_TX" | ||
| 48 | default 9 | ||
| 49 | config IRQ_SPI0 | ||
| 50 | int "IRQ_SPI0" | ||
| 51 | default 10 | ||
| 52 | config IRQ_UART0_RX | ||
| 53 | int "IRQ_UART0_RX" | ||
| 54 | default 10 | ||
| 55 | config IRQ_UART0_TX | ||
| 56 | int "IRQ_UART0_TX" | ||
| 57 | default 10 | ||
| 58 | config IRQ_TMR0 | ||
| 59 | int "IRQ_TMR0" | ||
| 60 | default 11 | ||
| 61 | config IRQ_TMR1 | ||
| 62 | int "IRQ_TMR1" | ||
| 63 | default 11 | ||
| 64 | config IRQ_TMR2 | ||
| 65 | int "IRQ_TMR2" | ||
| 66 | default 11 | ||
| 67 | config IRQ_PORTF_INTA | ||
| 68 | int "IRQ_PORTF_INTA" | ||
| 69 | default 12 | ||
| 70 | config IRQ_PORTF_INTB | ||
| 71 | int "IRQ_PORTF_INTB" | ||
| 72 | default 12 | ||
| 73 | config IRQ_MEM0_DMA0 | ||
| 74 | int "IRQ_MEM0_DMA0" | ||
| 75 | default 13 | ||
| 76 | config IRQ_MEM0_DMA1 | ||
| 77 | int "IRQ_MEM0_DMA1" | ||
| 78 | default 13 | ||
| 79 | config IRQ_WATCH | ||
| 80 | int "IRQ_WATCH" | ||
| 81 | default 13 | ||
| 82 | config IRQ_DMA1_ERROR | ||
| 83 | int "IRQ_DMA1_ERROR" | ||
| 84 | default 7 | ||
| 85 | config IRQ_SPORT2_ERROR | ||
| 86 | int "IRQ_SPORT2_ERROR" | ||
| 87 | default 7 | ||
| 88 | config IRQ_SPORT3_ERROR | ||
| 89 | int "IRQ_SPORT3_ERROR" | ||
| 90 | default 7 | ||
| 91 | config IRQ_SPI1_ERROR | ||
| 92 | int "IRQ_SPI1_ERROR" | ||
| 93 | default 7 | ||
| 94 | config IRQ_SPI2_ERROR | ||
| 95 | int "IRQ_SPI2_ERROR" | ||
| 96 | default 7 | ||
| 97 | config IRQ_UART1_ERROR | ||
| 98 | int "IRQ_UART1_ERROR" | ||
| 99 | default 7 | ||
| 100 | config IRQ_UART2_ERROR | ||
| 101 | int "IRQ_UART2_ERROR" | ||
| 102 | default 7 | ||
| 103 | config IRQ_CAN_ERROR | ||
| 104 | int "IRQ_CAN_ERROR" | ||
| 105 | default 7 | ||
| 106 | config IRQ_SPORT2_RX | ||
| 107 | int "IRQ_SPORT2_RX" | ||
| 108 | default 9 | ||
| 109 | config IRQ_SPORT2_TX | ||
| 110 | int "IRQ_SPORT2_TX" | ||
| 111 | default 9 | ||
| 112 | config IRQ_SPORT3_RX | ||
| 113 | int "IRQ_SPORT3_RX" | ||
| 114 | default 9 | ||
| 115 | config IRQ_SPORT3_TX | ||
| 116 | int "IRQ_SPORT3_TX" | ||
| 117 | default 9 | ||
| 118 | config IRQ_SPI1 | ||
| 119 | int "IRQ_SPI1" | ||
| 120 | default 10 | ||
| 121 | config IRQ_SPI2 | ||
| 122 | int "IRQ_SPI2" | ||
| 123 | default 10 | ||
| 124 | config IRQ_UART1_RX | ||
| 125 | int "IRQ_UART1_RX" | ||
| 126 | default 10 | ||
| 127 | config IRQ_UART1_TX | ||
| 128 | int "IRQ_UART1_TX" | ||
| 129 | default 10 | ||
| 130 | config IRQ_UART2_RX | ||
| 131 | int "IRQ_UART2_RX" | ||
| 132 | default 10 | ||
| 133 | config IRQ_UART2_TX | ||
| 134 | int "IRQ_UART2_TX" | ||
| 135 | default 10 | ||
| 136 | config IRQ_TWI0 | ||
| 137 | int "IRQ_TWI0" | ||
| 138 | default 11 | ||
| 139 | config IRQ_TWI1 | ||
| 140 | int "IRQ_TWI1" | ||
| 141 | default 11 | ||
| 142 | config IRQ_CAN_RX | ||
| 143 | int "IRQ_CAN_RX" | ||
| 144 | default 11 | ||
| 145 | config IRQ_CAN_TX | ||
| 146 | int "IRQ_CAN_TX" | ||
| 147 | default 11 | ||
| 148 | config IRQ_MEM1_DMA0 | ||
| 149 | int "IRQ_MEM1_DMA0" | ||
| 150 | default 13 | ||
| 151 | config IRQ_MEM1_DMA1 | ||
| 152 | int "IRQ_MEM1_DMA1" | ||
| 153 | default 13 | ||
| 154 | |||
| 155 | help | ||
| 156 | Enter the priority numbers between 7-13 ONLY. Others are Reserved. | ||
| 157 | This applies to all the above. It is not recommended to assign the | ||
| 158 | highest priority number 7 to UART or any other device. | ||
| 159 | |||
| 160 | endmenu | ||
| 161 | |||
| 162 | endmenu | ||
| 163 | |||
| 164 | endif | ||
diff --git a/arch/blackfin/mach-bf538/Makefile b/arch/blackfin/mach-bf538/Makefile new file mode 100644 index 000000000000..1f093c4f7235 --- /dev/null +++ b/arch/blackfin/mach-bf538/Makefile | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # | ||
| 2 | # arch/blackfin/mach-bf538/Makefile | ||
| 3 | # | ||
| 4 | |||
| 5 | extra-y := head.o | ||
| 6 | |||
| 7 | obj-y := ints-priority.o dma.o | ||
diff --git a/arch/blackfin/mach-bf538/boards/Kconfig b/arch/blackfin/mach-bf538/boards/Kconfig new file mode 100644 index 000000000000..215249ba58bb --- /dev/null +++ b/arch/blackfin/mach-bf538/boards/Kconfig | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | choice | ||
| 2 | prompt "System type" | ||
| 3 | default BFIN538_EZKIT | ||
| 4 | help | ||
| 5 | Select your board! | ||
| 6 | |||
| 7 | config BFIN538_EZKIT | ||
| 8 | bool "BF538-EZKIT" | ||
| 9 | help | ||
| 10 | BF538-EZKIT-LITE board support. | ||
| 11 | |||
| 12 | endchoice | ||
diff --git a/arch/blackfin/mach-bf538/boards/Makefile b/arch/blackfin/mach-bf538/boards/Makefile new file mode 100644 index 000000000000..6143b320d585 --- /dev/null +++ b/arch/blackfin/mach-bf538/boards/Makefile | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # | ||
| 2 | # arch/blackfin/mach-bf538/boards/Makefile | ||
| 3 | # | ||
| 4 | |||
| 5 | obj-$(CONFIG_BFIN538_EZKIT) += ezkit.o | ||
diff --git a/arch/blackfin/mach-bf538/boards/ezkit.c b/arch/blackfin/mach-bf538/boards/ezkit.c new file mode 100644 index 000000000000..0969e8145bc9 --- /dev/null +++ b/arch/blackfin/mach-bf538/boards/ezkit.c | |||
| @@ -0,0 +1,538 @@ | |||
| 1 | /* | ||
| 2 | * File: arch/blackfin/mach-bf538/boards/ezkit.c | ||
| 3 | * Based on: arch/blackfin/mach-bf537/boards/ezkit.c | ||
| 4 | * Author: Aidan Williams <aidan@nicta.com.au> | ||
| 5 | * | ||
| 6 | * Created: | ||
| 7 | * Description: | ||
| 8 | * | ||
| 9 | * Modified: | ||
| 10 | * Copyright 2005 National ICT Australia (NICTA) | ||
| 11 | * Copyright 2004-2008 Analog Devices Inc. | ||
| 12 | * | ||
| 13 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
| 14 | * | ||
| 15 | * This program is free software; you can redistribute it and/or modify | ||
| 16 | * it under the terms of the GNU General Public License as published by | ||
| 17 | * the Free Software Foundation; either version 2 of the License, or | ||
| 18 | * (at your option) any later version. | ||
| 19 | * | ||
| 20 | * This program is distributed in the hope that it will be useful, | ||
| 21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 23 | * GNU General Public License for more details. | ||
| 24 | * | ||
| 25 | * You should have received a copy of the GNU General Public License | ||
| 26 | * along with this program; if not, see the file COPYING, or write | ||
| 27 | * to the Free Software Foundation, Inc., | ||
| 28 | * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
| 29 | */ | ||
| 30 | |||
| 31 | #include <linux/device.h> | ||
| 32 | #include <linux/platform_device.h> | ||
| 33 | #include <linux/mtd/mtd.h> | ||
| 34 | #include <linux/mtd/partitions.h> | ||
| 35 | #include <linux/spi/spi.h> | ||
| 36 | #include <linux/spi/flash.h> | ||
| 37 | #include <linux/irq.h> | ||
| 38 | #include <linux/interrupt.h> | ||
| 39 | #include <asm/bfin5xx_spi.h> | ||
| 40 | #include <asm/dma.h> | ||
| 41 | #include <asm/gpio.h> | ||
| 42 | #include <asm/nand.h> | ||
| 43 | #include <asm/portmux.h> | ||
| 44 | #include <asm/dpmc.h> | ||
| 45 | #include <linux/input.h> | ||
| 46 | |||
| 47 | /* | ||
| 48 | * Name the Board for the /proc/cpuinfo | ||
| 49 | */ | ||
| 50 | const char bfin_board_name[] = "ADSP-BF538-EZKIT"; | ||
| 51 | |||
| 52 | /* | ||
| 53 | * Driver needs to know address, irq and flag pin. | ||
| 54 | */ | ||
| 55 | |||
| 56 | |||
| 57 | #if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_DRV_BFIN_MODULE) | ||
| 58 | static struct platform_device rtc_device = { | ||
| 59 | .name = "rtc-bfin", | ||
| 60 | .id = -1, | ||
| 61 | }; | ||
| 62 | #endif | ||
| 63 | |||
| 64 | #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE) | ||
| 65 | static struct resource bfin_uart_resources[] = { | ||
| 66 | #ifdef CONFIG_SERIAL_BFIN_UART0 | ||
| 67 | { | ||
| 68 | .start = 0xFFC00400, | ||
| 69 | .end = 0xFFC004FF, | ||
| 70 | .flags = IORESOURCE_MEM, | ||
| 71 | }, | ||
| 72 | #endif | ||
| 73 | #ifdef CONFIG_SERIAL_BFIN_UART1 | ||
| 74 | { | ||
| 75 | .start = 0xFFC02000, | ||
| 76 | .end = 0xFFC020FF, | ||
| 77 | .flags = IORESOURCE_MEM, | ||
| 78 | }, | ||
| 79 | #endif | ||
| 80 | #ifdef CONFIG_SERIAL_BFIN_UART2 | ||
| 81 | { | ||
| 82 | .start = 0xFFC02100, | ||
| 83 | .end = 0xFFC021FF, | ||
| 84 | .flags = IORESOURCE_MEM, | ||
| 85 | }, | ||
| 86 | #endif | ||
| 87 | }; | ||
| 88 | |||
| 89 | static struct platform_device bfin_uart_device = { | ||
| 90 | .name = "bfin-uart", | ||
| 91 | .id = 1, | ||
| 92 | .num_resources = ARRAY_SIZE(bfin_uart_resources), | ||
| 93 | .resource = bfin_uart_resources, | ||
| 94 | }; | ||
| 95 | #endif | ||
| 96 | |||
| 97 | #if defined(CONFIG_BFIN_SIR) || defined(CONFIG_BFIN_SIR_MODULE) | ||
| 98 | static struct resource bfin_sir_resources[] = { | ||
| 99 | #ifdef CONFIG_BFIN_SIR0 | ||
| 100 | { | ||
| 101 | .start = 0xFFC00400, | ||
| 102 | .end = 0xFFC004FF, | ||
| 103 | .flags = IORESOURCE_MEM, | ||
| 104 | }, | ||
| 105 | #endif | ||
| 106 | #ifdef CONFIG_BFIN_SIR1 | ||
| 107 | { | ||
| 108 | .start = 0xFFC02000, | ||
| 109 | .end = 0xFFC020FF, | ||
| 110 | .flags = IORESOURCE_MEM, | ||
| 111 | }, | ||
| 112 | #endif | ||
| 113 | #ifdef CONFIG_BFIN_SIR2 | ||
| 114 | { | ||
| 115 | .start = 0xFFC02100, | ||
| 116 | .end = 0xFFC021FF, | ||
| 117 | .flags = IORESOURCE_MEM, | ||
| 118 | }, | ||
| 119 | #endif | ||
| 120 | }; | ||
| 121 | |||
| 122 | static struct platform_device bfin_sir_device = { | ||
| 123 | .name = "bfin_sir", | ||
| 124 | .id = 0, | ||
| 125 | .num_resources = ARRAY_SIZE(bfin_sir_resources), | ||
| 126 | .resource = bfin_sir_resources, | ||
| 127 | }; | ||
| 128 | #endif | ||
| 129 | |||
| 130 | /* | ||
| 131 | * USB-LAN EzExtender board | ||
| 132 | * Driver needs to know address, irq and flag pin. | ||
| 133 | */ | ||
| 134 | #if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE) | ||
| 135 | static struct resource smc91x_resources[] = { | ||
| 136 | { | ||
| 137 | .name = "smc91x-regs", | ||
| 138 | .start = 0x20310300, | ||
| 139 | .end = 0x20310300 + 16, | ||
| 140 | .flags = IORESOURCE_MEM, | ||
| 141 | }, { | ||
| 142 | .start = IRQ_PF0, | ||
| 143 | .end = IRQ_PF0, | ||
| 144 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL, | ||
| 145 | }, | ||
| 146 | }; | ||
| 147 | static struct platform_device smc91x_device = { | ||
| 148 | .name = "smc91x", | ||
| 149 | .id = 0, | ||
| 150 | .num_resources = ARRAY_SIZE(smc91x_resources), | ||
| 151 | .resource = smc91x_resources, | ||
| 152 | }; | ||
| 153 | #endif | ||
| 154 | |||
| 155 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) | ||
| 156 | /* all SPI peripherals info goes here */ | ||
| 157 | #if defined(CONFIG_MTD_M25P80) \ | ||
| 158 | || defined(CONFIG_MTD_M25P80_MODULE) | ||
| 159 | /* SPI flash chip (m25p16) */ | ||
| 160 | static struct mtd_partition bfin_spi_flash_partitions[] = { | ||
| 161 | { | ||
| 162 | .name = "bootloader(spi)", | ||
| 163 | .size = 0x00040000, | ||
| 164 | .offset = 0, | ||
| 165 | .mask_flags = MTD_CAP_ROM | ||
| 166 | }, { | ||
| 167 | .name = "linux kernel(spi)", | ||
| 168 | .size = 0x1c0000, | ||
| 169 | .offset = 0x40000 | ||
| 170 | } | ||
| 171 | }; | ||
| 172 | |||
| 173 | static struct flash_platform_data bfin_spi_flash_data = { | ||
| 174 | .name = "m25p80", | ||
| 175 | .parts = bfin_spi_flash_partitions, | ||
| 176 | .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions), | ||
| 177 | .type = "m25p16", | ||
| 178 | }; | ||
| 179 | |||
| 180 | static struct bfin5xx_spi_chip spi_flash_chip_info = { | ||
| 181 | .enable_dma = 0, /* use dma transfer with this chip*/ | ||
| 182 | .bits_per_word = 8, | ||
| 183 | .cs_change_per_word = 0, | ||
| 184 | }; | ||
| 185 | #endif | ||
| 186 | |||
| 187 | #if defined(CONFIG_TOUCHSCREEN_AD7879) || defined(CONFIG_TOUCHSCREEN_AD7879_MODULE) | ||
| 188 | #include <linux/spi/ad7879.h> | ||
| 189 | static const struct ad7879_platform_data bfin_ad7879_ts_info = { | ||
| 190 | .model = 7879, /* Model = AD7879 */ | ||
| 191 | .x_plate_ohms = 620, /* 620 Ohm from the touch datasheet */ | ||
| 192 | .pressure_max = 10000, | ||
| 193 | .pressure_min = 0, | ||
| 194 | .first_conversion_delay = 3, /* wait 512us before do a first conversion */ | ||
| 195 | .acquisition_time = 1, /* 4us acquisition time per sample */ | ||
| 196 | .median = 2, /* do 8 measurements */ | ||
| 197 | .averaging = 1, /* take the average of 4 middle samples */ | ||
| 198 | .pen_down_acc_interval = 255, /* 9.4 ms */ | ||
| 199 | .gpio_output = 1, /* configure AUX/VBAT/GPIO as GPIO output */ | ||
| 200 | .gpio_default = 1, /* During initialization set GPIO = HIGH */ | ||
| 201 | }; | ||
| 202 | #endif | ||
| 203 | |||
| 204 | #if defined(CONFIG_TOUCHSCREEN_AD7879_SPI) || defined(CONFIG_TOUCHSCREEN_AD7879_SPI_MODULE) | ||
| 205 | static struct bfin5xx_spi_chip spi_ad7879_chip_info = { | ||
| 206 | .enable_dma = 0, | ||
| 207 | .bits_per_word = 16, | ||
| 208 | }; | ||
| 209 | #endif | ||
| 210 | |||
| 211 | #if defined(CONFIG_FB_BFIN_LQ035Q1) || defined(CONFIG_FB_BFIN_LQ035Q1_MODULE) | ||
| 212 | #include <asm/bfin-lq035q1.h> | ||
| 213 | |||
| 214 | static struct bfin_lq035q1fb_disp_info bfin_lq035q1_data = { | ||
| 215 | .mode = LQ035_NORM | LQ035_RGB | LQ035_RL | LQ035_TB, | ||
| 216 | .use_bl = 0, /* let something else control the LCD Blacklight */ | ||
| 217 | .gpio_bl = GPIO_PF7, | ||
| 218 | }; | ||
| 219 | |||
| 220 | static struct resource bfin_lq035q1_resources[] = { | ||
| 221 | { | ||
| 222 | .start = IRQ_PPI_ERROR, | ||
| 223 | .end = IRQ_PPI_ERROR, | ||
| 224 | .flags = IORESOURCE_IRQ, | ||
| 225 | }, | ||
| 226 | }; | ||
| 227 | |||
| 228 | static struct platform_device bfin_lq035q1_device = { | ||
| 229 | .name = "bfin-lq035q1", | ||
| 230 | .id = -1, | ||
| 231 | .num_resources = ARRAY_SIZE(bfin_lq035q1_resources), | ||
| 232 | .resource = bfin_lq035q1_resources, | ||
| 233 | .dev = { | ||
| 234 | .platform_data = &bfin_lq035q1_data, | ||
| 235 | }, | ||
| 236 | }; | ||
| 237 | #endif | ||
| 238 | |||
| 239 | #if defined(CONFIG_SPI_SPIDEV) || defined(CONFIG_SPI_SPIDEV_MODULE) | ||
| 240 | static struct bfin5xx_spi_chip spidev_chip_info = { | ||
| 241 | .enable_dma = 0, | ||
| 242 | .bits_per_word = 8, | ||
| 243 | }; | ||
| 244 | #endif | ||
| 245 | |||
| 246 | #if defined(CONFIG_FB_BFIN_LQ035Q1) || defined(CONFIG_FB_BFIN_LQ035Q1_MODULE) | ||
| 247 | static struct bfin5xx_spi_chip lq035q1_spi_chip_info = { | ||
| 248 | .enable_dma = 0, | ||
| 249 | .bits_per_word = 8, | ||
| 250 | }; | ||
| 251 | #endif | ||
| 252 | |||
| 253 | static struct spi_board_info bf538_spi_board_info[] __initdata = { | ||
| 254 | #if defined(CONFIG_MTD_M25P80) \ | ||
| 255 | || defined(CONFIG_MTD_M25P80_MODULE) | ||
| 256 | { | ||
| 257 | /* the modalias must be the same as spi device driver name */ | ||
| 258 | .modalias = "m25p80", /* Name of spi_driver for this device */ | ||
| 259 | .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */ | ||
| 260 | .bus_num = 0, /* Framework bus number */ | ||
| 261 | .chip_select = 1, /* SPI_SSEL1*/ | ||
| 262 | .platform_data = &bfin_spi_flash_data, | ||
| 263 | .controller_data = &spi_flash_chip_info, | ||
| 264 | .mode = SPI_MODE_3, | ||
| 265 | }, | ||
| 266 | #endif | ||
| 267 | #if defined(CONFIG_TOUCHSCREEN_AD7879_SPI) || defined(CONFIG_TOUCHSCREEN_AD7879_SPI_MODULE) | ||
| 268 | { | ||
| 269 | .modalias = "ad7879", | ||
| 270 | .platform_data = &bfin_ad7879_ts_info, | ||
| 271 | .irq = IRQ_PF3, | ||
| 272 | .max_speed_hz = 5000000, /* max spi clock (SCK) speed in HZ */ | ||
| 273 | .bus_num = 0, | ||
| 274 | .chip_select = 1, | ||
| 275 | .controller_data = &spi_ad7879_chip_info, | ||
| 276 | .mode = SPI_CPHA | SPI_CPOL, | ||
| 277 | }, | ||
| 278 | #endif | ||
| 279 | #if defined(CONFIG_FB_BFIN_LQ035Q1) || defined(CONFIG_FB_BFIN_LQ035Q1_MODULE) | ||
| 280 | { | ||
| 281 | .modalias = "bfin-lq035q1-spi", | ||
| 282 | .max_speed_hz = 20000000, /* max spi clock (SCK) speed in HZ */ | ||
| 283 | .bus_num = 0, | ||
| 284 | .chip_select = 2, | ||
| 285 | .controller_data = &lq035q1_spi_chip_info, | ||
| 286 | .mode = SPI_CPHA | SPI_CPOL, | ||
| 287 | }, | ||
| 288 | #endif | ||
| 289 | #if defined(CONFIG_SPI_SPIDEV) || defined(CONFIG_SPI_SPIDEV_MODULE) | ||
| 290 | { | ||
| 291 | .modalias = "spidev", | ||
| 292 | .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */ | ||
| 293 | .bus_num = 0, | ||
| 294 | .chip_select = 1, | ||
| 295 | .controller_data = &spidev_chip_info, | ||
| 296 | }, | ||
| 297 | #endif | ||
| 298 | }; | ||
| 299 | |||
| 300 | /* SPI (0) */ | ||
| 301 | static struct resource bfin_spi0_resource[] = { | ||
| 302 | [0] = { | ||
| 303 | .start = SPI0_REGBASE, | ||
| 304 | .end = SPI0_REGBASE + 0xFF, | ||
| 305 | .flags = IORESOURCE_MEM, | ||
| 306 | }, | ||
| 307 | [1] = { | ||
| 308 | .start = CH_SPI0, | ||
| 309 | .end = CH_SPI0, | ||
| 310 | .flags = IORESOURCE_IRQ, | ||
| 311 | } | ||
| 312 | }; | ||
| 313 | |||
| 314 | /* SPI (1) */ | ||
| 315 | static struct resource bfin_spi1_resource[] = { | ||
| 316 | [0] = { | ||
| 317 | .start = SPI1_REGBASE, | ||
| 318 | .end = SPI1_REGBASE + 0xFF, | ||
| 319 | .flags = IORESOURCE_MEM, | ||
| 320 | }, | ||
| 321 | [1] = { | ||
| 322 | .start = CH_SPI1, | ||
| 323 | .end = CH_SPI1, | ||
| 324 | .flags = IORESOURCE_IRQ, | ||
| 325 | } | ||
| 326 | }; | ||
| 327 | |||
| 328 | /* SPI (2) */ | ||
| 329 | static struct resource bfin_spi2_resource[] = { | ||
| 330 | [0] = { | ||
| 331 | .start = SPI2_REGBASE, | ||
| 332 | .end = SPI2_REGBASE + 0xFF, | ||
| 333 | .flags = IORESOURCE_MEM, | ||
| 334 | }, | ||
| 335 | [1] = { | ||
| 336 | .start = CH_SPI2, | ||
| 337 | .end = CH_SPI2, | ||
| 338 | .flags = IORESOURCE_IRQ, | ||
| 339 | } | ||
| 340 | }; | ||
| 341 | |||
| 342 | /* SPI controller data */ | ||
| 343 | static struct bfin5xx_spi_master bf538_spi_master_info0 = { | ||
| 344 | .num_chipselect = 8, | ||
| 345 | .enable_dma = 1, /* master has the ability to do dma transfer */ | ||
| 346 | .pin_req = {P_SPI0_SCK, P_SPI0_MISO, P_SPI0_MOSI, 0}, | ||
| 347 | }; | ||
| 348 | |||
| 349 | static struct platform_device bf538_spi_master0 = { | ||
| 350 | .name = "bfin-spi", | ||
| 351 | .id = 0, /* Bus number */ | ||
| 352 | .num_resources = ARRAY_SIZE(bfin_spi0_resource), | ||
| 353 | .resource = bfin_spi0_resource, | ||
| 354 | .dev = { | ||
| 355 | .platform_data = &bf538_spi_master_info0, /* Passed to driver */ | ||
| 356 | }, | ||
| 357 | }; | ||
| 358 | |||
| 359 | static struct bfin5xx_spi_master bf538_spi_master_info1 = { | ||
| 360 | .num_chipselect = 8, | ||
| 361 | .enable_dma = 1, /* master has the ability to do dma transfer */ | ||
| 362 | .pin_req = {P_SPI1_SCK, P_SPI1_MISO, P_SPI1_MOSI, 0}, | ||
| 363 | }; | ||
| 364 | |||
| 365 | static struct platform_device bf538_spi_master1 = { | ||
| 366 | .name = "bfin-spi", | ||
| 367 | .id = 1, /* Bus number */ | ||
| 368 | .num_resources = ARRAY_SIZE(bfin_spi1_resource), | ||
| 369 | .resource = bfin_spi1_resource, | ||
| 370 | .dev = { | ||
| 371 | .platform_data = &bf538_spi_master_info1, /* Passed to driver */ | ||
| 372 | }, | ||
| 373 | }; | ||
| 374 | |||
| 375 | static struct bfin5xx_spi_master bf538_spi_master_info2 = { | ||
| 376 | .num_chipselect = 8, | ||
| 377 | .enable_dma = 1, /* master has the ability to do dma transfer */ | ||
| 378 | .pin_req = {P_SPI2_SCK, P_SPI2_MISO, P_SPI2_MOSI, 0}, | ||
| 379 | }; | ||
| 380 | |||
| 381 | static struct platform_device bf538_spi_master2 = { | ||
| 382 | .name = "bfin-spi", | ||
| 383 | .id = 2, /* Bus number */ | ||
| 384 | .num_resources = ARRAY_SIZE(bfin_spi2_resource), | ||
| 385 | .resource = bfin_spi2_resource, | ||
| 386 | .dev = { | ||
| 387 | .platform_data = &bf538_spi_master_info2, /* Passed to driver */ | ||
| 388 | }, | ||
| 389 | }; | ||
| 390 | |||
| 391 | #endif /* spi master and devices */ | ||
| 392 | |||
| 393 | #if defined(CONFIG_I2C_BLACKFIN_TWI) || defined(CONFIG_I2C_BLACKFIN_TWI_MODULE) | ||
| 394 | static struct resource bfin_twi0_resource[] = { | ||
| 395 | [0] = { | ||
| 396 | .start = TWI0_REGBASE, | ||
| 397 | .end = TWI0_REGBASE + 0xFF, | ||
| 398 | .flags = IORESOURCE_MEM, | ||
| 399 | }, | ||
| 400 | [1] = { | ||
| 401 | .start = IRQ_TWI0, | ||
| 402 | .end = IRQ_TWI0, | ||
| 403 | .flags = IORESOURCE_IRQ, | ||
| 404 | }, | ||
| 405 | }; | ||
| 406 | |||
| 407 | static struct platform_device i2c_bfin_twi0_device = { | ||
| 408 | .name = "i2c-bfin-twi", | ||
| 409 | .id = 0, | ||
| 410 | .num_resources = ARRAY_SIZE(bfin_twi0_resource), | ||
| 411 | .resource = bfin_twi0_resource, | ||
| 412 | }; | ||
| 413 | |||
| 414 | #if !defined(CONFIG_BF542) /* The BF542 only has 1 TWI */ | ||
| 415 | static struct resource bfin_twi1_resource[] = { | ||
| 416 | [0] = { | ||
| 417 | .start = TWI1_REGBASE, | ||
| 418 | .end = TWI1_REGBASE + 0xFF, | ||
| 419 | .flags = IORESOURCE_MEM, | ||
| 420 | }, | ||
| 421 | [1] = { | ||
| 422 | .start = IRQ_TWI1, | ||
| 423 | .end = IRQ_TWI1, | ||
| 424 | .flags = IORESOURCE_IRQ, | ||
| 425 | }, | ||
| 426 | }; | ||
| 427 | |||
| 428 | static struct platform_device i2c_bfin_twi1_device = { | ||
| 429 | .name = "i2c-bfin-twi", | ||
| 430 | .id = 1, | ||
| 431 | .num_resources = ARRAY_SIZE(bfin_twi1_resource), | ||
| 432 | .resource = bfin_twi1_resource, | ||
| 433 | }; | ||
| 434 | #endif | ||
| 435 | #endif | ||
| 436 | |||
| 437 | #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE) | ||
| 438 | #include <linux/gpio_keys.h> | ||
| 439 | |||
| 440 | static struct gpio_keys_button bfin_gpio_keys_table[] = { | ||
| 441 | {BTN_0, GPIO_PC7, 1, "gpio-keys: BTN0"}, | ||
| 442 | }; | ||
| 443 | |||
| 444 | static struct gpio_keys_platform_data bfin_gpio_keys_data = { | ||
| 445 | .buttons = bfin_gpio_keys_table, | ||
| 446 | .nbuttons = ARRAY_SIZE(bfin_gpio_keys_table), | ||
| 447 | }; | ||
| 448 | |||
| 449 | static struct platform_device bfin_device_gpiokeys = { | ||
| 450 | .name = "gpio-keys", | ||
| 451 | .dev = { | ||
| 452 | .platform_data = &bfin_gpio_keys_data, | ||
| 453 | }, | ||
| 454 | }; | ||
| 455 | #endif | ||
| 456 | |||
| 457 | static const unsigned int cclk_vlev_datasheet[] = | ||
| 458 | { | ||
| 459 | /* | ||
| 460 | * Internal VLEV BF538SBBC1533 | ||
| 461 | ****temporarily using these values until data sheet is updated | ||
| 462 | */ | ||
| 463 | VRPAIR(VLEV_100, 150000000), | ||
| 464 | VRPAIR(VLEV_100, 250000000), | ||
| 465 | VRPAIR(VLEV_110, 276000000), | ||
| 466 | VRPAIR(VLEV_115, 301000000), | ||
| 467 | VRPAIR(VLEV_120, 525000000), | ||
| 468 | VRPAIR(VLEV_125, 550000000), | ||
| 469 | VRPAIR(VLEV_130, 600000000), | ||
| 470 | }; | ||
| 471 | |||
| 472 | static struct bfin_dpmc_platform_data bfin_dmpc_vreg_data = { | ||
| 473 | .tuple_tab = cclk_vlev_datasheet, | ||
| 474 | .tabsize = ARRAY_SIZE(cclk_vlev_datasheet), | ||
| 475 | .vr_settling_time = 25 /* us */, | ||
| 476 | }; | ||
| 477 | |||
| 478 | static struct platform_device bfin_dpmc = { | ||
| 479 | .name = "bfin dpmc", | ||
| 480 | .dev = { | ||
| 481 | .platform_data = &bfin_dmpc_vreg_data, | ||
| 482 | }, | ||
| 483 | }; | ||
| 484 | |||
| 485 | static struct platform_device *cm_bf538_devices[] __initdata = { | ||
| 486 | |||
| 487 | &bfin_dpmc, | ||
| 488 | |||
| 489 | #if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_DRV_BFIN_MODULE) | ||
| 490 | &rtc_device, | ||
| 491 | #endif | ||
| 492 | |||
| 493 | #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE) | ||
| 494 | &bfin_uart_device, | ||
| 495 | #endif | ||
| 496 | |||
| 497 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) | ||
| 498 | &bf538_spi_master0, | ||
| 499 | &bf538_spi_master1, | ||
| 500 | &bf538_spi_master2, | ||
| 501 | #endif | ||
| 502 | |||
| 503 | #if defined(CONFIG_I2C_BLACKFIN_TWI) || defined(CONFIG_I2C_BLACKFIN_TWI_MODULE) | ||
| 504 | &i2c_bfin_twi0_device, | ||
| 505 | &i2c_bfin_twi1_device, | ||
| 506 | #endif | ||
| 507 | |||
| 508 | #if defined(CONFIG_BFIN_SIR) || defined(CONFIG_BFIN_SIR_MODULE) | ||
| 509 | &bfin_sir_device, | ||
| 510 | #endif | ||
| 511 | |||
| 512 | #if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE) | ||
| 513 | &smc91x_device, | ||
| 514 | #endif | ||
| 515 | |||
| 516 | #if defined(CONFIG_FB_BFIN_LQ035Q1) || defined(CONFIG_FB_BFIN_LQ035Q1_MODULE) | ||
| 517 | &bfin_lq035q1_device, | ||
| 518 | #endif | ||
| 519 | |||
| 520 | #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE) | ||
| 521 | &bfin_device_gpiokeys, | ||
| 522 | #endif | ||
| 523 | }; | ||
| 524 | |||
| 525 | static int __init ezkit_init(void) | ||
| 526 | { | ||
| 527 | printk(KERN_INFO "%s(): registering device resources\n", __func__); | ||
| 528 | platform_add_devices(cm_bf538_devices, ARRAY_SIZE(cm_bf538_devices)); | ||
| 529 | |||
| 530 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) | ||
| 531 | spi_register_board_info(bf538_spi_board_info, | ||
| 532 | ARRAY_SIZE(bf538_spi_board_info)); | ||
| 533 | #endif | ||
| 534 | |||
| 535 | return 0; | ||
| 536 | } | ||
| 537 | |||
| 538 | arch_initcall(ezkit_init); | ||
diff --git a/arch/blackfin/mach-bf538/dma.c b/arch/blackfin/mach-bf538/dma.c new file mode 100644 index 000000000000..359fdaa12b8f --- /dev/null +++ b/arch/blackfin/mach-bf538/dma.c | |||
| @@ -0,0 +1,161 @@ | |||
| 1 | /* | ||
| 2 | * File: arch/blackfin/mach-bf538/dma.c | ||
| 3 | * Based on: | ||
| 4 | * Author: | ||
| 5 | * | ||
| 6 | * Created: | ||
| 7 | * Description: This file contains the simple DMA Implementation for Blackfin | ||
| 8 | * | ||
| 9 | * Modified: | ||
| 10 | * Copyright 2008 Analog Devices Inc. | ||
| 11 | * | ||
| 12 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
| 13 | * | ||
| 14 | * This program is free software; you can redistribute it and/or modify | ||
| 15 | * it under the terms of the GNU General Public License as published by | ||
| 16 | * the Free Software Foundation; either version 2 of the License, or | ||
| 17 | * (at your option) any later version. | ||
| 18 | * | ||
| 19 | * This program is distributed in the hope that it will be useful, | ||
| 20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 22 | * GNU General Public License for more details. | ||
| 23 | * | ||
| 24 | * You should have received a copy of the GNU General Public License | ||
| 25 | * along with this program; if not, see the file COPYING, or write | ||
| 26 | * to the Free Software Foundation, Inc., | ||
| 27 | * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
| 28 | */ | ||
| 29 | #include <linux/module.h> | ||
| 30 | |||
| 31 | #include <asm/blackfin.h> | ||
| 32 | #include <asm/dma.h> | ||
| 33 | |||
| 34 | struct dma_register *dma_io_base_addr[MAX_BLACKFIN_DMA_CHANNEL] = { | ||
| 35 | (struct dma_register *) DMA0_NEXT_DESC_PTR, | ||
| 36 | (struct dma_register *) DMA1_NEXT_DESC_PTR, | ||
| 37 | (struct dma_register *) DMA2_NEXT_DESC_PTR, | ||
| 38 | (struct dma_register *) DMA3_NEXT_DESC_PTR, | ||
| 39 | (struct dma_register *) DMA4_NEXT_DESC_PTR, | ||
| 40 | (struct dma_register *) DMA5_NEXT_DESC_PTR, | ||
| 41 | (struct dma_register *) DMA6_NEXT_DESC_PTR, | ||
| 42 | (struct dma_register *) DMA7_NEXT_DESC_PTR, | ||
| 43 | (struct dma_register *) DMA8_NEXT_DESC_PTR, | ||
| 44 | (struct dma_register *) DMA9_NEXT_DESC_PTR, | ||
| 45 | (struct dma_register *) DMA10_NEXT_DESC_PTR, | ||
| 46 | (struct dma_register *) DMA11_NEXT_DESC_PTR, | ||
| 47 | (struct dma_register *) DMA12_NEXT_DESC_PTR, | ||
| 48 | (struct dma_register *) DMA13_NEXT_DESC_PTR, | ||
| 49 | (struct dma_register *) DMA14_NEXT_DESC_PTR, | ||
| 50 | (struct dma_register *) DMA15_NEXT_DESC_PTR, | ||
| 51 | (struct dma_register *) DMA16_NEXT_DESC_PTR, | ||
| 52 | (struct dma_register *) DMA17_NEXT_DESC_PTR, | ||
| 53 | (struct dma_register *) DMA18_NEXT_DESC_PTR, | ||
| 54 | (struct dma_register *) DMA19_NEXT_DESC_PTR, | ||
| 55 | (struct dma_register *) MDMA0_D0_NEXT_DESC_PTR, | ||
| 56 | (struct dma_register *) MDMA0_S0_NEXT_DESC_PTR, | ||
| 57 | (struct dma_register *) MDMA0_D1_NEXT_DESC_PTR, | ||
| 58 | (struct dma_register *) MDMA0_S1_NEXT_DESC_PTR, | ||
| 59 | (struct dma_register *) MDMA1_D0_NEXT_DESC_PTR, | ||
| 60 | (struct dma_register *) MDMA1_S0_NEXT_DESC_PTR, | ||
| 61 | (struct dma_register *) MDMA1_D1_NEXT_DESC_PTR, | ||
| 62 | (struct dma_register *) MDMA1_S1_NEXT_DESC_PTR, | ||
| 63 | }; | ||
| 64 | EXPORT_SYMBOL(dma_io_base_addr); | ||
| 65 | |||
| 66 | int channel2irq(unsigned int channel) | ||
| 67 | { | ||
| 68 | int ret_irq = -1; | ||
| 69 | |||
| 70 | switch (channel) { | ||
| 71 | case CH_PPI: | ||
| 72 | ret_irq = IRQ_PPI; | ||
| 73 | break; | ||
| 74 | |||
| 75 | case CH_UART0_RX: | ||
| 76 | ret_irq = IRQ_UART0_RX; | ||
| 77 | break; | ||
| 78 | |||
| 79 | case CH_UART0_TX: | ||
| 80 | ret_irq = IRQ_UART0_TX; | ||
| 81 | break; | ||
| 82 | |||
| 83 | case CH_UART1_RX: | ||
| 84 | ret_irq = IRQ_UART1_RX; | ||
| 85 | break; | ||
| 86 | |||
| 87 | case CH_UART1_TX: | ||
| 88 | ret_irq = IRQ_UART1_TX; | ||
| 89 | break; | ||
| 90 | |||
| 91 | case CH_UART2_RX: | ||
| 92 | ret_irq = IRQ_UART2_RX; | ||
| 93 | break; | ||
| 94 | |||
| 95 | case CH_UART2_TX: | ||
| 96 | ret_irq = IRQ_UART2_TX; | ||
| 97 | break; | ||
| 98 | |||
| 99 | case CH_SPORT0_RX: | ||
| 100 | ret_irq = IRQ_SPORT0_RX; | ||
| 101 | break; | ||
| 102 | |||
| 103 | case CH_SPORT0_TX: | ||
| 104 | ret_irq = IRQ_SPORT0_TX; | ||
| 105 | break; | ||
| 106 | |||
| 107 | case CH_SPORT1_RX: | ||
| 108 | ret_irq = IRQ_SPORT1_RX; | ||
| 109 | break; | ||
| 110 | |||
| 111 | case CH_SPORT1_TX: | ||
| 112 | ret_irq = IRQ_SPORT1_TX; | ||
| 113 | break; | ||
| 114 | |||
| 115 | case CH_SPORT2_RX: | ||
| 116 | ret_irq = IRQ_SPORT2_RX; | ||
| 117 | break; | ||
| 118 | |||
| 119 | case CH_SPORT2_TX: | ||
| 120 | ret_irq = IRQ_SPORT2_TX; | ||
| 121 | break; | ||
| 122 | |||
| 123 | case CH_SPORT3_RX: | ||
| 124 | ret_irq = IRQ_SPORT3_RX; | ||
| 125 | break; | ||
| 126 | |||
| 127 | case CH_SPORT3_TX: | ||
| 128 | ret_irq = IRQ_SPORT3_TX; | ||
| 129 | break; | ||
| 130 | |||
| 131 | case CH_SPI0: | ||
| 132 | ret_irq = IRQ_SPI0; | ||
| 133 | break; | ||
| 134 | |||
| 135 | case CH_SPI1: | ||
| 136 | ret_irq = IRQ_SPI1; | ||
| 137 | break; | ||
| 138 | |||
| 139 | case CH_SPI2: | ||
| 140 | ret_irq = IRQ_SPI2; | ||
| 141 | break; | ||
| 142 | |||
| 143 | case CH_MEM_STREAM0_SRC: | ||
| 144 | case CH_MEM_STREAM0_DEST: | ||
| 145 | ret_irq = IRQ_MEM0_DMA0; | ||
| 146 | break; | ||
| 147 | case CH_MEM_STREAM1_SRC: | ||
| 148 | case CH_MEM_STREAM1_DEST: | ||
| 149 | ret_irq = IRQ_MEM0_DMA1; | ||
| 150 | break; | ||
| 151 | case CH_MEM_STREAM2_SRC: | ||
| 152 | case CH_MEM_STREAM2_DEST: | ||
| 153 | ret_irq = IRQ_MEM1_DMA0; | ||
| 154 | break; | ||
| 155 | case CH_MEM_STREAM3_SRC: | ||
| 156 | case CH_MEM_STREAM3_DEST: | ||
| 157 | ret_irq = IRQ_MEM1_DMA1; | ||
| 158 | break; | ||
| 159 | } | ||
| 160 | return ret_irq; | ||
| 161 | } | ||
diff --git a/arch/blackfin/mach-bf538/head.S b/arch/blackfin/mach-bf538/head.S new file mode 100644 index 000000000000..39013ec97008 --- /dev/null +++ b/arch/blackfin/mach-bf538/head.S | |||
| @@ -0,0 +1,137 @@ | |||
| 1 | /* | ||
| 2 | * File: arch/blackfin/mach-bf538/head.S | ||
| 3 | * Based on: | ||
| 4 | * Author: Jeff Dionne <jeff@uclinux.org> COPYRIGHT 1998 D. Jeff Dionne | ||
| 5 | * | ||
| 6 | * Created: 1998 | ||
| 7 | * Description: bf533 startup file | ||
| 8 | * | ||
| 9 | * Modified: | ||
| 10 | * Copyright 2004-2006 Analog Devices Inc. | ||
| 11 | * | ||
| 12 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
| 13 | * | ||
| 14 | * This program is free software; you can redistribute it and/or modify | ||
| 15 | * it under the terms of the GNU General Public License as published by | ||
| 16 | * the Free Software Foundation; either version 2 of the License, or | ||
| 17 | * (at your option) any later version. | ||
| 18 | * | ||
| 19 | * This program is distributed in the hope that it will be useful, | ||
| 20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 22 | * GNU General Public License for more details. | ||
| 23 | * | ||
| 24 | * You should have received a copy of the GNU General Public License | ||
| 25 | * along with this program; if not, see the file COPYING, or write | ||
| 26 | * to the Free Software Foundation, Inc., | ||
| 27 | * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
| 28 | */ | ||
| 29 | |||
| 30 | #include <linux/linkage.h> | ||
| 31 | #include <linux/init.h> | ||
| 32 | #include <asm/blackfin.h> | ||
| 33 | #ifdef CONFIG_BFIN_KERNEL_CLOCK | ||
| 34 | #include <asm/mach-common/clocks.h> | ||
| 35 | #include <asm/mach/mem_init.h> | ||
| 36 | #endif | ||
| 37 | |||
| 38 | .section .l1.text | ||
| 39 | #ifdef CONFIG_BFIN_KERNEL_CLOCK | ||
| 40 | ENTRY(_start_dma_code) | ||
| 41 | p0.h = hi(SIC_IWR0); | ||
| 42 | p0.l = lo(SIC_IWR0); | ||
| 43 | r0.l = 0x1; | ||
| 44 | r0.h = 0x0; | ||
| 45 | [p0] = r0; | ||
| 46 | SSYNC; | ||
| 47 | |||
| 48 | /* | ||
| 49 | * Set PLL_CTL | ||
| 50 | * - [14:09] = MSEL[5:0] : CLKIN / VCO multiplication factors | ||
| 51 | * - [8] = BYPASS : BYPASS the PLL, run CLKIN into CCLK/SCLK | ||
| 52 | * - [7] = output delay (add 200ps of delay to mem signals) | ||
| 53 | * - [6] = input delay (add 200ps of input delay to mem signals) | ||
| 54 | * - [5] = PDWN : 1=All Clocks off | ||
| 55 | * - [3] = STOPCK : 1=Core Clock off | ||
| 56 | * - [1] = PLL_OFF : 1=Disable Power to PLL | ||
| 57 | * - [0] = DF : 1=Pass CLKIN/2 to PLL / 0=Pass CLKIN to PLL | ||
| 58 | * all other bits set to zero | ||
| 59 | */ | ||
| 60 | |||
| 61 | p0.h = hi(PLL_LOCKCNT); | ||
| 62 | p0.l = lo(PLL_LOCKCNT); | ||
| 63 | r0 = 0x300(Z); | ||
| 64 | w[p0] = r0.l; | ||
| 65 | ssync; | ||
| 66 | |||
| 67 | P2.H = hi(EBIU_SDGCTL); | ||
| 68 | P2.L = lo(EBIU_SDGCTL); | ||
| 69 | R0 = [P2]; | ||
| 70 | BITSET (R0, 24); | ||
| 71 | [P2] = R0; | ||
| 72 | SSYNC; | ||
| 73 | |||
| 74 | r0 = CONFIG_VCO_MULT & 63; /* Load the VCO multiplier */ | ||
| 75 | r0 = r0 << 9; /* Shift it over, */ | ||
| 76 | r1 = CLKIN_HALF; /* Do we need to divide CLKIN by 2?*/ | ||
| 77 | r0 = r1 | r0; | ||
| 78 | r1 = PLL_BYPASS; /* Bypass the PLL? */ | ||
| 79 | r1 = r1 << 8; /* Shift it over */ | ||
| 80 | r0 = r1 | r0; /* add them all together */ | ||
| 81 | #ifdef ANOMALY_05000265 | ||
| 82 | BITSET(r0, 15); /* Add 250 mV of hysteresis to SPORT input pins */ | ||
| 83 | #endif | ||
| 84 | |||
| 85 | p0.h = hi(PLL_CTL); | ||
| 86 | p0.l = lo(PLL_CTL); /* Load the address */ | ||
| 87 | cli r2; /* Disable interrupts */ | ||
| 88 | ssync; | ||
| 89 | w[p0] = r0.l; /* Set the value */ | ||
| 90 | idle; /* Wait for the PLL to stablize */ | ||
| 91 | sti r2; /* Enable interrupts */ | ||
| 92 | |||
| 93 | .Lcheck_again: | ||
| 94 | p0.h = hi(PLL_STAT); | ||
| 95 | p0.l = lo(PLL_STAT); | ||
| 96 | R0 = W[P0](Z); | ||
| 97 | CC = BITTST(R0,5); | ||
| 98 | if ! CC jump .Lcheck_again; | ||
| 99 | |||
| 100 | /* Configure SCLK & CCLK Dividers */ | ||
| 101 | r0 = (CONFIG_CCLK_ACT_DIV | CONFIG_SCLK_DIV); | ||
| 102 | p0.h = hi(PLL_DIV); | ||
| 103 | p0.l = lo(PLL_DIV); | ||
| 104 | w[p0] = r0.l; | ||
| 105 | ssync; | ||
| 106 | |||
| 107 | p0.l = lo(EBIU_SDRRC); | ||
| 108 | p0.h = hi(EBIU_SDRRC); | ||
| 109 | r0 = mem_SDRRC; | ||
| 110 | w[p0] = r0.l; | ||
| 111 | ssync; | ||
| 112 | |||
| 113 | P2.H = hi(EBIU_SDGCTL); | ||
| 114 | P2.L = lo(EBIU_SDGCTL); | ||
| 115 | R0 = [P2]; | ||
| 116 | BITCLR (R0, 24); | ||
| 117 | p0.h = hi(EBIU_SDSTAT); | ||
| 118 | p0.l = lo(EBIU_SDSTAT); | ||
| 119 | r2.l = w[p0]; | ||
| 120 | cc = bittst(r2,3); | ||
| 121 | if !cc jump .Lskip; | ||
| 122 | NOP; | ||
| 123 | BITSET (R0, 23); | ||
| 124 | .Lskip: | ||
| 125 | [P2] = R0; | ||
| 126 | SSYNC; | ||
| 127 | |||
| 128 | R0.L = lo(mem_SDGCTL); | ||
| 129 | R0.H = hi(mem_SDGCTL); | ||
| 130 | R1 = [p2]; | ||
| 131 | R1 = R1 | R0; | ||
| 132 | [P2] = R1; | ||
| 133 | SSYNC; | ||
| 134 | |||
| 135 | RTS; | ||
| 136 | ENDPROC(_start_dma_code) | ||
| 137 | #endif /* CONFIG_BFIN_KERNEL_CLOCK */ | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/anomaly.h b/arch/blackfin/mach-bf538/include/mach/anomaly.h new file mode 100644 index 000000000000..4df618ce2a6d --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/anomaly.h | |||
| @@ -0,0 +1,121 @@ | |||
| 1 | /* | ||
| 2 | * File: include/asm-blackfin/mach-bf538/anomaly.h | ||
| 3 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
| 4 | * | ||
| 5 | * Copyright (C) 2004-2008 Analog Devices Inc. | ||
| 6 | * Licensed under the GPL-2 or later. | ||
| 7 | */ | ||
| 8 | |||
| 9 | /* This file shoule be up to date with: | ||
| 10 | * - Revision F, 06/18/2008; ADSP-BF538/BF538F Blackfin Processor Anomaly List | ||
| 11 | * - Revision K, 06/18/2008; ADSP-BF539/BF539F Blackfin Processor Anomaly List | ||
| 12 | */ | ||
| 13 | |||
| 14 | #ifndef _MACH_ANOMALY_H_ | ||
| 15 | #define _MACH_ANOMALY_H_ | ||
| 16 | |||
| 17 | #if __SILICON_REVISION__ < 4 | ||
| 18 | # error will not work on BF538 silicon version 0.0, 0.1, 0.2 or 0.3 | ||
| 19 | #endif | ||
| 20 | |||
| 21 | /* Multi-Issue Instruction with dsp32shiftimm in slot1 and P-reg Store in slot2 Not Supported */ | ||
| 22 | #define ANOMALY_05000074 (1) | ||
| 23 | /* DMA_RUN Bit Is Not Valid after a Peripheral Receive Channel DMA Stops */ | ||
| 24 | #define ANOMALY_05000119 (1) | ||
| 25 | /* Rx.H Cannot Be Used to Access 16-bit System MMR Registers */ | ||
| 26 | #define ANOMALY_05000122 (1) | ||
| 27 | /* PPI Data Lengths between 8 and 16 Do Not Zero Out Upper Bits */ | ||
| 28 | #define ANOMALY_05000166 (1) | ||
| 29 | /* PPI_COUNT Cannot Be Programmed to 0 in General Purpose TX or RX Modes */ | ||
| 30 | #define ANOMALY_05000179 (1) | ||
| 31 | /* PPI_DELAY Not Functional in PPI Modes with 0 Frame Syncs */ | ||
| 32 | #define ANOMALY_05000180 (1) | ||
| 33 | /* False I/O Pin Interrupts on Edge-Sensitive Inputs When Polarity Setting Is Changed */ | ||
| 34 | #define ANOMALY_05000193 (1) | ||
| 35 | /* Current DMA Address Shows Wrong Value During Carry Fix */ | ||
| 36 | #define ANOMALY_05000199 (__SILICON_REVISION__ < 4) | ||
| 37 | /* NMI Event at Boot Time Results in Unpredictable State */ | ||
| 38 | #define ANOMALY_05000219 (1) | ||
| 39 | /* SPI Slave Boot Mode Modifies Registers from Reset Value */ | ||
| 40 | #define ANOMALY_05000229 (1) | ||
| 41 | /* PPI_FS3 Is Not Driven in 2 or 3 Internal Frame Sync Transmit Modes */ | ||
| 42 | #define ANOMALY_05000233 (1) | ||
| 43 | /* If i-cache is on, CSYNC/SSYNC/IDLE around Change of Control causes failures */ | ||
| 44 | #define ANOMALY_05000244 (__SILICON_REVISION__ < 3) | ||
| 45 | /* Spurious Hardware Error from an Access in the Shadow of a Conditional Branch */ | ||
| 46 | #define ANOMALY_05000245 (1) | ||
| 47 | /* Maximum External Clock Speed for Timers */ | ||
| 48 | #define ANOMALY_05000253 (1) | ||
| 49 | /* DCPLB_FAULT_ADDR MMR register may be corrupted */ | ||
| 50 | #define ANOMALY_05000261 (__SILICON_REVISION__ < 3) | ||
| 51 | /* High I/O Activity Causes Output Voltage of Internal Voltage Regulator (Vddint) to Decrease */ | ||
| 52 | #define ANOMALY_05000270 (__SILICON_REVISION__ < 4) | ||
| 53 | /* Certain Data Cache Writethrough Modes Fail for Vddint <= 0.9V */ | ||
| 54 | #define ANOMALY_05000272 (1) | ||
| 55 | /* Writes to Synchronous SDRAM Memory May Be Lost */ | ||
| 56 | #define ANOMALY_05000273 (__SILICON_REVISION__ < 4) | ||
| 57 | /* Writes to an I/O Data Register One SCLK Cycle after an Edge Is Detected May Clear Interrupt */ | ||
| 58 | #define ANOMALY_05000277 (__SILICON_REVISION__ < 4) | ||
| 59 | /* Disabling Peripherals with DMA Running May Cause DMA System Instability */ | ||
| 60 | #define ANOMALY_05000278 (__SILICON_REVISION__ < 4) | ||
| 61 | /* False Hardware Error Exception when ISR Context Is Not Restored */ | ||
| 62 | #define ANOMALY_05000281 (__SILICON_REVISION__ < 4) | ||
| 63 | /* Memory DMA Corruption with 32-Bit Data and Traffic Control */ | ||
| 64 | #define ANOMALY_05000282 (__SILICON_REVISION__ < 4) | ||
| 65 | /* System MMR Write Is Stalled Indefinitely when Killed in a Particular Stage */ | ||
| 66 | #define ANOMALY_05000283 (__SILICON_REVISION__ < 4) | ||
| 67 | /* SPORTs May Receive Bad Data If FIFOs Fill Up */ | ||
| 68 | #define ANOMALY_05000288 (__SILICON_REVISION__ < 4) | ||
| 69 | /* Reads from CAN Mailbox and Acceptance Mask Area Can Fail */ | ||
| 70 | #define ANOMALY_05000291 (__SILICON_REVISION__ < 4) | ||
| 71 | /* Hibernate Leakage Current Is Higher Than Specified */ | ||
| 72 | #define ANOMALY_05000293 (__SILICON_REVISION__ < 4) | ||
| 73 | /* Timer Pin Limitations for PPI TX Modes with External Frame Syncs */ | ||
| 74 | #define ANOMALY_05000294 (1) | ||
| 75 | /* Memory-To-Memory DMA Source/Destination Descriptors Must Be in Same Memory Space */ | ||
| 76 | #define ANOMALY_05000301 (__SILICON_REVISION__ < 4) | ||
| 77 | /* SSYNCs After Writes To CAN/DMA MMR Registers Are Not Always Handled Correctly */ | ||
| 78 | #define ANOMALY_05000304 (__SILICON_REVISION__ < 4) | ||
| 79 | /* SCKELOW Bit Does Not Maintain State Through Hibernate */ | ||
| 80 | #define ANOMALY_05000307 (__SILICON_REVISION__ < 4) | ||
| 81 | /* False Hardware Errors Caused by Fetches at the Boundary of Reserved Memory */ | ||
| 82 | #define ANOMALY_05000310 (1) | ||
| 83 | /* Errors when SSYNC, CSYNC, or Loads to LT, LB and LC Registers Are Interrupted */ | ||
| 84 | #define ANOMALY_05000312 (__SILICON_REVISION__ < 5) | ||
| 85 | /* PPI Is Level-Sensitive on First Transfer */ | ||
| 86 | #define ANOMALY_05000313 (__SILICON_REVISION__ < 4) | ||
| 87 | /* Killed System MMR Write Completes Erroneously on Next System MMR Access */ | ||
| 88 | #define ANOMALY_05000315 (__SILICON_REVISION__ < 4) | ||
| 89 | /* PFx Glitch on Write to FIO_FLAG_D or FIO_FLAG_T */ | ||
| 90 | #define ANOMALY_05000318 (__SILICON_REVISION__ < 4) | ||
| 91 | /* Regulator Programming Blocked when Hibernate Wakeup Source Remains Active */ | ||
| 92 | #define ANOMALY_05000355 (__SILICON_REVISION__ < 5) | ||
| 93 | /* Serial Port (SPORT) Multichannel Transmit Failure when Channel 0 Is Disabled */ | ||
| 94 | #define ANOMALY_05000357 (__SILICON_REVISION__ < 5) | ||
| 95 | /* PPI Underflow Error Goes Undetected in ITU-R 656 Mode */ | ||
| 96 | #define ANOMALY_05000366 (1) | ||
| 97 | /* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */ | ||
| 98 | #define ANOMALY_05000371 (__SILICON_REVISION__ < 5) | ||
| 99 | /* Entering Hibernate State with Peripheral Wakeups Enabled Draws Excess Current */ | ||
| 100 | #define ANOMALY_05000374 (__SILICON_REVISION__ == 4) | ||
| 101 | /* New Feature: Open-Drain GPIO Outputs on PC1 and PC4 (Not Available on Older Silicon) */ | ||
| 102 | #define ANOMALY_05000375 (__SILICON_REVISION__ < 4) | ||
| 103 | /* SSYNC Stalls Processor when Executed from Non-Cacheable Memory */ | ||
| 104 | #define ANOMALY_05000402 (__SILICON_REVISION__ < 4) | ||
| 105 | /* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */ | ||
| 106 | #define ANOMALY_05000403 (1) | ||
| 107 | /* Speculative Fetches Can Cause Undesired External FIFO Operations */ | ||
| 108 | #define ANOMALY_05000416 (1) | ||
| 109 | |||
| 110 | /* Anomalies that don't exist on this proc */ | ||
| 111 | #define ANOMALY_05000230 (0) | ||
| 112 | #define ANOMALY_05000353 (1) | ||
| 113 | #define ANOMALY_05000386 (1) | ||
| 114 | #define ANOMALY_05000198 (0) | ||
| 115 | #define ANOMALY_05000158 (0) | ||
| 116 | #define ANOMALY_05000311 (0) | ||
| 117 | #define ANOMALY_05000323 (0) | ||
| 118 | #define ANOMALY_05000263 (0) | ||
| 119 | #define ANOMALY_05000363 (0) | ||
| 120 | |||
| 121 | #endif | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/bf538.h b/arch/blackfin/mach-bf538/include/mach/bf538.h new file mode 100644 index 000000000000..c9e8197a29fe --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/bf538.h | |||
| @@ -0,0 +1,124 @@ | |||
| 1 | /* | ||
| 2 | * File: include/asm-blackfin/mach-bf538/bf538.h | ||
| 3 | * Based on: include/asm-blackfin/mach-bf537/bf537.h | ||
| 4 | * Author: Michael Hennerich (michael.hennerich@analog.com) | ||
| 5 | * | ||
| 6 | * Created: | ||
| 7 | * Description: SYSTEM MMR REGISTER AND MEMORY MAP FOR ADSP-BF527 | ||
| 8 | * | ||
| 9 | * Modified: | ||
| 10 | * Copyright 2004-2007 Analog Devices Inc. | ||
| 11 | * | ||
| 12 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
| 13 | * | ||
| 14 | * This program is free software; you can redistribute it and/or modify | ||
| 15 | * it under the terms of the GNU General Public License as published by | ||
| 16 | * the Free Software Foundation; either version 2 of the License, or | ||
| 17 | * (at your option) any later version. | ||
| 18 | * | ||
| 19 | * This program is distributed in the hope that it will be useful, | ||
| 20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 22 | * GNU General Public License for more details. | ||
| 23 | * | ||
| 24 | * You should have received a copy of the GNU General Public License | ||
| 25 | * along with this program; if not, see the file COPYING, or write | ||
| 26 | * to the Free Software Foundation, Inc., | ||
| 27 | * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
| 28 | */ | ||
| 29 | |||
| 30 | #ifndef __MACH_BF538_H__ | ||
| 31 | #define __MACH_BF538_H__ | ||
| 32 | |||
| 33 | #define OFFSET_(x) ((x) & 0x0000FFFF) | ||
| 34 | |||
| 35 | /*some misc defines*/ | ||
| 36 | #define IMASK_IVG15 0x8000 | ||
| 37 | #define IMASK_IVG14 0x4000 | ||
| 38 | #define IMASK_IVG13 0x2000 | ||
| 39 | #define IMASK_IVG12 0x1000 | ||
| 40 | |||
| 41 | #define IMASK_IVG11 0x0800 | ||
| 42 | #define IMASK_IVG10 0x0400 | ||
| 43 | #define IMASK_IVG9 0x0200 | ||
| 44 | #define IMASK_IVG8 0x0100 | ||
| 45 | |||
| 46 | #define IMASK_IVG7 0x0080 | ||
| 47 | #define IMASK_IVGTMR 0x0040 | ||
| 48 | #define IMASK_IVGHW 0x0020 | ||
| 49 | |||
| 50 | /***************************/ | ||
| 51 | |||
| 52 | #define BFIN_DSUBBANKS 4 | ||
| 53 | #define BFIN_DWAYS 2 | ||
| 54 | #define BFIN_DLINES 64 | ||
| 55 | #define BFIN_ISUBBANKS 4 | ||
| 56 | #define BFIN_IWAYS 4 | ||
| 57 | #define BFIN_ILINES 32 | ||
| 58 | |||
| 59 | #define WAY0_L 0x1 | ||
| 60 | #define WAY1_L 0x2 | ||
| 61 | #define WAY01_L 0x3 | ||
| 62 | #define WAY2_L 0x4 | ||
| 63 | #define WAY02_L 0x5 | ||
| 64 | #define WAY12_L 0x6 | ||
| 65 | #define WAY012_L 0x7 | ||
| 66 | |||
| 67 | #define WAY3_L 0x8 | ||
| 68 | #define WAY03_L 0x9 | ||
| 69 | #define WAY13_L 0xA | ||
| 70 | #define WAY013_L 0xB | ||
| 71 | |||
| 72 | #define WAY32_L 0xC | ||
| 73 | #define WAY320_L 0xD | ||
| 74 | #define WAY321_L 0xE | ||
| 75 | #define WAYALL_L 0xF | ||
| 76 | |||
| 77 | #define DMC_ENABLE (2<<2) /*yes, 2, not 1 */ | ||
| 78 | |||
| 79 | /********************************* EBIU Settings ************************************/ | ||
| 80 | #define AMBCTL0VAL ((CONFIG_BANK_1 << 16) | CONFIG_BANK_0) | ||
| 81 | #define AMBCTL1VAL ((CONFIG_BANK_3 << 16) | CONFIG_BANK_2) | ||
| 82 | |||
| 83 | #ifdef CONFIG_C_AMBEN_ALL | ||
| 84 | #define V_AMBEN AMBEN_ALL | ||
| 85 | #endif | ||
| 86 | #ifdef CONFIG_C_AMBEN | ||
| 87 | #define V_AMBEN 0x0 | ||
| 88 | #endif | ||
| 89 | #ifdef CONFIG_C_AMBEN_B0 | ||
| 90 | #define V_AMBEN AMBEN_B0 | ||
| 91 | #endif | ||
| 92 | #ifdef CONFIG_C_AMBEN_B0_B1 | ||
| 93 | #define V_AMBEN AMBEN_B0_B1 | ||
| 94 | #endif | ||
| 95 | #ifdef CONFIG_C_AMBEN_B0_B1_B2 | ||
| 96 | #define V_AMBEN AMBEN_B0_B1_B2 | ||
| 97 | #endif | ||
| 98 | #ifdef CONFIG_C_AMCKEN | ||
| 99 | #define V_AMCKEN AMCKEN | ||
| 100 | #else | ||
| 101 | #define V_AMCKEN 0x0 | ||
| 102 | #endif | ||
| 103 | #ifdef CONFIG_C_CDPRIO | ||
| 104 | #define V_CDPRIO 0x100 | ||
| 105 | #else | ||
| 106 | #define V_CDPRIO 0x0 | ||
| 107 | #endif | ||
| 108 | |||
| 109 | #define AMGCTLVAL (V_AMBEN | V_AMCKEN | V_CDPRIO) | ||
| 110 | |||
| 111 | #ifdef CONFIG_BF538 | ||
| 112 | #define CPU "BF538" | ||
| 113 | #define CPUID 0x27C4 | ||
| 114 | #endif | ||
| 115 | #ifdef CONFIG_BF539 | ||
| 116 | #define CPU "BF539" | ||
| 117 | #define CPUID 0x27C4 /* FXIME:? */ | ||
| 118 | #endif | ||
| 119 | |||
| 120 | #ifndef CPU | ||
| 121 | #error Unknown CPU type - This kernel doesn't seem to be configured properly | ||
| 122 | #endif | ||
| 123 | |||
| 124 | #endif /* __MACH_BF538_H__ */ | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/bfin_serial_5xx.h b/arch/blackfin/mach-bf538/include/mach/bfin_serial_5xx.h new file mode 100644 index 000000000000..40503b6b89a3 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/bfin_serial_5xx.h | |||
| @@ -0,0 +1,183 @@ | |||
| 1 | /* | ||
| 2 | * file: include/asm-blackfin/mach-bf538/bfin_serial_5xx.h | ||
| 3 | * based on: | ||
| 4 | * author: | ||
| 5 | * | ||
| 6 | * created: | ||
| 7 | * description: | ||
| 8 | * blackfin serial driver header files | ||
| 9 | * rev: | ||
| 10 | * | ||
| 11 | * modified: | ||
| 12 | * | ||
| 13 | * | ||
| 14 | * bugs: enter bugs at http://blackfin.uclinux.org/ | ||
| 15 | * | ||
| 16 | * this program is free software; you can redistribute it and/or modify | ||
| 17 | * it under the terms of the gnu general public license as published by | ||
| 18 | * the free software foundation; either version 2, or (at your option) | ||
| 19 | * any later version. | ||
| 20 | * | ||
| 21 | * this program is distributed in the hope that it will be useful, | ||
| 22 | * but without any warranty; without even the implied warranty of | ||
| 23 | * merchantability or fitness for a particular purpose. see the | ||
| 24 | * gnu general public license for more details. | ||
| 25 | * | ||
| 26 | * you should have received a copy of the gnu general public license | ||
| 27 | * along with this program; see the file copying. | ||
| 28 | * if not, write to the free software foundation, | ||
| 29 | * 59 temple place - suite 330, boston, ma 02111-1307, usa. | ||
| 30 | */ | ||
| 31 | |||
| 32 | #include <linux/serial.h> | ||
| 33 | #include <asm/dma.h> | ||
| 34 | #include <asm/portmux.h> | ||
| 35 | |||
| 36 | #define UART_GET_CHAR(uart) bfin_read16(((uart)->port.membase + OFFSET_RBR)) | ||
| 37 | #define UART_GET_DLL(uart) bfin_read16(((uart)->port.membase + OFFSET_DLL)) | ||
| 38 | #define UART_GET_IER(uart) bfin_read16(((uart)->port.membase + OFFSET_IER)) | ||
| 39 | #define UART_GET_DLH(uart) bfin_read16(((uart)->port.membase + OFFSET_DLH)) | ||
| 40 | #define UART_GET_IIR(uart) bfin_read16(((uart)->port.membase + OFFSET_IIR)) | ||
| 41 | #define UART_GET_LCR(uart) bfin_read16(((uart)->port.membase + OFFSET_LCR)) | ||
| 42 | #define UART_GET_GCTL(uart) bfin_read16(((uart)->port.membase + OFFSET_GCTL)) | ||
| 43 | |||
| 44 | #define UART_PUT_CHAR(uart, v) bfin_write16(((uart)->port.membase + OFFSET_THR), v) | ||
| 45 | #define UART_PUT_DLL(uart, v) bfin_write16(((uart)->port.membase + OFFSET_DLL), v) | ||
| 46 | #define UART_PUT_IER(uart, v) bfin_write16(((uart)->port.membase + OFFSET_IER), v) | ||
| 47 | #define UART_SET_IER(uart, v) UART_PUT_IER(uart, UART_GET_IER(uart) | (v)) | ||
| 48 | #define UART_CLEAR_IER(uart, v) UART_PUT_IER(uart, UART_GET_IER(uart) & ~(v)) | ||
| 49 | #define UART_PUT_DLH(uart, v) bfin_write16(((uart)->port.membase + OFFSET_DLH), v) | ||
| 50 | #define UART_PUT_LCR(uart, v) bfin_write16(((uart)->port.membase + OFFSET_LCR), v) | ||
| 51 | #define UART_PUT_GCTL(uart, v) bfin_write16(((uart)->port.membase + OFFSET_GCTL), v) | ||
| 52 | |||
| 53 | #define UART_SET_DLAB(uart) do { UART_PUT_LCR(uart, UART_GET_LCR(uart) | DLAB); SSYNC(); } while (0) | ||
| 54 | #define UART_CLEAR_DLAB(uart) do { UART_PUT_LCR(uart, UART_GET_LCR(uart) & ~DLAB); SSYNC(); } while (0) | ||
| 55 | |||
| 56 | #define UART_GET_CTS(x) gpio_get_value(x->cts_pin) | ||
| 57 | #define UART_SET_RTS(x) gpio_set_value(x->rts_pin, 1) | ||
| 58 | #define UART_CLEAR_RTS(x) gpio_set_value(x->rts_pin, 0) | ||
| 59 | #define UART_ENABLE_INTS(x, v) UART_PUT_IER(x, v) | ||
| 60 | #define UART_DISABLE_INTS(x) UART_PUT_IER(x, 0) | ||
| 61 | |||
| 62 | #if defined(CONFIG_BFIN_UART0_CTSRTS) || defined(CONFIG_BFIN_UART1_CTSRTS) | ||
| 63 | # define CONFIG_SERIAL_BFIN_CTSRTS | ||
| 64 | |||
| 65 | # ifndef CONFIG_UART0_CTS_PIN | ||
| 66 | # define CONFIG_UART0_CTS_PIN -1 | ||
| 67 | # endif | ||
| 68 | |||
| 69 | # ifndef CONFIG_UART0_RTS_PIN | ||
| 70 | # define CONFIG_UART0_RTS_PIN -1 | ||
| 71 | # endif | ||
| 72 | |||
| 73 | # ifndef CONFIG_UART1_CTS_PIN | ||
| 74 | # define CONFIG_UART1_CTS_PIN -1 | ||
| 75 | # endif | ||
| 76 | |||
| 77 | # ifndef CONFIG_UART1_RTS_PIN | ||
| 78 | # define CONFIG_UART1_RTS_PIN -1 | ||
| 79 | # endif | ||
| 80 | #endif | ||
| 81 | |||
| 82 | #define BFIN_UART_TX_FIFO_SIZE 2 | ||
| 83 | |||
| 84 | /* | ||
| 85 | * The pin configuration is different from schematic | ||
| 86 | */ | ||
| 87 | struct bfin_serial_port { | ||
| 88 | struct uart_port port; | ||
| 89 | unsigned int old_status; | ||
| 90 | unsigned int lsr; | ||
| 91 | #ifdef CONFIG_SERIAL_BFIN_DMA | ||
| 92 | int tx_done; | ||
| 93 | int tx_count; | ||
| 94 | struct circ_buf rx_dma_buf; | ||
| 95 | struct timer_list rx_dma_timer; | ||
| 96 | int rx_dma_nrows; | ||
| 97 | unsigned int tx_dma_channel; | ||
| 98 | unsigned int rx_dma_channel; | ||
| 99 | struct work_struct tx_dma_workqueue; | ||
| 100 | #endif | ||
| 101 | #ifdef CONFIG_SERIAL_BFIN_CTSRTS | ||
| 102 | struct timer_list cts_timer; | ||
| 103 | int cts_pin; | ||
| 104 | int rts_pin; | ||
| 105 | #endif | ||
| 106 | }; | ||
| 107 | |||
| 108 | /* The hardware clears the LSR bits upon read, so we need to cache | ||
| 109 | * some of the more fun bits in software so they don't get lost | ||
| 110 | * when checking the LSR in other code paths (TX). | ||
| 111 | */ | ||
| 112 | static inline unsigned int UART_GET_LSR(struct bfin_serial_port *uart) | ||
| 113 | { | ||
| 114 | unsigned int lsr = bfin_read16(uart->port.membase + OFFSET_LSR); | ||
| 115 | uart->lsr |= (lsr & (BI|FE|PE|OE)); | ||
| 116 | return lsr | uart->lsr; | ||
| 117 | } | ||
| 118 | |||
| 119 | static inline void UART_CLEAR_LSR(struct bfin_serial_port *uart) | ||
| 120 | { | ||
| 121 | uart->lsr = 0; | ||
| 122 | bfin_write16(uart->port.membase + OFFSET_LSR, -1); | ||
| 123 | } | ||
| 124 | |||
| 125 | struct bfin_serial_res { | ||
| 126 | unsigned long uart_base_addr; | ||
| 127 | int uart_irq; | ||
| 128 | #ifdef CONFIG_SERIAL_BFIN_DMA | ||
| 129 | unsigned int uart_tx_dma_channel; | ||
| 130 | unsigned int uart_rx_dma_channel; | ||
| 131 | #endif | ||
| 132 | #ifdef CONFIG_SERIAL_BFIN_CTSRTS | ||
| 133 | int uart_cts_pin; | ||
| 134 | int uart_rts_pin; | ||
| 135 | #endif | ||
| 136 | }; | ||
| 137 | |||
| 138 | struct bfin_serial_res bfin_serial_resource[] = { | ||
| 139 | #ifdef CONFIG_SERIAL_BFIN_UART0 | ||
| 140 | { | ||
| 141 | 0xFFC00400, | ||
| 142 | IRQ_UART0_RX, | ||
| 143 | #ifdef CONFIG_SERIAL_BFIN_DMA | ||
| 144 | CH_UART0_TX, | ||
| 145 | CH_UART0_RX, | ||
| 146 | #endif | ||
| 147 | #ifdef CONFIG_BFIN_UART0_CTSRTS | ||
| 148 | CONFIG_UART0_CTS_PIN, | ||
| 149 | CONFIG_UART0_RTS_PIN, | ||
| 150 | #endif | ||
| 151 | }, | ||
| 152 | #endif | ||
| 153 | #ifdef CONFIG_SERIAL_BFIN_UART1 | ||
| 154 | { | ||
| 155 | 0xFFC02000, | ||
| 156 | IRQ_UART1_RX, | ||
| 157 | #ifdef CONFIG_SERIAL_BFIN_DMA | ||
| 158 | CH_UART1_TX, | ||
| 159 | CH_UART1_RX, | ||
| 160 | #endif | ||
| 161 | #ifdef CONFIG_BFIN_UART1_CTSRTS | ||
| 162 | CONFIG_UART1_CTS_PIN, | ||
| 163 | CONFIG_UART1_RTS_PIN, | ||
| 164 | #endif | ||
| 165 | }, | ||
| 166 | #endif | ||
| 167 | #ifdef CONFIG_SERIAL_BFIN_UART2 | ||
| 168 | { | ||
| 169 | 0xFFC02100, | ||
| 170 | IRQ_UART2_RX, | ||
| 171 | #ifdef CONFIG_SERIAL_BFIN_DMA | ||
| 172 | CH_UART2_TX, | ||
| 173 | CH_UART2_RX, | ||
| 174 | #endif | ||
| 175 | #ifdef CONFIG_BFIN_UART2_CTSRTS | ||
| 176 | CONFIG_UART2_CTS_PIN, | ||
| 177 | CONFIG_UART2_RTS_PIN, | ||
| 178 | #endif | ||
| 179 | }, | ||
| 180 | #endif | ||
| 181 | }; | ||
| 182 | |||
| 183 | #define DRIVER_NAME "bfin-uart" | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/bfin_sir.h b/arch/blackfin/mach-bf538/include/mach/bfin_sir.h new file mode 100644 index 000000000000..b2b546d0b9d3 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/bfin_sir.h | |||
| @@ -0,0 +1,159 @@ | |||
| 1 | /* | ||
| 2 | * Blackfin Infra-red Driver | ||
| 3 | * | ||
| 4 | * Copyright 2006-2008 Analog Devices Inc. | ||
| 5 | * | ||
| 6 | * Enter bugs at http://blackfin.uclinux.org/ | ||
| 7 | * | ||
| 8 | * Licensed under the GPL-2 or later. | ||
| 9 | * | ||
| 10 | */ | ||
| 11 | |||
| 12 | #include <linux/serial.h> | ||
| 13 | #include <asm/dma.h> | ||
| 14 | #include <asm/portmux.h> | ||
| 15 | |||
| 16 | #define SIR_UART_GET_CHAR(port) bfin_read16((port)->membase + OFFSET_RBR) | ||
| 17 | #define SIR_UART_GET_DLL(port) bfin_read16((port)->membase + OFFSET_DLL) | ||
| 18 | #define SIR_UART_GET_IER(port) bfin_read16((port)->membase + OFFSET_IER) | ||
| 19 | #define SIR_UART_GET_DLH(port) bfin_read16((port)->membase + OFFSET_DLH) | ||
| 20 | #define SIR_UART_GET_IIR(port) bfin_read16((port)->membase + OFFSET_IIR) | ||
| 21 | #define SIR_UART_GET_LCR(port) bfin_read16((port)->membase + OFFSET_LCR) | ||
| 22 | #define SIR_UART_GET_GCTL(port) bfin_read16((port)->membase + OFFSET_GCTL) | ||
| 23 | |||
| 24 | #define SIR_UART_PUT_CHAR(port, v) bfin_write16(((port)->membase + OFFSET_THR), v) | ||
| 25 | #define SIR_UART_PUT_DLL(port, v) bfin_write16(((port)->membase + OFFSET_DLL), v) | ||
| 26 | #define SIR_UART_PUT_IER(port, v) bfin_write16(((port)->membase + OFFSET_IER), v) | ||
| 27 | #define SIR_UART_PUT_DLH(port, v) bfin_write16(((port)->membase + OFFSET_DLH), v) | ||
| 28 | #define SIR_UART_PUT_LCR(port, v) bfin_write16(((port)->membase + OFFSET_LCR), v) | ||
| 29 | #define SIR_UART_PUT_GCTL(port, v) bfin_write16(((port)->membase + OFFSET_GCTL), v) | ||
| 30 | |||
| 31 | #ifdef CONFIG_SIR_BFIN_DMA | ||
| 32 | struct dma_rx_buf { | ||
| 33 | char *buf; | ||
| 34 | int head; | ||
| 35 | int tail; | ||
| 36 | }; | ||
| 37 | #endif /* CONFIG_SIR_BFIN_DMA */ | ||
| 38 | |||
| 39 | struct bfin_sir_port { | ||
| 40 | unsigned char __iomem *membase; | ||
| 41 | unsigned int irq; | ||
| 42 | unsigned int lsr; | ||
| 43 | unsigned long clk; | ||
| 44 | struct net_device *dev; | ||
| 45 | #ifdef CONFIG_SIR_BFIN_DMA | ||
| 46 | int tx_done; | ||
| 47 | struct dma_rx_buf rx_dma_buf; | ||
| 48 | struct timer_list rx_dma_timer; | ||
| 49 | int rx_dma_nrows; | ||
| 50 | #endif /* CONFIG_SIR_BFIN_DMA */ | ||
| 51 | unsigned int tx_dma_channel; | ||
| 52 | unsigned int rx_dma_channel; | ||
| 53 | }; | ||
| 54 | |||
| 55 | struct bfin_sir_port sir_ports[BFIN_UART_NR_PORTS]; | ||
| 56 | |||
| 57 | struct bfin_sir_port_res { | ||
| 58 | unsigned long base_addr; | ||
| 59 | int irq; | ||
| 60 | unsigned int rx_dma_channel; | ||
| 61 | unsigned int tx_dma_channel; | ||
| 62 | }; | ||
| 63 | |||
| 64 | struct bfin_sir_port_res bfin_sir_port_resource[] = { | ||
| 65 | #ifdef CONFIG_BFIN_SIR0 | ||
| 66 | { | ||
| 67 | 0xFFC00400, | ||
| 68 | IRQ_UART0_RX, | ||
| 69 | CH_UART0_RX, | ||
| 70 | CH_UART0_TX, | ||
| 71 | }, | ||
| 72 | #endif | ||
| 73 | #ifdef CONFIG_BFIN_SIR1 | ||
| 74 | { | ||
| 75 | 0xFFC02000, | ||
| 76 | IRQ_UART1_RX, | ||
| 77 | CH_UART1_RX, | ||
| 78 | CH_UART1_TX, | ||
| 79 | }, | ||
| 80 | #endif | ||
| 81 | #ifdef CONFIG_BFIN_SIR2 | ||
| 82 | { | ||
| 83 | 0xFFC02100, | ||
| 84 | IRQ_UART2_RX, | ||
| 85 | CH_UART2_RX, | ||
| 86 | CH_UART2_TX, | ||
| 87 | }, | ||
| 88 | #endif | ||
| 89 | }; | ||
| 90 | |||
| 91 | int nr_sirs = ARRAY_SIZE(bfin_sir_port_resource); | ||
| 92 | |||
| 93 | struct bfin_sir_self { | ||
| 94 | struct bfin_sir_port *sir_port; | ||
| 95 | spinlock_t lock; | ||
| 96 | unsigned int open; | ||
| 97 | int speed; | ||
| 98 | int newspeed; | ||
| 99 | |||
| 100 | struct sk_buff *txskb; | ||
| 101 | struct sk_buff *rxskb; | ||
| 102 | struct net_device_stats stats; | ||
| 103 | struct device *dev; | ||
| 104 | struct irlap_cb *irlap; | ||
| 105 | struct qos_info qos; | ||
| 106 | |||
| 107 | iobuff_t tx_buff; | ||
| 108 | iobuff_t rx_buff; | ||
| 109 | |||
| 110 | struct work_struct work; | ||
| 111 | int mtt; | ||
| 112 | }; | ||
| 113 | |||
| 114 | static inline unsigned int SIR_UART_GET_LSR(struct bfin_sir_port *port) | ||
| 115 | { | ||
| 116 | unsigned int lsr = bfin_read16(port->membase + OFFSET_LSR); | ||
| 117 | port->lsr |= (lsr & (BI|FE|PE|OE)); | ||
| 118 | return lsr | port->lsr; | ||
| 119 | } | ||
| 120 | |||
| 121 | static inline void SIR_UART_CLEAR_LSR(struct bfin_sir_port *port) | ||
| 122 | { | ||
| 123 | port->lsr = 0; | ||
| 124 | bfin_read16(port->membase + OFFSET_LSR); | ||
| 125 | } | ||
| 126 | |||
| 127 | #define DRIVER_NAME "bfin_sir" | ||
| 128 | |||
| 129 | static int bfin_sir_hw_init(void) | ||
| 130 | { | ||
| 131 | int ret = -ENODEV; | ||
| 132 | #ifdef CONFIG_BFIN_SIR0 | ||
| 133 | ret = peripheral_request(P_UART0_TX, DRIVER_NAME); | ||
| 134 | if (ret) | ||
| 135 | return ret; | ||
| 136 | ret = peripheral_request(P_UART0_RX, DRIVER_NAME); | ||
| 137 | if (ret) | ||
| 138 | return ret; | ||
| 139 | #endif | ||
| 140 | |||
| 141 | #ifdef CONFIG_BFIN_SIR1 | ||
| 142 | ret = peripheral_request(P_UART1_TX, DRIVER_NAME); | ||
| 143 | if (ret) | ||
| 144 | return ret; | ||
| 145 | ret = peripheral_request(P_UART1_RX, DRIVER_NAME); | ||
| 146 | if (ret) | ||
| 147 | return ret; | ||
| 148 | #endif | ||
| 149 | |||
| 150 | #ifdef CONFIG_BFIN_SIR2 | ||
| 151 | ret = peripheral_request(P_UART2_TX, DRIVER_NAME); | ||
| 152 | if (ret) | ||
| 153 | return ret; | ||
| 154 | ret = peripheral_request(P_UART2_RX, DRIVER_NAME); | ||
| 155 | if (ret) | ||
| 156 | return ret; | ||
| 157 | #endif | ||
| 158 | return ret; | ||
| 159 | } | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/blackfin.h b/arch/blackfin/mach-bf538/include/mach/blackfin.h new file mode 100644 index 000000000000..d10366f6847f --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/blackfin.h | |||
| @@ -0,0 +1,100 @@ | |||
| 1 | /* | ||
| 2 | * File: include/asm-blackfin/mach-bf538/blackfin.h | ||
| 3 | * Based on: | ||
| 4 | * Author: | ||
| 5 | * | ||
| 6 | * Created: | ||
| 7 | * Description: | ||
| 8 | * | ||
| 9 | * Rev: | ||
| 10 | * | ||
| 11 | * Modified: | ||
| 12 | * | ||
| 13 | * | ||
| 14 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
| 15 | * | ||
| 16 | * This program is free software; you can redistribute it and/or modify | ||
| 17 | * it under the terms of the GNU General Public License as published by | ||
| 18 | * the Free Software Foundation; either version 2, or (at your option) | ||
| 19 | * any later version. | ||
| 20 | * | ||
| 21 | * This program is distributed in the hope that it will be useful, | ||
| 22 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 23 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 24 | * GNU General Public License for more details. | ||
| 25 | * | ||
| 26 | * You should have received a copy of the GNU General Public License | ||
| 27 | * along with this program; see the file COPYING. | ||
| 28 | * If not, write to the Free Software Foundation, | ||
| 29 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
| 30 | */ | ||
| 31 | |||
| 32 | #ifndef _MACH_BLACKFIN_H_ | ||
| 33 | #define _MACH_BLACKFIN_H_ | ||
| 34 | |||
| 35 | #define BF538_FAMILY | ||
| 36 | |||
| 37 | #include "bf538.h" | ||
| 38 | #include "mem_map.h" | ||
| 39 | #include "defBF539.h" | ||
| 40 | #include "anomaly.h" | ||
| 41 | |||
| 42 | |||
| 43 | #if !defined(__ASSEMBLY__) | ||
| 44 | #include "cdefBF538.h" | ||
| 45 | |||
| 46 | #if defined(CONFIG_BF539) | ||
| 47 | #include "cdefBF539.h" | ||
| 48 | #endif | ||
| 49 | #endif | ||
| 50 | |||
| 51 | /* UART_IIR Register */ | ||
| 52 | #define STATUS(x) ((x << 1) & 0x06) | ||
| 53 | #define STATUS_P1 0x02 | ||
| 54 | #define STATUS_P0 0x01 | ||
| 55 | |||
| 56 | #define BFIN_UART_NR_PORTS 3 | ||
| 57 | |||
| 58 | #define OFFSET_THR 0x00 /* Transmit Holding register */ | ||
| 59 | #define OFFSET_RBR 0x00 /* Receive Buffer register */ | ||
| 60 | #define OFFSET_DLL 0x00 /* Divisor Latch (Low-Byte) */ | ||
| 61 | #define OFFSET_IER 0x04 /* Interrupt Enable Register */ | ||
| 62 | #define OFFSET_DLH 0x04 /* Divisor Latch (High-Byte) */ | ||
| 63 | #define OFFSET_IIR 0x08 /* Interrupt Identification Register */ | ||
| 64 | #define OFFSET_LCR 0x0C /* Line Control Register */ | ||
| 65 | #define OFFSET_MCR 0x10 /* Modem Control Register */ | ||
| 66 | #define OFFSET_LSR 0x14 /* Line Status Register */ | ||
| 67 | #define OFFSET_MSR 0x18 /* Modem Status Register */ | ||
| 68 | #define OFFSET_SCR 0x1C /* SCR Scratch Register */ | ||
| 69 | #define OFFSET_GCTL 0x24 /* Global Control Register */ | ||
| 70 | |||
| 71 | |||
| 72 | #define bfin_write_MDMA_D0_IRQ_STATUS bfin_write_MDMA0_D0_IRQ_STATUS | ||
| 73 | #define bfin_write_MDMA_D0_START_ADDR bfin_write_MDMA0_D0_START_ADDR | ||
| 74 | #define bfin_write_MDMA_S0_START_ADDR bfin_write_MDMA0_S0_START_ADDR | ||
| 75 | #define bfin_write_MDMA_D0_X_COUNT bfin_write_MDMA0_D0_X_COUNT | ||
| 76 | #define bfin_write_MDMA_S0_X_COUNT bfin_write_MDMA0_S0_X_COUNT | ||
| 77 | #define bfin_write_MDMA_D0_Y_COUNT bfin_write_MDMA0_D0_Y_COUNT | ||
| 78 | #define bfin_write_MDMA_S0_Y_COUNT bfin_write_MDMA0_S0_Y_COUNT | ||
| 79 | #define bfin_write_MDMA_D0_X_MODIFY bfin_write_MDMA0_D0_X_MODIFY | ||
| 80 | #define bfin_write_MDMA_S0_X_MODIFY bfin_write_MDMA0_S0_X_MODIFY | ||
| 81 | #define bfin_write_MDMA_D0_Y_MODIFY bfin_write_MDMA0_D0_Y_MODIFY | ||
| 82 | #define bfin_write_MDMA_S0_Y_MODIFY bfin_write_MDMA0_S0_Y_MODIFY | ||
| 83 | #define bfin_write_MDMA_S0_CONFIG bfin_write_MDMA0_S0_CONFIG | ||
| 84 | #define bfin_write_MDMA_D0_CONFIG bfin_write_MDMA0_D0_CONFIG | ||
| 85 | #define bfin_read_MDMA_D0_IRQ_STATUS bfin_read_MDMA0_D0_IRQ_STATUS | ||
| 86 | #define bfin_write_MDMA_S0_IRQ_STATUS bfin_write_MDMA0_S0_IRQ_STATUS | ||
| 87 | |||
| 88 | |||
| 89 | /* DPMC*/ | ||
| 90 | #define bfin_read_STOPCK_OFF() bfin_read_STOPCK() | ||
| 91 | #define bfin_write_STOPCK_OFF(val) bfin_write_STOPCK(val) | ||
| 92 | #define STOPCK_OFF STOPCK | ||
| 93 | |||
| 94 | /* PLL_DIV Masks */ | ||
| 95 | #define CCLK_DIV1 CSEL_DIV1 /* CCLK = VCO / 1 */ | ||
| 96 | #define CCLK_DIV2 CSEL_DIV2 /* CCLK = VCO / 2 */ | ||
| 97 | #define CCLK_DIV4 CSEL_DIV4 /* CCLK = VCO / 4 */ | ||
| 98 | #define CCLK_DIV8 CSEL_DIV8 /* CCLK = VCO / 8 */ | ||
| 99 | |||
| 100 | #endif | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/cdefBF538.h b/arch/blackfin/mach-bf538/include/mach/cdefBF538.h new file mode 100644 index 000000000000..f92e7c3932f3 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/cdefBF538.h | |||
| @@ -0,0 +1,2105 @@ | |||
| 1 | /* | ||
| 2 | * File: include/asm-blackfin/mach-bf538/cdefBF538.h | ||
| 3 | * Based on: | ||
| 4 | * Author: | ||
| 5 | * | ||
| 6 | * Created: | ||
| 7 | * Description: | ||
| 8 | * | ||
| 9 | * Rev: | ||
| 10 | * | ||
| 11 | * Modified: | ||
| 12 | * | ||
| 13 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
| 14 | * | ||
| 15 | * This program is free software; you can redistribute it and/or modify | ||
| 16 | * it under the terms of the GNU General Public License as published by | ||
| 17 | * the Free Software Foundation; either version 2, or (at your option) | ||
| 18 | * any later version. | ||
| 19 | * | ||
| 20 | * This program is distributed in the hope that it will be useful, | ||
| 21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 23 | * GNU General Public License for more details. | ||
| 24 | * | ||
| 25 | * You should have received a copy of the GNU General Public License | ||
| 26 | * along with this program; see the file COPYING. | ||
| 27 | * If not, write to the Free Software Foundation, | ||
| 28 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
| 29 | */ | ||
| 30 | |||
| 31 | #ifndef _CDEF_BF538_H | ||
| 32 | #define _CDEF_BF538_H | ||
| 33 | |||
| 34 | #include <asm/blackfin.h> | ||
| 35 | |||
| 36 | /*include all Core registers and bit definitions*/ | ||
| 37 | #include "defBF539.h" | ||
| 38 | |||
| 39 | /*include core specific register pointer definitions*/ | ||
| 40 | #include <asm/cdef_LPBlackfin.h> | ||
| 41 | |||
| 42 | #include <asm/system.h> | ||
| 43 | |||
| 44 | #define bfin_writePTR(addr, val) bfin_write32(addr, val) | ||
| 45 | |||
| 46 | #define bfin_read_PLL_CTL() bfin_read16(PLL_CTL) | ||
| 47 | /* Writing to PLL_CTL initiates a PLL relock sequence. */ | ||
| 48 | static __inline__ void bfin_write_PLL_CTL(unsigned int val) | ||
| 49 | { | ||
| 50 | unsigned long flags, iwr0, iwr1; | ||
| 51 | |||
| 52 | if (val == bfin_read_PLL_CTL()) | ||
| 53 | return; | ||
| 54 | |||
| 55 | local_irq_save(flags); | ||
| 56 | /* Enable the PLL Wakeup bit in SIC IWR */ | ||
| 57 | iwr0 = bfin_read32(SIC_IWR0); | ||
| 58 | iwr1 = bfin_read32(SIC_IWR1); | ||
| 59 | /* Only allow PPL Wakeup) */ | ||
| 60 | bfin_write32(SIC_IWR0, IWR_ENABLE(0)); | ||
| 61 | bfin_write32(SIC_IWR1, 0); | ||
| 62 | |||
| 63 | bfin_write16(PLL_CTL, val); | ||
| 64 | SSYNC(); | ||
| 65 | asm("IDLE;"); | ||
| 66 | |||
| 67 | bfin_write32(SIC_IWR0, iwr0); | ||
| 68 | bfin_write32(SIC_IWR1, iwr1); | ||
| 69 | local_irq_restore(flags); | ||
| 70 | } | ||
| 71 | #define bfin_read_PLL_DIV() bfin_read16(PLL_DIV) | ||
| 72 | #define bfin_write_PLL_DIV(val) bfin_write16(PLL_DIV, val) | ||
| 73 | #define bfin_read_VR_CTL() bfin_read16(VR_CTL) | ||
| 74 | /* Writing to VR_CTL initiates a PLL relock sequence. */ | ||
| 75 | static __inline__ void bfin_write_VR_CTL(unsigned int val) | ||
| 76 | { | ||
| 77 | unsigned long flags, iwr0, iwr1; | ||
| 78 | |||
| 79 | if (val == bfin_read_VR_CTL()) | ||
| 80 | return; | ||
| 81 | |||
| 82 | local_irq_save(flags); | ||
| 83 | /* Enable the PLL Wakeup bit in SIC IWR */ | ||
| 84 | iwr0 = bfin_read32(SIC_IWR0); | ||
| 85 | iwr1 = bfin_read32(SIC_IWR1); | ||
| 86 | /* Only allow PPL Wakeup) */ | ||
| 87 | bfin_write32(SIC_IWR0, IWR_ENABLE(0)); | ||
| 88 | bfin_write32(SIC_IWR1, 0); | ||
| 89 | |||
| 90 | bfin_write16(VR_CTL, val); | ||
| 91 | SSYNC(); | ||
| 92 | asm("IDLE;"); | ||
| 93 | |||
| 94 | bfin_write32(SIC_IWR0, iwr0); | ||
| 95 | bfin_write32(SIC_IWR1, iwr1); | ||
| 96 | local_irq_restore(flags); | ||
| 97 | } | ||
| 98 | #define bfin_read_PLL_STAT() bfin_read16(PLL_STAT) | ||
| 99 | #define bfin_write_PLL_STAT(val) bfin_write16(PLL_STAT, val) | ||
| 100 | #define bfin_read_PLL_LOCKCNT() bfin_read16(PLL_LOCKCNT) | ||
| 101 | #define bfin_write_PLL_LOCKCNT(val) bfin_write16(PLL_LOCKCNT, val) | ||
| 102 | #define bfin_read_CHIPID() bfin_read32(CHIPID) | ||
| 103 | #define bfin_write_CHIPID(val) bfin_write32(CHIPID, val) | ||
| 104 | #define bfin_read_SWRST() bfin_read16(SWRST) | ||
| 105 | #define bfin_write_SWRST(val) bfin_write16(SWRST, val) | ||
| 106 | #define bfin_read_SYSCR() bfin_read16(SYSCR) | ||
| 107 | #define bfin_write_SYSCR(val) bfin_write16(SYSCR, val) | ||
| 108 | #define bfin_read_SIC_RVECT() bfin_readPTR(SIC_RVECT) | ||
| 109 | #define bfin_write_SIC_RVECT(val) bfin_writePTR(SIC_RVECT, val) | ||
| 110 | #define bfin_read_SIC_IMASK0() bfin_read32(SIC_IMASK0) | ||
| 111 | #define bfin_write_SIC_IMASK0(val) bfin_write32(SIC_IMASK0, val) | ||
| 112 | #define bfin_read_SIC_IMASK1() bfin_read32(SIC_IMASK1) | ||
| 113 | #define bfin_write_SIC_IMASK1(val) bfin_write32(SIC_IMASK1, val) | ||
| 114 | #define bfin_read_SIC_IMASK(x) bfin_read32(SIC_IMASK0 + x * (SIC_IMASK1 - SIC_IMASK0)) | ||
| 115 | #define bfin_write_SIC_IMASK(x, val) bfin_write32(SIC_IMASK0 + x * (SIC_IMASK1 - SIC_IMASK0), val) | ||
| 116 | #define bfin_read_SIC_ISR0() bfin_read32(SIC_ISR0) | ||
| 117 | #define bfin_write_SIC_ISR0(val) bfin_write32(SIC_ISR0, val) | ||
| 118 | #define bfin_read_SIC_ISR1() bfin_read32(SIC_ISR1) | ||
| 119 | #define bfin_write_SIC_ISR1(val) bfin_write32(SIC_ISR1, val) | ||
| 120 | #define bfin_read_SIC_ISR(x) bfin_read32(SIC_ISR0 + x * (SIC_ISR1 - SIC_ISR0)) | ||
| 121 | #define bfin_write_SIC_ISR(x, val) bfin_write32(SIC_ISR0 + x * (SIC_ISR1 - SIC_ISR0), val) | ||
| 122 | #define bfin_read_SIC_IWR0() bfin_read32(SIC_IWR0) | ||
| 123 | #define bfin_write_SIC_IWR0(val) bfin_write32(SIC_IWR0, val) | ||
| 124 | #define bfin_read_SIC_IWR1() bfin_read32(SIC_IWR1) | ||
| 125 | #define bfin_write_SIC_IWR1(val) bfin_write32(SIC_IWR1, val) | ||
| 126 | #define bfin_read_SIC_IWR(x) bfin_read32(SIC_IWR0 + x * (SIC_IWR1 - SIC_IWR0)) | ||
| 127 | #define bfin_write_SIC_IWR(x, val) bfin_write32((SIC_IWR0 + x * (SIC_IWR1 - SIC_IWR0), val) | ||
| 128 | #define bfin_read_SIC_IAR0() bfin_read32(SIC_IAR0) | ||
| 129 | #define bfin_write_SIC_IAR0(val) bfin_write32(SIC_IAR0, val) | ||
| 130 | #define bfin_read_SIC_IAR1() bfin_read32(SIC_IAR1) | ||
| 131 | #define bfin_write_SIC_IAR1(val) bfin_write32(SIC_IAR1, val) | ||
| 132 | #define bfin_read_SIC_IAR2() bfin_read32(SIC_IAR2) | ||
| 133 | #define bfin_write_SIC_IAR2(val) bfin_write32(SIC_IAR2, val) | ||
| 134 | #define bfin_read_SIC_IAR3() bfin_read32(SIC_IAR3) | ||
| 135 | #define bfin_write_SIC_IAR3(val) bfin_write32(SIC_IAR3, val) | ||
| 136 | #define bfin_read_SIC_IAR4() bfin_read32(SIC_IAR4) | ||
| 137 | #define bfin_write_SIC_IAR4(val) bfin_write32(SIC_IAR4, val) | ||
| 138 | #define bfin_read_SIC_IAR5() bfin_read32(SIC_IAR5) | ||
| 139 | #define bfin_write_SIC_IAR5(val) bfin_write32(SIC_IAR5, val) | ||
| 140 | #define bfin_read_SIC_IAR6() bfin_read32(SIC_IAR6) | ||
| 141 | #define bfin_write_SIC_IAR6(val) bfin_write32(SIC_IAR6, val) | ||
| 142 | #define bfin_read_WDOG_CTL() bfin_read16(WDOG_CTL) | ||
| 143 | #define bfin_write_WDOG_CTL(val) bfin_write16(WDOG_CTL, val) | ||
| 144 | #define bfin_read_WDOG_CNT() bfin_read32(WDOG_CNT) | ||
| 145 | #define bfin_write_WDOG_CNT(val) bfin_write32(WDOG_CNT, val) | ||
| 146 | #define bfin_read_WDOG_STAT() bfin_read32(WDOG_STAT) | ||
| 147 | #define bfin_write_WDOG_STAT(val) bfin_write32(WDOG_STAT, val) | ||
| 148 | #define bfin_read_RTC_STAT() bfin_read32(RTC_STAT) | ||
| 149 | #define bfin_write_RTC_STAT(val) bfin_write32(RTC_STAT, val) | ||
| 150 | #define bfin_read_RTC_ICTL() bfin_read16(RTC_ICTL) | ||
| 151 | #define bfin_write_RTC_ICTL(val) bfin_write16(RTC_ICTL, val) | ||
| 152 | #define bfin_read_RTC_ISTAT() bfin_read16(RTC_ISTAT) | ||
| 153 | #define bfin_write_RTC_ISTAT(val) bfin_write16(RTC_ISTAT, val) | ||
| 154 | #define bfin_read_RTC_SWCNT() bfin_read16(RTC_SWCNT) | ||
| 155 | #define bfin_write_RTC_SWCNT(val) bfin_write16(RTC_SWCNT, val) | ||
| 156 | #define bfin_read_RTC_ALARM() bfin_read32(RTC_ALARM) | ||
| 157 | #define bfin_write_RTC_ALARM(val) bfin_write32(RTC_ALARM, val) | ||
| 158 | #define bfin_read_RTC_PREN() bfin_read16(RTC_PREN) | ||
| 159 | #define bfin_write_RTC_PREN(val) bfin_write16(RTC_PREN, val) | ||
| 160 | #define bfin_read_UART0_THR() bfin_read16(UART0_THR) | ||
| 161 | #define bfin_write_UART0_THR(val) bfin_write16(UART0_THR, val) | ||
| 162 | #define bfin_read_UART0_RBR() bfin_read16(UART0_RBR) | ||
| 163 | #define bfin_write_UART0_RBR(val) bfin_write16(UART0_RBR, val) | ||
| 164 | #define bfin_read_UART0_DLL() bfin_read16(UART0_DLL) | ||
| 165 | #define bfin_write_UART0_DLL(val) bfin_write16(UART0_DLL, val) | ||
| 166 | #define bfin_read_UART0_DLH() bfin_read16(UART0_DLH) | ||
| 167 | #define bfin_write_UART0_DLH(val) bfin_write16(UART0_DLH, val) | ||
| 168 | #define bfin_read_UART0_IER() bfin_read16(UART0_IER) | ||
| 169 | #define bfin_write_UART0_IER(val) bfin_write16(UART0_IER, val) | ||
| 170 | #define bfin_read_UART0_IIR() bfin_read16(UART0_IIR) | ||
| 171 | #define bfin_write_UART0_IIR(val) bfin_write16(UART0_IIR, val) | ||
| 172 | #define bfin_read_UART0_LCR() bfin_read16(UART0_LCR) | ||
| 173 | #define bfin_write_UART0_LCR(val) bfin_write16(UART0_LCR, val) | ||
| 174 | #define bfin_read_UART0_MCR() bfin_read16(UART0_MCR) | ||
| 175 | #define bfin_write_UART0_MCR(val) bfin_write16(UART0_MCR, val) | ||
| 176 | #define bfin_read_UART0_LSR() bfin_read16(UART0_LSR) | ||
| 177 | #define bfin_write_UART0_LSR(val) bfin_write16(UART0_LSR, val) | ||
| 178 | #define bfin_read_UART0_SCR() bfin_read16(UART0_SCR) | ||
| 179 | #define bfin_write_UART0_SCR(val) bfin_write16(UART0_SCR, val) | ||
| 180 | #define bfin_read_UART0_GCTL() bfin_read16(UART0_GCTL) | ||
| 181 | #define bfin_write_UART0_GCTL(val) bfin_write16(UART0_GCTL, val) | ||
| 182 | #define bfin_read_UART1_THR() bfin_read16(UART1_THR) | ||
| 183 | #define bfin_write_UART1_THR(val) bfin_write16(UART1_THR, val) | ||
| 184 | #define bfin_read_UART1_RBR() bfin_read16(UART1_RBR) | ||
| 185 | #define bfin_write_UART1_RBR(val) bfin_write16(UART1_RBR, val) | ||
| 186 | #define bfin_read_UART1_DLL() bfin_read16(UART1_DLL) | ||
| 187 | #define bfin_write_UART1_DLL(val) bfin_write16(UART1_DLL, val) | ||
| 188 | #define bfin_read_UART1_DLH() bfin_read16(UART1_DLH) | ||
| 189 | #define bfin_write_UART1_DLH(val) bfin_write16(UART1_DLH, val) | ||
| 190 | #define bfin_read_UART1_IER() bfin_read16(UART1_IER) | ||
| 191 | #define bfin_write_UART1_IER(val) bfin_write16(UART1_IER, val) | ||
| 192 | #define bfin_read_UART1_IIR() bfin_read16(UART1_IIR) | ||
| 193 | #define bfin_write_UART1_IIR(val) bfin_write16(UART1_IIR, val) | ||
| 194 | #define bfin_read_UART1_LCR() bfin_read16(UART1_LCR) | ||
| 195 | #define bfin_write_UART1_LCR(val) bfin_write16(UART1_LCR, val) | ||
| 196 | #define bfin_read_UART1_MCR() bfin_read16(UART1_MCR) | ||
| 197 | #define bfin_write_UART1_MCR(val) bfin_write16(UART1_MCR, val) | ||
| 198 | #define bfin_read_UART1_LSR() bfin_read16(UART1_LSR) | ||
| 199 | #define bfin_write_UART1_LSR(val) bfin_write16(UART1_LSR, val) | ||
| 200 | #define bfin_read_UART1_SCR() bfin_read16(UART1_SCR) | ||
| 201 | #define bfin_write_UART1_SCR(val) bfin_write16(UART1_SCR, val) | ||
| 202 | #define bfin_read_UART1_GCTL() bfin_read16(UART1_GCTL) | ||
| 203 | #define bfin_write_UART1_GCTL(val) bfin_write16(UART1_GCTL, val) | ||
| 204 | #define bfin_read_UART2_THR() bfin_read16(UART2_THR) | ||
| 205 | #define bfin_write_UART2_THR(val) bfin_write16(UART2_THR, val) | ||
| 206 | #define bfin_read_UART2_RBR() bfin_read16(UART2_RBR) | ||
| 207 | #define bfin_write_UART2_RBR(val) bfin_write16(UART2_RBR, val) | ||
| 208 | #define bfin_read_UART2_DLL() bfin_read16(UART2_DLL) | ||
| 209 | #define bfin_write_UART2_DLL(val) bfin_write16(UART2_DLL, val) | ||
| 210 | #define bfin_read_UART2_DLH() bfin_read16(UART2_DLH) | ||
| 211 | #define bfin_write_UART2_DLH(val) bfin_write16(UART2_DLH, val) | ||
| 212 | #define bfin_read_UART2_IER() bfin_read16(UART2_IER) | ||
| 213 | #define bfin_write_UART2_IER(val) bfin_write16(UART2_IER, val) | ||
| 214 | #define bfin_read_UART2_IIR() bfin_read16(UART2_IIR) | ||
| 215 | #define bfin_write_UART2_IIR(val) bfin_write16(UART2_IIR, val) | ||
| 216 | #define bfin_read_UART2_LCR() bfin_read16(UART2_LCR) | ||
| 217 | #define bfin_write_UART2_LCR(val) bfin_write16(UART2_LCR, val) | ||
| 218 | #define bfin_read_UART2_MCR() bfin_read16(UART2_MCR) | ||
| 219 | #define bfin_write_UART2_MCR(val) bfin_write16(UART2_MCR, val) | ||
| 220 | #define bfin_read_UART2_LSR() bfin_read16(UART2_LSR) | ||
| 221 | #define bfin_write_UART2_LSR(val) bfin_write16(UART2_LSR, val) | ||
| 222 | #define bfin_read_UART2_SCR() bfin_read16(UART2_SCR) | ||
| 223 | #define bfin_write_UART2_SCR(val) bfin_write16(UART2_SCR, val) | ||
| 224 | #define bfin_read_UART2_GCTL() bfin_read16(UART2_GCTL) | ||
| 225 | #define bfin_write_UART2_GCTL(val) bfin_write16(UART2_GCTL, val) | ||
| 226 | #define bfin_read_SPI0_CTL() bfin_read16(SPI0_CTL) | ||
| 227 | #define bfin_write_SPI0_CTL(val) bfin_write16(SPI0_CTL, val) | ||
| 228 | #define bfin_read_SPI0_FLG() bfin_read16(SPI0_FLG) | ||
| 229 | #define bfin_write_SPI0_FLG(val) bfin_write16(SPI0_FLG, val) | ||
| 230 | #define bfin_read_SPI0_STAT() bfin_read16(SPI0_STAT) | ||
| 231 | #define bfin_write_SPI0_STAT(val) bfin_write16(SPI0_STAT, val) | ||
| 232 | #define bfin_read_SPI0_TDBR() bfin_read16(SPI0_TDBR) | ||
| 233 | #define bfin_write_SPI0_TDBR(val) bfin_write16(SPI0_TDBR, val) | ||
| 234 | #define bfin_read_SPI0_RDBR() bfin_read16(SPI0_RDBR) | ||
| 235 | #define bfin_write_SPI0_RDBR(val) bfin_write16(SPI0_RDBR, val) | ||
| 236 | #define bfin_read_SPI0_BAUD() bfin_read16(SPI0_BAUD) | ||
| 237 | #define bfin_write_SPI0_BAUD(val) bfin_write16(SPI0_BAUD, val) | ||
| 238 | #define bfin_read_SPI0_SHADOW() bfin_read16(SPI0_SHADOW) | ||
| 239 | #define bfin_write_SPI0_SHADOW(val) bfin_write16(SPI0_SHADOW, val) | ||
| 240 | #define bfin_read_SPI1_CTL() bfin_read16(SPI1_CTL) | ||
| 241 | #define bfin_write_SPI1_CTL(val) bfin_write16(SPI1_CTL, val) | ||
| 242 | #define bfin_read_SPI1_FLG() bfin_read16(SPI1_FLG) | ||
| 243 | #define bfin_write_SPI1_FLG(val) bfin_write16(SPI1_FLG, val) | ||
| 244 | #define bfin_read_SPI1_STAT() bfin_read16(SPI1_STAT) | ||
| 245 | #define bfin_write_SPI1_STAT(val) bfin_write16(SPI1_STAT, val) | ||
| 246 | #define bfin_read_SPI1_TDBR() bfin_read16(SPI1_TDBR) | ||
| 247 | #define bfin_write_SPI1_TDBR(val) bfin_write16(SPI1_TDBR, val) | ||
| 248 | #define bfin_read_SPI1_RDBR() bfin_read16(SPI1_RDBR) | ||
| 249 | #define bfin_write_SPI1_RDBR(val) bfin_write16(SPI1_RDBR, val) | ||
| 250 | #define bfin_read_SPI1_BAUD() bfin_read16(SPI1_BAUD) | ||
| 251 | #define bfin_write_SPI1_BAUD(val) bfin_write16(SPI1_BAUD, val) | ||
| 252 | #define bfin_read_SPI1_SHADOW() bfin_read16(SPI1_SHADOW) | ||
| 253 | #define bfin_write_SPI1_SHADOW(val) bfin_write16(SPI1_SHADOW, val) | ||
| 254 | #define bfin_read_SPI2_CTL() bfin_read16(SPI2_CTL) | ||
| 255 | #define bfin_write_SPI2_CTL(val) bfin_write16(SPI2_CTL, val) | ||
| 256 | #define bfin_read_SPI2_FLG() bfin_read16(SPI2_FLG) | ||
| 257 | #define bfin_write_SPI2_FLG(val) bfin_write16(SPI2_FLG, val) | ||
| 258 | #define bfin_read_SPI2_STAT() bfin_read16(SPI2_STAT) | ||
| 259 | #define bfin_write_SPI2_STAT(val) bfin_write16(SPI2_STAT, val) | ||
| 260 | #define bfin_read_SPI2_TDBR() bfin_read16(SPI2_TDBR) | ||
| 261 | #define bfin_write_SPI2_TDBR(val) bfin_write16(SPI2_TDBR, val) | ||
| 262 | #define bfin_read_SPI2_RDBR() bfin_read16(SPI2_RDBR) | ||
| 263 | #define bfin_write_SPI2_RDBR(val) bfin_write16(SPI2_RDBR, val) | ||
| 264 | #define bfin_read_SPI2_BAUD() bfin_read16(SPI2_BAUD) | ||
| 265 | #define bfin_write_SPI2_BAUD(val) bfin_write16(SPI2_BAUD, val) | ||
| 266 | #define bfin_read_SPI2_SHADOW() bfin_read16(SPI2_SHADOW) | ||
| 267 | #define bfin_write_SPI2_SHADOW(val) bfin_write16(SPI2_SHADOW, val) | ||
| 268 | #define bfin_read_TIMER0_CONFIG() bfin_read16(TIMER0_CONFIG) | ||
| 269 | #define bfin_write_TIMER0_CONFIG(val) bfin_write16(TIMER0_CONFIG, val) | ||
| 270 | #define bfin_read_TIMER0_COUNTER() bfin_read32(TIMER0_COUNTER) | ||
| 271 | #define bfin_write_TIMER0_COUNTER(val) bfin_write32(TIMER0_COUNTER, val) | ||
| 272 | #define bfin_read_TIMER0_PERIOD() bfin_read32(TIMER0_PERIOD) | ||
| 273 | #define bfin_write_TIMER0_PERIOD(val) bfin_write32(TIMER0_PERIOD, val) | ||
| 274 | #define bfin_read_TIMER0_WIDTH() bfin_read32(TIMER0_WIDTH) | ||
| 275 | #define bfin_write_TIMER0_WIDTH(val) bfin_write32(TIMER0_WIDTH, val) | ||
| 276 | #define bfin_read_TIMER1_CONFIG() bfin_read16(TIMER1_CONFIG) | ||
| 277 | #define bfin_write_TIMER1_CONFIG(val) bfin_write16(TIMER1_CONFIG, val) | ||
| 278 | #define bfin_read_TIMER1_COUNTER() bfin_read32(TIMER1_COUNTER) | ||
| 279 | #define bfin_write_TIMER1_COUNTER(val) bfin_write32(TIMER1_COUNTER, val) | ||
| 280 | #define bfin_read_TIMER1_PERIOD() bfin_read32(TIMER1_PERIOD) | ||
| 281 | #define bfin_write_TIMER1_PERIOD(val) bfin_write32(TIMER1_PERIOD, val) | ||
| 282 | #define bfin_read_TIMER1_WIDTH() bfin_read32(TIMER1_WIDTH) | ||
| 283 | #define bfin_write_TIMER1_WIDTH(val) bfin_write32(TIMER1_WIDTH, val) | ||
| 284 | #define bfin_read_TIMER2_CONFIG() bfin_read16(TIMER2_CONFIG) | ||
| 285 | #define bfin_write_TIMER2_CONFIG(val) bfin_write16(TIMER2_CONFIG, val) | ||
| 286 | #define bfin_read_TIMER2_COUNTER() bfin_read32(TIMER2_COUNTER) | ||
| 287 | #define bfin_write_TIMER2_COUNTER(val) bfin_write32(TIMER2_COUNTER, val) | ||
| 288 | #define bfin_read_TIMER2_PERIOD() bfin_read32(TIMER2_PERIOD) | ||
| 289 | #define bfin_write_TIMER2_PERIOD(val) bfin_write32(TIMER2_PERIOD, val) | ||
| 290 | #define bfin_read_TIMER2_WIDTH() bfin_read32(TIMER2_WIDTH) | ||
| 291 | #define bfin_write_TIMER2_WIDTH(val) bfin_write32(TIMER2_WIDTH, val) | ||
| 292 | #define bfin_read_TIMER_ENABLE() bfin_read16(TIMER_ENABLE) | ||
| 293 | #define bfin_write_TIMER_ENABLE(val) bfin_write16(TIMER_ENABLE, val) | ||
| 294 | #define bfin_read_TIMER_DISABLE() bfin_read16(TIMER_DISABLE) | ||
| 295 | #define bfin_write_TIMER_DISABLE(val) bfin_write16(TIMER_DISABLE, val) | ||
| 296 | #define bfin_read_TIMER_STATUS() bfin_read16(TIMER_STATUS) | ||
| 297 | #define bfin_write_TIMER_STATUS(val) bfin_write16(TIMER_STATUS, val) | ||
| 298 | #define bfin_read_SPORT0_TCR1() bfin_read16(SPORT0_TCR1) | ||
| 299 | #define bfin_write_SPORT0_TCR1(val) bfin_write16(SPORT0_TCR1, val) | ||
| 300 | #define bfin_read_SPORT0_TCR2() bfin_read16(SPORT0_TCR2) | ||
| 301 | #define bfin_write_SPORT0_TCR2(val) bfin_write16(SPORT0_TCR2, val) | ||
| 302 | #define bfin_read_SPORT0_TCLKDIV() bfin_read16(SPORT0_TCLKDIV) | ||
| 303 | #define bfin_write_SPORT0_TCLKDIV(val) bfin_write16(SPORT0_TCLKDIV, val) | ||
| 304 | #define bfin_read_SPORT0_TFSDIV() bfin_read16(SPORT0_TFSDIV) | ||
| 305 | #define bfin_write_SPORT0_TFSDIV(val) bfin_write16(SPORT0_TFSDIV, val) | ||
| 306 | #define bfin_read_SPORT0_TX() bfin_read32(SPORT0_TX) | ||
| 307 | #define bfin_write_SPORT0_TX(val) bfin_write32(SPORT0_TX, val) | ||
| 308 | #define bfin_read_SPORT0_RX() bfin_read32(SPORT0_RX) | ||
| 309 | #define bfin_write_SPORT0_RX(val) bfin_write32(SPORT0_RX, val) | ||
| 310 | #define bfin_read_SPORT0_RCR1() bfin_read16(SPORT0_RCR1) | ||
| 311 | #define bfin_write_SPORT0_RCR1(val) bfin_write16(SPORT0_RCR1, val) | ||
| 312 | #define bfin_read_SPORT0_RCR2() bfin_read16(SPORT0_RCR2) | ||
| 313 | #define bfin_write_SPORT0_RCR2(val) bfin_write16(SPORT0_RCR2, val) | ||
| 314 | #define bfin_read_SPORT0_RCLKDIV() bfin_read16(SPORT0_RCLKDIV) | ||
| 315 | #define bfin_write_SPORT0_RCLKDIV(val) bfin_write16(SPORT0_RCLKDIV, val) | ||
| 316 | #define bfin_read_SPORT0_RFSDIV() bfin_read16(SPORT0_RFSDIV) | ||
| 317 | #define bfin_write_SPORT0_RFSDIV(val) bfin_write16(SPORT0_RFSDIV, val) | ||
| 318 | #define bfin_read_SPORT0_STAT() bfin_read16(SPORT0_STAT) | ||
| 319 | #define bfin_write_SPORT0_STAT(val) bfin_write16(SPORT0_STAT, val) | ||
| 320 | #define bfin_read_SPORT0_CHNL() bfin_read16(SPORT0_CHNL) | ||
| 321 | #define bfin_write_SPORT0_CHNL(val) bfin_write16(SPORT0_CHNL, val) | ||
| 322 | #define bfin_read_SPORT0_MCMC1() bfin_read16(SPORT0_MCMC1) | ||
| 323 | #define bfin_write_SPORT0_MCMC1(val) bfin_write16(SPORT0_MCMC1, val) | ||
| 324 | #define bfin_read_SPORT0_MCMC2() bfin_read16(SPORT0_MCMC2) | ||
| 325 | #define bfin_write_SPORT0_MCMC2(val) bfin_write16(SPORT0_MCMC2, val) | ||
| 326 | #define bfin_read_SPORT0_MTCS0() bfin_read32(SPORT0_MTCS0) | ||
| 327 | #define bfin_write_SPORT0_MTCS0(val) bfin_write32(SPORT0_MTCS0, val) | ||
| 328 | #define bfin_read_SPORT0_MTCS1() bfin_read32(SPORT0_MTCS1) | ||
| 329 | #define bfin_write_SPORT0_MTCS1(val) bfin_write32(SPORT0_MTCS1, val) | ||
| 330 | #define bfin_read_SPORT0_MTCS2() bfin_read32(SPORT0_MTCS2) | ||
| 331 | #define bfin_write_SPORT0_MTCS2(val) bfin_write32(SPORT0_MTCS2, val) | ||
| 332 | #define bfin_read_SPORT0_MTCS3() bfin_read32(SPORT0_MTCS3) | ||
| 333 | #define bfin_write_SPORT0_MTCS3(val) bfin_write32(SPORT0_MTCS3, val) | ||
| 334 | #define bfin_read_SPORT0_MRCS0() bfin_read32(SPORT0_MRCS0) | ||
| 335 | #define bfin_write_SPORT0_MRCS0(val) bfin_write32(SPORT0_MRCS0, val) | ||
| 336 | #define bfin_read_SPORT0_MRCS1() bfin_read32(SPORT0_MRCS1) | ||
| 337 | #define bfin_write_SPORT0_MRCS1(val) bfin_write32(SPORT0_MRCS1, val) | ||
| 338 | #define bfin_read_SPORT0_MRCS2() bfin_read32(SPORT0_MRCS2) | ||
| 339 | #define bfin_write_SPORT0_MRCS2(val) bfin_write32(SPORT0_MRCS2, val) | ||
| 340 | #define bfin_read_SPORT0_MRCS3() bfin_read32(SPORT0_MRCS3) | ||
| 341 | #define bfin_write_SPORT0_MRCS3(val) bfin_write32(SPORT0_MRCS3, val) | ||
| 342 | #define bfin_read_SPORT1_TCR1() bfin_read16(SPORT1_TCR1) | ||
| 343 | #define bfin_write_SPORT1_TCR1(val) bfin_write16(SPORT1_TCR1, val) | ||
| 344 | #define bfin_read_SPORT1_TCR2() bfin_read16(SPORT1_TCR2) | ||
| 345 | #define bfin_write_SPORT1_TCR2(val) bfin_write16(SPORT1_TCR2, val) | ||
| 346 | #define bfin_read_SPORT1_TCLKDIV() bfin_read16(SPORT1_TCLKDIV) | ||
| 347 | #define bfin_write_SPORT1_TCLKDIV(val) bfin_write16(SPORT1_TCLKDIV, val) | ||
| 348 | #define bfin_read_SPORT1_TFSDIV() bfin_read16(SPORT1_TFSDIV) | ||
| 349 | #define bfin_write_SPORT1_TFSDIV(val) bfin_write16(SPORT1_TFSDIV, val) | ||
| 350 | #define bfin_read_SPORT1_TX() bfin_read32(SPORT1_TX) | ||
| 351 | #define bfin_write_SPORT1_TX(val) bfin_write32(SPORT1_TX, val) | ||
| 352 | #define bfin_read_SPORT1_RX() bfin_read32(SPORT1_RX) | ||
| 353 | #define bfin_write_SPORT1_RX(val) bfin_write32(SPORT1_RX, val) | ||
| 354 | #define bfin_read_SPORT1_RCR1() bfin_read16(SPORT1_RCR1) | ||
| 355 | #define bfin_write_SPORT1_RCR1(val) bfin_write16(SPORT1_RCR1, val) | ||
| 356 | #define bfin_read_SPORT1_RCR2() bfin_read16(SPORT1_RCR2) | ||
| 357 | #define bfin_write_SPORT1_RCR2(val) bfin_write16(SPORT1_RCR2, val) | ||
| 358 | #define bfin_read_SPORT1_RCLKDIV() bfin_read16(SPORT1_RCLKDIV) | ||
| 359 | #define bfin_write_SPORT1_RCLKDIV(val) bfin_write16(SPORT1_RCLKDIV, val) | ||
| 360 | #define bfin_read_SPORT1_RFSDIV() bfin_read16(SPORT1_RFSDIV) | ||
| 361 | #define bfin_write_SPORT1_RFSDIV(val) bfin_write16(SPORT1_RFSDIV, val) | ||
| 362 | #define bfin_read_SPORT1_STAT() bfin_read16(SPORT1_STAT) | ||
| 363 | #define bfin_write_SPORT1_STAT(val) bfin_write16(SPORT1_STAT, val) | ||
| 364 | #define bfin_read_SPORT1_CHNL() bfin_read16(SPORT1_CHNL) | ||
| 365 | #define bfin_write_SPORT1_CHNL(val) bfin_write16(SPORT1_CHNL, val) | ||
| 366 | #define bfin_read_SPORT1_MCMC1() bfin_read16(SPORT1_MCMC1) | ||
| 367 | #define bfin_write_SPORT1_MCMC1(val) bfin_write16(SPORT1_MCMC1, val) | ||
| 368 | #define bfin_read_SPORT1_MCMC2() bfin_read16(SPORT1_MCMC2) | ||
| 369 | #define bfin_write_SPORT1_MCMC2(val) bfin_write16(SPORT1_MCMC2, val) | ||
| 370 | #define bfin_read_SPORT1_MTCS0() bfin_read32(SPORT1_MTCS0) | ||
| 371 | #define bfin_write_SPORT1_MTCS0(val) bfin_write32(SPORT1_MTCS0, val) | ||
| 372 | #define bfin_read_SPORT1_MTCS1() bfin_read32(SPORT1_MTCS1) | ||
| 373 | #define bfin_write_SPORT1_MTCS1(val) bfin_write32(SPORT1_MTCS1, val) | ||
| 374 | #define bfin_read_SPORT1_MTCS2() bfin_read32(SPORT1_MTCS2) | ||
| 375 | #define bfin_write_SPORT1_MTCS2(val) bfin_write32(SPORT1_MTCS2, val) | ||
| 376 | #define bfin_read_SPORT1_MTCS3() bfin_read32(SPORT1_MTCS3) | ||
| 377 | #define bfin_write_SPORT1_MTCS3(val) bfin_write32(SPORT1_MTCS3, val) | ||
| 378 | #define bfin_read_SPORT1_MRCS0() bfin_read32(SPORT1_MRCS0) | ||
| 379 | #define bfin_write_SPORT1_MRCS0(val) bfin_write32(SPORT1_MRCS0, val) | ||
| 380 | #define bfin_read_SPORT1_MRCS1() bfin_read32(SPORT1_MRCS1) | ||
| 381 | #define bfin_write_SPORT1_MRCS1(val) bfin_write32(SPORT1_MRCS1, val) | ||
| 382 | #define bfin_read_SPORT1_MRCS2() bfin_read32(SPORT1_MRCS2) | ||
| 383 | #define bfin_write_SPORT1_MRCS2(val) bfin_write32(SPORT1_MRCS2, val) | ||
| 384 | #define bfin_read_SPORT1_MRCS3() bfin_read32(SPORT1_MRCS3) | ||
| 385 | #define bfin_write_SPORT1_MRCS3(val) bfin_write32(SPORT1_MRCS3, val) | ||
| 386 | #define bfin_read_SPORT2_TCR1() bfin_read16(SPORT2_TCR1) | ||
| 387 | #define bfin_write_SPORT2_TCR1(val) bfin_write16(SPORT2_TCR1, val) | ||
| 388 | #define bfin_read_SPORT2_TCR2() bfin_read16(SPORT2_TCR2) | ||
| 389 | #define bfin_write_SPORT2_TCR2(val) bfin_write16(SPORT2_TCR2, val) | ||
| 390 | #define bfin_read_SPORT2_TCLKDIV() bfin_read16(SPORT2_TCLKDIV) | ||
| 391 | #define bfin_write_SPORT2_TCLKDIV(val) bfin_write16(SPORT2_TCLKDIV, val) | ||
| 392 | #define bfin_read_SPORT2_TFSDIV() bfin_read16(SPORT2_TFSDIV) | ||
| 393 | #define bfin_write_SPORT2_TFSDIV(val) bfin_write16(SPORT2_TFSDIV, val) | ||
| 394 | #define bfin_read_SPORT2_TX() bfin_read32(SPORT2_TX) | ||
| 395 | #define bfin_write_SPORT2_TX(val) bfin_write32(SPORT2_TX, val) | ||
| 396 | #define bfin_read_SPORT2_RX() bfin_read32(SPORT2_RX) | ||
| 397 | #define bfin_write_SPORT2_RX(val) bfin_write32(SPORT2_RX, val) | ||
| 398 | #define bfin_read_SPORT2_RCR1() bfin_read16(SPORT2_RCR1) | ||
| 399 | #define bfin_write_SPORT2_RCR1(val) bfin_write16(SPORT2_RCR1, val) | ||
| 400 | #define bfin_read_SPORT2_RCR2() bfin_read16(SPORT2_RCR2) | ||
| 401 | #define bfin_write_SPORT2_RCR2(val) bfin_write16(SPORT2_RCR2, val) | ||
| 402 | #define bfin_read_SPORT2_RCLKDIV() bfin_read16(SPORT2_RCLKDIV) | ||
| 403 | #define bfin_write_SPORT2_RCLKDIV(val) bfin_write16(SPORT2_RCLKDIV, val) | ||
| 404 | #define bfin_read_SPORT2_RFSDIV() bfin_read16(SPORT2_RFSDIV) | ||
| 405 | #define bfin_write_SPORT2_RFSDIV(val) bfin_write16(SPORT2_RFSDIV, val) | ||
| 406 | #define bfin_read_SPORT2_STAT() bfin_read16(SPORT2_STAT) | ||
| 407 | #define bfin_write_SPORT2_STAT(val) bfin_write16(SPORT2_STAT, val) | ||
| 408 | #define bfin_read_SPORT2_CHNL() bfin_read16(SPORT2_CHNL) | ||
| 409 | #define bfin_write_SPORT2_CHNL(val) bfin_write16(SPORT2_CHNL, val) | ||
| 410 | #define bfin_read_SPORT2_MCMC1() bfin_read16(SPORT2_MCMC1) | ||
| 411 | #define bfin_write_SPORT2_MCMC1(val) bfin_write16(SPORT2_MCMC1, val) | ||
| 412 | #define bfin_read_SPORT2_MCMC2() bfin_read16(SPORT2_MCMC2) | ||
| 413 | #define bfin_write_SPORT2_MCMC2(val) bfin_write16(SPORT2_MCMC2, val) | ||
| 414 | #define bfin_read_SPORT2_MTCS0() bfin_read32(SPORT2_MTCS0) | ||
| 415 | #define bfin_write_SPORT2_MTCS0(val) bfin_write32(SPORT2_MTCS0, val) | ||
| 416 | #define bfin_read_SPORT2_MTCS1() bfin_read32(SPORT2_MTCS1) | ||
| 417 | #define bfin_write_SPORT2_MTCS1(val) bfin_write32(SPORT2_MTCS1, val) | ||
| 418 | #define bfin_read_SPORT2_MTCS2() bfin_read32(SPORT2_MTCS2) | ||
| 419 | #define bfin_write_SPORT2_MTCS2(val) bfin_write32(SPORT2_MTCS2, val) | ||
| 420 | #define bfin_read_SPORT2_MTCS3() bfin_read32(SPORT2_MTCS3) | ||
| 421 | #define bfin_write_SPORT2_MTCS3(val) bfin_write32(SPORT2_MTCS3, val) | ||
| 422 | #define bfin_read_SPORT2_MRCS0() bfin_read32(SPORT2_MRCS0) | ||
| 423 | #define bfin_write_SPORT2_MRCS0(val) bfin_write32(SPORT2_MRCS0, val) | ||
| 424 | #define bfin_read_SPORT2_MRCS1() bfin_read32(SPORT2_MRCS1) | ||
| 425 | #define bfin_write_SPORT2_MRCS1(val) bfin_write32(SPORT2_MRCS1, val) | ||
| 426 | #define bfin_read_SPORT2_MRCS2() bfin_read32(SPORT2_MRCS2) | ||
| 427 | #define bfin_write_SPORT2_MRCS2(val) bfin_write32(SPORT2_MRCS2, val) | ||
| 428 | #define bfin_read_SPORT2_MRCS3() bfin_read32(SPORT2_MRCS3) | ||
| 429 | #define bfin_write_SPORT2_MRCS3(val) bfin_write32(SPORT2_MRCS3, val) | ||
| 430 | #define bfin_read_SPORT3_TCR1() bfin_read16(SPORT3_TCR1) | ||
| 431 | #define bfin_write_SPORT3_TCR1(val) bfin_write16(SPORT3_TCR1, val) | ||
| 432 | #define bfin_read_SPORT3_TCR2() bfin_read16(SPORT3_TCR2) | ||
| 433 | #define bfin_write_SPORT3_TCR2(val) bfin_write16(SPORT3_TCR2, val) | ||
| 434 | #define bfin_read_SPORT3_TCLKDIV() bfin_read16(SPORT3_TCLKDIV) | ||
| 435 | #define bfin_write_SPORT3_TCLKDIV(val) bfin_write16(SPORT3_TCLKDIV, val) | ||
| 436 | #define bfin_read_SPORT3_TFSDIV() bfin_read16(SPORT3_TFSDIV) | ||
| 437 | #define bfin_write_SPORT3_TFSDIV(val) bfin_write16(SPORT3_TFSDIV, val) | ||
| 438 | #define bfin_read_SPORT3_TX() bfin_read32(SPORT3_TX) | ||
| 439 | #define bfin_write_SPORT3_TX(val) bfin_write32(SPORT3_TX, val) | ||
| 440 | #define bfin_read_SPORT3_RX() bfin_read32(SPORT3_RX) | ||
| 441 | #define bfin_write_SPORT3_RX(val) bfin_write32(SPORT3_RX, val) | ||
| 442 | #define bfin_read_SPORT3_RCR1() bfin_read16(SPORT3_RCR1) | ||
| 443 | #define bfin_write_SPORT3_RCR1(val) bfin_write16(SPORT3_RCR1, val) | ||
| 444 | #define bfin_read_SPORT3_RCR2() bfin_read16(SPORT3_RCR2) | ||
| 445 | #define bfin_write_SPORT3_RCR2(val) bfin_write16(SPORT3_RCR2, val) | ||
| 446 | #define bfin_read_SPORT3_RCLKDIV() bfin_read16(SPORT3_RCLKDIV) | ||
| 447 | #define bfin_write_SPORT3_RCLKDIV(val) bfin_write16(SPORT3_RCLKDIV, val) | ||
| 448 | #define bfin_read_SPORT3_RFSDIV() bfin_read16(SPORT3_RFSDIV) | ||
| 449 | #define bfin_write_SPORT3_RFSDIV(val) bfin_write16(SPORT3_RFSDIV, val) | ||
| 450 | #define bfin_read_SPORT3_STAT() bfin_read16(SPORT3_STAT) | ||
| 451 | #define bfin_write_SPORT3_STAT(val) bfin_write16(SPORT3_STAT, val) | ||
| 452 | #define bfin_read_SPORT3_CHNL() bfin_read16(SPORT3_CHNL) | ||
| 453 | #define bfin_write_SPORT3_CHNL(val) bfin_write16(SPORT3_CHNL, val) | ||
| 454 | #define bfin_read_SPORT3_MCMC1() bfin_read16(SPORT3_MCMC1) | ||
| 455 | #define bfin_write_SPORT3_MCMC1(val) bfin_write16(SPORT3_MCMC1, val) | ||
| 456 | #define bfin_read_SPORT3_MCMC2() bfin_read16(SPORT3_MCMC2) | ||
| 457 | #define bfin_write_SPORT3_MCMC2(val) bfin_write16(SPORT3_MCMC2, val) | ||
| 458 | #define bfin_read_SPORT3_MTCS0() bfin_read32(SPORT3_MTCS0) | ||
| 459 | #define bfin_write_SPORT3_MTCS0(val) bfin_write32(SPORT3_MTCS0, val) | ||
| 460 | #define bfin_read_SPORT3_MTCS1() bfin_read32(SPORT3_MTCS1) | ||
| 461 | #define bfin_write_SPORT3_MTCS1(val) bfin_write32(SPORT3_MTCS1, val) | ||
| 462 | #define bfin_read_SPORT3_MTCS2() bfin_read32(SPORT3_MTCS2) | ||
| 463 | #define bfin_write_SPORT3_MTCS2(val) bfin_write32(SPORT3_MTCS2, val) | ||
| 464 | #define bfin_read_SPORT3_MTCS3() bfin_read32(SPORT3_MTCS3) | ||
| 465 | #define bfin_write_SPORT3_MTCS3(val) bfin_write32(SPORT3_MTCS3, val) | ||
| 466 | #define bfin_read_SPORT3_MRCS0() bfin_read32(SPORT3_MRCS0) | ||
| 467 | #define bfin_write_SPORT3_MRCS0(val) bfin_write32(SPORT3_MRCS0, val) | ||
| 468 | #define bfin_read_SPORT3_MRCS1() bfin_read32(SPORT3_MRCS1) | ||
| 469 | #define bfin_write_SPORT3_MRCS1(val) bfin_write32(SPORT3_MRCS1, val) | ||
| 470 | #define bfin_read_SPORT3_MRCS2() bfin_read32(SPORT3_MRCS2) | ||
| 471 | #define bfin_write_SPORT3_MRCS2(val) bfin_write32(SPORT3_MRCS2, val) | ||
| 472 | #define bfin_read_SPORT3_MRCS3() bfin_read32(SPORT3_MRCS3) | ||
| 473 | #define bfin_write_SPORT3_MRCS3(val) bfin_write32(SPORT3_MRCS3, val) | ||
| 474 | #define bfin_read_PORTFIO() bfin_read16(PORTFIO) | ||
| 475 | #define bfin_write_PORTFIO(val) bfin_write16(PORTFIO, val) | ||
| 476 | #define bfin_read_PORTFIO_CLEAR() bfin_read16(PORTFIO_CLEAR) | ||
| 477 | #define bfin_write_PORTFIO_CLEAR(val) bfin_write16(PORTFIO_CLEAR, val) | ||
| 478 | #define bfin_read_PORTFIO_SET() bfin_read16(PORTFIO_SET) | ||
| 479 | #define bfin_write_PORTFIO_SET(val) bfin_write16(PORTFIO_SET, val) | ||
| 480 | #define bfin_read_PORTFIO_TOGGLE() bfin_read16(PORTFIO_TOGGLE) | ||
| 481 | #define bfin_write_PORTFIO_TOGGLE(val) bfin_write16(PORTFIO_TOGGLE, val) | ||
| 482 | #define bfin_read_PORTFIO_MASKA() bfin_read16(PORTFIO_MASKA) | ||
| 483 | #define bfin_write_PORTFIO_MASKA(val) bfin_write16(PORTFIO_MASKA, val) | ||
| 484 | #define bfin_read_PORTFIO_MASKA_CLEAR() bfin_read16(PORTFIO_MASKA_CLEAR) | ||
| 485 | #define bfin_write_PORTFIO_MASKA_CLEAR(val) bfin_write16(PORTFIO_MASKA_CLEAR, val) | ||
| 486 | #define bfin_read_PORTFIO_MASKA_SET() bfin_read16(PORTFIO_MASKA_SET) | ||
| 487 | #define bfin_write_PORTFIO_MASKA_SET(val) bfin_write16(PORTFIO_MASKA_SET, val) | ||
| 488 | #define bfin_read_PORTFIO_MASKA_TOGGLE() bfin_read16(PORTFIO_MASKA_TOGGLE) | ||
| 489 | #define bfin_write_PORTFIO_MASKA_TOGGLE(val) bfin_write16(PORTFIO_MASKA_TOGGLE, val) | ||
| 490 | #define bfin_read_PORTFIO_MASKB() bfin_read16(PORTFIO_MASKB) | ||
| 491 | #define bfin_write_PORTFIO_MASKB(val) bfin_write16(PORTFIO_MASKB, val) | ||
| 492 | #define bfin_read_PORTFIO_MASKB_CLEAR() bfin_read16(PORTFIO_MASKB_CLEAR) | ||
| 493 | #define bfin_write_PORTFIO_MASKB_CLEAR(val) bfin_write16(PORTFIO_MASKB_CLEAR, val) | ||
| 494 | #define bfin_read_PORTFIO_MASKB_SET() bfin_read16(PORTFIO_MASKB_SET) | ||
| 495 | #define bfin_write_PORTFIO_MASKB_SET(val) bfin_write16(PORTFIO_MASKB_SET, val) | ||
| 496 | #define bfin_read_PORTFIO_MASKB_TOGGLE() bfin_read16(PORTFIO_MASKB_TOGGLE) | ||
| 497 | #define bfin_write_PORTFIO_MASKB_TOGGLE(val) bfin_write16(PORTFIO_MASKB_TOGGLE, val) | ||
| 498 | #define bfin_read_PORTFIO_DIR() bfin_read16(PORTFIO_DIR) | ||
| 499 | #define bfin_write_PORTFIO_DIR(val) bfin_write16(PORTFIO_DIR, val) | ||
| 500 | #define bfin_read_PORTFIO_POLAR() bfin_read16(PORTFIO_POLAR) | ||
| 501 | #define bfin_write_PORTFIO_POLAR(val) bfin_write16(PORTFIO_POLAR, val) | ||
| 502 | #define bfin_read_PORTFIO_EDGE() bfin_read16(PORTFIO_EDGE) | ||
| 503 | #define bfin_write_PORTFIO_EDGE(val) bfin_write16(PORTFIO_EDGE, val) | ||
| 504 | #define bfin_read_PORTFIO_BOTH() bfin_read16(PORTFIO_BOTH) | ||
| 505 | #define bfin_write_PORTFIO_BOTH(val) bfin_write16(PORTFIO_BOTH, val) | ||
| 506 | #define bfin_read_PORTFIO_INEN() bfin_read16(PORTFIO_INEN) | ||
| 507 | #define bfin_write_PORTFIO_INEN(val) bfin_write16(PORTFIO_INEN, val) | ||
| 508 | #define bfin_read_PORTCIO_FER() bfin_read16(PORTCIO_FER) | ||
| 509 | #define bfin_write_PORTCIO_FER(val) bfin_write16(PORTCIO_FER, val) | ||
| 510 | #define bfin_read_PORTCIO() bfin_read16(PORTCIO) | ||
| 511 | #define bfin_write_PORTCIO(val) bfin_write16(PORTCIO, val) | ||
| 512 | #define bfin_read_PORTCIO_CLEAR() bfin_read16(PORTCIO_CLEAR) | ||
| 513 | #define bfin_write_PORTCIO_CLEAR(val) bfin_write16(PORTCIO_CLEAR, val) | ||
| 514 | #define bfin_read_PORTCIO_SET() bfin_read16(PORTCIO_SET) | ||
| 515 | #define bfin_write_PORTCIO_SET(val) bfin_write16(PORTCIO_SET, val) | ||
| 516 | #define bfin_read_PORTCIO_TOGGLE() bfin_read16(PORTCIO_TOGGLE) | ||
| 517 | #define bfin_write_PORTCIO_TOGGLE(val) bfin_write16(PORTCIO_TOGGLE, val) | ||
| 518 | #define bfin_read_PORTCIO_DIR() bfin_read16(PORTCIO_DIR) | ||
| 519 | #define bfin_write_PORTCIO_DIR(val) bfin_write16(PORTCIO_DIR, val) | ||
| 520 | #define bfin_read_PORTCIO_INEN() bfin_read16(PORTCIO_INEN) | ||
| 521 | #define bfin_write_PORTCIO_INEN(val) bfin_write16(PORTCIO_INEN, val) | ||
| 522 | #define bfin_read_PORTDIO_FER() bfin_read16(PORTDIO_FER) | ||
| 523 | #define bfin_write_PORTDIO_FER(val) bfin_write16(PORTDIO_FER, val) | ||
| 524 | #define bfin_read_PORTDIO() bfin_read16(PORTDIO) | ||
| 525 | #define bfin_write_PORTDIO(val) bfin_write16(PORTDIO, val) | ||
| 526 | #define bfin_read_PORTDIO_CLEAR() bfin_read16(PORTDIO_CLEAR) | ||
| 527 | #define bfin_write_PORTDIO_CLEAR(val) bfin_write16(PORTDIO_CLEAR, val) | ||
| 528 | #define bfin_read_PORTDIO_SET() bfin_read16(PORTDIO_SET) | ||
| 529 | #define bfin_write_PORTDIO_SET(val) bfin_write16(PORTDIO_SET, val) | ||
| 530 | #define bfin_read_PORTDIO_TOGGLE() bfin_read16(PORTDIO_TOGGLE) | ||
| 531 | #define bfin_write_PORTDIO_TOGGLE(val) bfin_write16(PORTDIO_TOGGLE, val) | ||
| 532 | #define bfin_read_PORTDIO_DIR() bfin_read16(PORTDIO_DIR) | ||
| 533 | #define bfin_write_PORTDIO_DIR(val) bfin_write16(PORTDIO_DIR, val) | ||
| 534 | #define bfin_read_PORTDIO_INEN() bfin_read16(PORTDIO_INEN) | ||
| 535 | #define bfin_write_PORTDIO_INEN(val) bfin_write16(PORTDIO_INEN, val) | ||
| 536 | #define bfin_read_PORTEIO_FER() bfin_read16(PORTEIO_FER) | ||
| 537 | #define bfin_write_PORTEIO_FER(val) bfin_write16(PORTEIO_FER, val) | ||
| 538 | #define bfin_read_PORTEIO() bfin_read16(PORTEIO) | ||
| 539 | #define bfin_write_PORTEIO(val) bfin_write16(PORTEIO, val) | ||
| 540 | #define bfin_read_PORTEIO_CLEAR() bfin_read16(PORTEIO_CLEAR) | ||
| 541 | #define bfin_write_PORTEIO_CLEAR(val) bfin_write16(PORTEIO_CLEAR, val) | ||
| 542 | #define bfin_read_PORTEIO_SET() bfin_read16(PORTEIO_SET) | ||
| 543 | #define bfin_write_PORTEIO_SET(val) bfin_write16(PORTEIO_SET, val) | ||
| 544 | #define bfin_read_PORTEIO_TOGGLE() bfin_read16(PORTEIO_TOGGLE) | ||
| 545 | #define bfin_write_PORTEIO_TOGGLE(val) bfin_write16(PORTEIO_TOGGLE, val) | ||
| 546 | #define bfin_read_PORTEIO_DIR() bfin_read16(PORTEIO_DIR) | ||
| 547 | #define bfin_write_PORTEIO_DIR(val) bfin_write16(PORTEIO_DIR, val) | ||
| 548 | #define bfin_read_PORTEIO_INEN() bfin_read16(PORTEIO_INEN) | ||
| 549 | #define bfin_write_PORTEIO_INEN(val) bfin_write16(PORTEIO_INEN, val) | ||
| 550 | #define bfin_read_EBIU_AMGCTL() bfin_read16(EBIU_AMGCTL) | ||
| 551 | #define bfin_write_EBIU_AMGCTL(val) bfin_write16(EBIU_AMGCTL, val) | ||
| 552 | #define bfin_read_EBIU_AMBCTL0() bfin_read32(EBIU_AMBCTL0) | ||
| 553 | #define bfin_write_EBIU_AMBCTL0(val) bfin_write32(EBIU_AMBCTL0, val) | ||
| 554 | #define bfin_read_EBIU_AMBCTL1() bfin_read32(EBIU_AMBCTL1) | ||
| 555 | #define bfin_write_EBIU_AMBCTL1(val) bfin_write32(EBIU_AMBCTL1, val) | ||
| 556 | #define bfin_read_EBIU_SDGCTL() bfin_read32(EBIU_SDGCTL) | ||
| 557 | #define bfin_write_EBIU_SDGCTL(val) bfin_write32(EBIU_SDGCTL, val) | ||
| 558 | #define bfin_read_EBIU_SDBCTL() bfin_read16(EBIU_SDBCTL) | ||
| 559 | #define bfin_write_EBIU_SDBCTL(val) bfin_write16(EBIU_SDBCTL, val) | ||
| 560 | #define bfin_read_EBIU_SDRRC() bfin_read16(EBIU_SDRRC) | ||
| 561 | #define bfin_write_EBIU_SDRRC(val) bfin_write16(EBIU_SDRRC, val) | ||
| 562 | #define bfin_read_EBIU_SDSTAT() bfin_read16(EBIU_SDSTAT) | ||
| 563 | #define bfin_write_EBIU_SDSTAT(val) bfin_write16(EBIU_SDSTAT, val) | ||
| 564 | #define bfin_read_DMA0_TC_PER() bfin_read16(DMA0_TC_PER) | ||
| 565 | #define bfin_write_DMA0_TC_PER(val) bfin_write16(DMA0_TC_PER, val) | ||
| 566 | #define bfin_read_DMA0_TC_CNT() bfin_read16(DMA0_TC_CNT) | ||
| 567 | #define bfin_write_DMA0_TC_CNT(val) bfin_write16(DMA0_TC_CNT, val) | ||
| 568 | #define bfin_read_DMA0_NEXT_DESC_PTR() bfin_readPTR(DMA0_NEXT_DESC_PTR) | ||
| 569 | #define bfin_write_DMA0_NEXT_DESC_PTR(val) bfin_writePTR(DMA0_NEXT_DESC_PTR, val) | ||
| 570 | #define bfin_read_DMA0_START_ADDR() bfin_readPTR(DMA0_START_ADDR) | ||
| 571 | #define bfin_write_DMA0_START_ADDR(val) bfin_writePTR(DMA0_START_ADDR, val) | ||
| 572 | #define bfin_read_DMA0_CONFIG() bfin_read16(DMA0_CONFIG) | ||
| 573 | #define bfin_write_DMA0_CONFIG(val) bfin_write16(DMA0_CONFIG, val) | ||
| 574 | #define bfin_read_DMA0_X_COUNT() bfin_read16(DMA0_X_COUNT) | ||
| 575 | #define bfin_write_DMA0_X_COUNT(val) bfin_write16(DMA0_X_COUNT, val) | ||
| 576 | #define bfin_read_DMA0_X_MODIFY() bfin_read16(DMA0_X_MODIFY) | ||
| 577 | #define bfin_write_DMA0_X_MODIFY(val) bfin_write16(DMA0_X_MODIFY, val) | ||
| 578 | #define bfin_read_DMA0_Y_COUNT() bfin_read16(DMA0_Y_COUNT) | ||
| 579 | #define bfin_write_DMA0_Y_COUNT(val) bfin_write16(DMA0_Y_COUNT, val) | ||
| 580 | #define bfin_read_DMA0_Y_MODIFY() bfin_read16(DMA0_Y_MODIFY) | ||
| 581 | #define bfin_write_DMA0_Y_MODIFY(val) bfin_write16(DMA0_Y_MODIFY, val) | ||
| 582 | #define bfin_read_DMA0_CURR_DESC_PTR() bfin_readPTR(DMA0_CURR_DESC_PTR) | ||
| 583 | #define bfin_write_DMA0_CURR_DESC_PTR(val) bfin_writePTR(DMA0_CURR_DESC_PTR, val) | ||
| 584 | #define bfin_read_DMA0_CURR_ADDR() bfin_readPTR(DMA0_CURR_ADDR) | ||
| 585 | #define bfin_write_DMA0_CURR_ADDR(val) bfin_writePTR(DMA0_CURR_ADDR, val) | ||
| 586 | #define bfin_read_DMA0_IRQ_STATUS() bfin_read16(DMA0_IRQ_STATUS) | ||
| 587 | #define bfin_write_DMA0_IRQ_STATUS(val) bfin_write16(DMA0_IRQ_STATUS, val) | ||
| 588 | #define bfin_read_DMA0_PERIPHERAL_MAP() bfin_read16(DMA0_PERIPHERAL_MAP) | ||
| 589 | #define bfin_write_DMA0_PERIPHERAL_MAP(val) bfin_write16(DMA0_PERIPHERAL_MAP, val) | ||
| 590 | #define bfin_read_DMA0_CURR_X_COUNT() bfin_read16(DMA0_CURR_X_COUNT) | ||
| 591 | #define bfin_write_DMA0_CURR_X_COUNT(val) bfin_write16(DMA0_CURR_X_COUNT, val) | ||
| 592 | #define bfin_read_DMA0_CURR_Y_COUNT() bfin_read16(DMA0_CURR_Y_COUNT) | ||
| 593 | #define bfin_write_DMA0_CURR_Y_COUNT(val) bfin_write16(DMA0_CURR_Y_COUNT, val) | ||
| 594 | #define bfin_read_DMA1_NEXT_DESC_PTR() bfin_readPTR(DMA1_NEXT_DESC_PTR) | ||
| 595 | #define bfin_write_DMA1_NEXT_DESC_PTR(val) bfin_writePTR(DMA1_NEXT_DESC_PTR, val) | ||
| 596 | #define bfin_read_DMA1_START_ADDR() bfin_readPTR(DMA1_START_ADDR) | ||
| 597 | #define bfin_write_DMA1_START_ADDR(val) bfin_writePTR(DMA1_START_ADDR, val) | ||
| 598 | #define bfin_read_DMA1_CONFIG() bfin_read16(DMA1_CONFIG) | ||
| 599 | #define bfin_write_DMA1_CONFIG(val) bfin_write16(DMA1_CONFIG, val) | ||
| 600 | #define bfin_read_DMA1_X_COUNT() bfin_read16(DMA1_X_COUNT) | ||
| 601 | #define bfin_write_DMA1_X_COUNT(val) bfin_write16(DMA1_X_COUNT, val) | ||
| 602 | #define bfin_read_DMA1_X_MODIFY() bfin_read16(DMA1_X_MODIFY) | ||
| 603 | #define bfin_write_DMA1_X_MODIFY(val) bfin_write16(DMA1_X_MODIFY, val) | ||
| 604 | #define bfin_read_DMA1_Y_COUNT() bfin_read16(DMA1_Y_COUNT) | ||
| 605 | #define bfin_write_DMA1_Y_COUNT(val) bfin_write16(DMA1_Y_COUNT, val) | ||
| 606 | #define bfin_read_DMA1_Y_MODIFY() bfin_read16(DMA1_Y_MODIFY) | ||
| 607 | #define bfin_write_DMA1_Y_MODIFY(val) bfin_write16(DMA1_Y_MODIFY, val) | ||
| 608 | #define bfin_read_DMA1_CURR_DESC_PTR() bfin_readPTR(DMA1_CURR_DESC_PTR) | ||
| 609 | #define bfin_write_DMA1_CURR_DESC_PTR(val) bfin_writePTR(DMA1_CURR_DESC_PTR, val) | ||
| 610 | #define bfin_read_DMA1_CURR_ADDR() bfin_readPTR(DMA1_CURR_ADDR) | ||
| 611 | #define bfin_write_DMA1_CURR_ADDR(val) bfin_writePTR(DMA1_CURR_ADDR, val) | ||
| 612 | #define bfin_read_DMA1_IRQ_STATUS() bfin_read16(DMA1_IRQ_STATUS) | ||
| 613 | #define bfin_write_DMA1_IRQ_STATUS(val) bfin_write16(DMA1_IRQ_STATUS, val) | ||
| 614 | #define bfin_read_DMA1_PERIPHERAL_MAP() bfin_read16(DMA1_PERIPHERAL_MAP) | ||
| 615 | #define bfin_write_DMA1_PERIPHERAL_MAP(val) bfin_write16(DMA1_PERIPHERAL_MAP, val) | ||
| 616 | #define bfin_read_DMA1_CURR_X_COUNT() bfin_read16(DMA1_CURR_X_COUNT) | ||
| 617 | #define bfin_write_DMA1_CURR_X_COUNT(val) bfin_write16(DMA1_CURR_X_COUNT, val) | ||
| 618 | #define bfin_read_DMA1_CURR_Y_COUNT() bfin_read16(DMA1_CURR_Y_COUNT) | ||
| 619 | #define bfin_write_DMA1_CURR_Y_COUNT(val) bfin_write16(DMA1_CURR_Y_COUNT, val) | ||
| 620 | #define bfin_read_DMA2_NEXT_DESC_PTR() bfin_readPTR(DMA2_NEXT_DESC_PTR) | ||
| 621 | #define bfin_write_DMA2_NEXT_DESC_PTR(val) bfin_writePTR(DMA2_NEXT_DESC_PTR, val) | ||
| 622 | #define bfin_read_DMA2_START_ADDR() bfin_readPTR(DMA2_START_ADDR) | ||
| 623 | #define bfin_write_DMA2_START_ADDR(val) bfin_writePTR(DMA2_START_ADDR, val) | ||
| 624 | #define bfin_read_DMA2_CONFIG() bfin_read16(DMA2_CONFIG) | ||
| 625 | #define bfin_write_DMA2_CONFIG(val) bfin_write16(DMA2_CONFIG, val) | ||
| 626 | #define bfin_read_DMA2_X_COUNT() bfin_read16(DMA2_X_COUNT) | ||
| 627 | #define bfin_write_DMA2_X_COUNT(val) bfin_write16(DMA2_X_COUNT, val) | ||
| 628 | #define bfin_read_DMA2_X_MODIFY() bfin_read16(DMA2_X_MODIFY) | ||
| 629 | #define bfin_write_DMA2_X_MODIFY(val) bfin_write16(DMA2_X_MODIFY, val) | ||
| 630 | #define bfin_read_DMA2_Y_COUNT() bfin_read16(DMA2_Y_COUNT) | ||
| 631 | #define bfin_write_DMA2_Y_COUNT(val) bfin_write16(DMA2_Y_COUNT, val) | ||
| 632 | #define bfin_read_DMA2_Y_MODIFY() bfin_read16(DMA2_Y_MODIFY) | ||
| 633 | #define bfin_write_DMA2_Y_MODIFY(val) bfin_write16(DMA2_Y_MODIFY, val) | ||
| 634 | #define bfin_read_DMA2_CURR_DESC_PTR() bfin_readPTR(DMA2_CURR_DESC_PTR) | ||
| 635 | #define bfin_write_DMA2_CURR_DESC_PTR(val) bfin_writePTR(DMA2_CURR_DESC_PTR, val) | ||
| 636 | #define bfin_read_DMA2_CURR_ADDR() bfin_readPTR(DMA2_CURR_ADDR) | ||
| 637 | #define bfin_write_DMA2_CURR_ADDR(val) bfin_writePTR(DMA2_CURR_ADDR, val) | ||
| 638 | #define bfin_read_DMA2_IRQ_STATUS() bfin_read16(DMA2_IRQ_STATUS) | ||
| 639 | #define bfin_write_DMA2_IRQ_STATUS(val) bfin_write16(DMA2_IRQ_STATUS, val) | ||
| 640 | #define bfin_read_DMA2_PERIPHERAL_MAP() bfin_read16(DMA2_PERIPHERAL_MAP) | ||
| 641 | #define bfin_write_DMA2_PERIPHERAL_MAP(val) bfin_write16(DMA2_PERIPHERAL_MAP, val) | ||
| 642 | #define bfin_read_DMA2_CURR_X_COUNT() bfin_read16(DMA2_CURR_X_COUNT) | ||
| 643 | #define bfin_write_DMA2_CURR_X_COUNT(val) bfin_write16(DMA2_CURR_X_COUNT, val) | ||
| 644 | #define bfin_read_DMA2_CURR_Y_COUNT() bfin_read16(DMA2_CURR_Y_COUNT) | ||
| 645 | #define bfin_write_DMA2_CURR_Y_COUNT(val) bfin_write16(DMA2_CURR_Y_COUNT, val) | ||
| 646 | #define bfin_read_DMA3_NEXT_DESC_PTR() bfin_readPTR(DMA3_NEXT_DESC_PTR) | ||
| 647 | #define bfin_write_DMA3_NEXT_DESC_PTR(val) bfin_writePTR(DMA3_NEXT_DESC_PTR, val) | ||
| 648 | #define bfin_read_DMA3_START_ADDR() bfin_readPTR(DMA3_START_ADDR) | ||
| 649 | #define bfin_write_DMA3_START_ADDR(val) bfin_writePTR(DMA3_START_ADDR, val) | ||
| 650 | #define bfin_read_DMA3_CONFIG() bfin_read16(DMA3_CONFIG) | ||
| 651 | #define bfin_write_DMA3_CONFIG(val) bfin_write16(DMA3_CONFIG, val) | ||
| 652 | #define bfin_read_DMA3_X_COUNT() bfin_read16(DMA3_X_COUNT) | ||
| 653 | #define bfin_write_DMA3_X_COUNT(val) bfin_write16(DMA3_X_COUNT, val) | ||
| 654 | #define bfin_read_DMA3_X_MODIFY() bfin_read16(DMA3_X_MODIFY) | ||
| 655 | #define bfin_write_DMA3_X_MODIFY(val) bfin_write16(DMA3_X_MODIFY, val) | ||
| 656 | #define bfin_read_DMA3_Y_COUNT() bfin_read16(DMA3_Y_COUNT) | ||
| 657 | #define bfin_write_DMA3_Y_COUNT(val) bfin_write16(DMA3_Y_COUNT, val) | ||
| 658 | #define bfin_read_DMA3_Y_MODIFY() bfin_read16(DMA3_Y_MODIFY) | ||
| 659 | #define bfin_write_DMA3_Y_MODIFY(val) bfin_write16(DMA3_Y_MODIFY, val) | ||
| 660 | #define bfin_read_DMA3_CURR_DESC_PTR() bfin_readPTR(DMA3_CURR_DESC_PTR) | ||
| 661 | #define bfin_write_DMA3_CURR_DESC_PTR(val) bfin_writePTR(DMA3_CURR_DESC_PTR, val) | ||
| 662 | #define bfin_read_DMA3_CURR_ADDR() bfin_readPTR(DMA3_CURR_ADDR) | ||
| 663 | #define bfin_write_DMA3_CURR_ADDR(val) bfin_writePTR(DMA3_CURR_ADDR, val) | ||
| 664 | #define bfin_read_DMA3_IRQ_STATUS() bfin_read16(DMA3_IRQ_STATUS) | ||
| 665 | #define bfin_write_DMA3_IRQ_STATUS(val) bfin_write16(DMA3_IRQ_STATUS, val) | ||
| 666 | #define bfin_read_DMA3_PERIPHERAL_MAP() bfin_read16(DMA3_PERIPHERAL_MAP) | ||
| 667 | #define bfin_write_DMA3_PERIPHERAL_MAP(val) bfin_write16(DMA3_PERIPHERAL_MAP, val) | ||
| 668 | #define bfin_read_DMA3_CURR_X_COUNT() bfin_read16(DMA3_CURR_X_COUNT) | ||
| 669 | #define bfin_write_DMA3_CURR_X_COUNT(val) bfin_write16(DMA3_CURR_X_COUNT, val) | ||
| 670 | #define bfin_read_DMA3_CURR_Y_COUNT() bfin_read16(DMA3_CURR_Y_COUNT) | ||
| 671 | #define bfin_write_DMA3_CURR_Y_COUNT(val) bfin_write16(DMA3_CURR_Y_COUNT, val) | ||
| 672 | #define bfin_read_DMA4_NEXT_DESC_PTR() bfin_readPTR(DMA4_NEXT_DESC_PTR) | ||
| 673 | #define bfin_write_DMA4_NEXT_DESC_PTR(val) bfin_writePTR(DMA4_NEXT_DESC_PTR, val) | ||
| 674 | #define bfin_read_DMA4_START_ADDR() bfin_readPTR(DMA4_START_ADDR) | ||
| 675 | #define bfin_write_DMA4_START_ADDR(val) bfin_writePTR(DMA4_START_ADDR, val) | ||
| 676 | #define bfin_read_DMA4_CONFIG() bfin_read16(DMA4_CONFIG) | ||
| 677 | #define bfin_write_DMA4_CONFIG(val) bfin_write16(DMA4_CONFIG, val) | ||
| 678 | #define bfin_read_DMA4_X_COUNT() bfin_read16(DMA4_X_COUNT) | ||
| 679 | #define bfin_write_DMA4_X_COUNT(val) bfin_write16(DMA4_X_COUNT, val) | ||
| 680 | #define bfin_read_DMA4_X_MODIFY() bfin_read16(DMA4_X_MODIFY) | ||
| 681 | #define bfin_write_DMA4_X_MODIFY(val) bfin_write16(DMA4_X_MODIFY, val) | ||
| 682 | #define bfin_read_DMA4_Y_COUNT() bfin_read16(DMA4_Y_COUNT) | ||
| 683 | #define bfin_write_DMA4_Y_COUNT(val) bfin_write16(DMA4_Y_COUNT, val) | ||
| 684 | #define bfin_read_DMA4_Y_MODIFY() bfin_read16(DMA4_Y_MODIFY) | ||
| 685 | #define bfin_write_DMA4_Y_MODIFY(val) bfin_write16(DMA4_Y_MODIFY, val) | ||
| 686 | #define bfin_read_DMA4_CURR_DESC_PTR() bfin_readPTR(DMA4_CURR_DESC_PTR) | ||
| 687 | #define bfin_write_DMA4_CURR_DESC_PTR(val) bfin_writePTR(DMA4_CURR_DESC_PTR, val) | ||
| 688 | #define bfin_read_DMA4_CURR_ADDR() bfin_readPTR(DMA4_CURR_ADDR) | ||
| 689 | #define bfin_write_DMA4_CURR_ADDR(val) bfin_writePTR(DMA4_CURR_ADDR, val) | ||
| 690 | #define bfin_read_DMA4_IRQ_STATUS() bfin_read16(DMA4_IRQ_STATUS) | ||
| 691 | #define bfin_write_DMA4_IRQ_STATUS(val) bfin_write16(DMA4_IRQ_STATUS, val) | ||
| 692 | #define bfin_read_DMA4_PERIPHERAL_MAP() bfin_read16(DMA4_PERIPHERAL_MAP) | ||
| 693 | #define bfin_write_DMA4_PERIPHERAL_MAP(val) bfin_write16(DMA4_PERIPHERAL_MAP, val) | ||
| 694 | #define bfin_read_DMA4_CURR_X_COUNT() bfin_read16(DMA4_CURR_X_COUNT) | ||
| 695 | #define bfin_write_DMA4_CURR_X_COUNT(val) bfin_write16(DMA4_CURR_X_COUNT, val) | ||
| 696 | #define bfin_read_DMA4_CURR_Y_COUNT() bfin_read16(DMA4_CURR_Y_COUNT) | ||
| 697 | #define bfin_write_DMA4_CURR_Y_COUNT(val) bfin_write16(DMA4_CURR_Y_COUNT, val) | ||
| 698 | #define bfin_read_DMA5_NEXT_DESC_PTR() bfin_readPTR(DMA5_NEXT_DESC_PTR) | ||
| 699 | #define bfin_write_DMA5_NEXT_DESC_PTR(val) bfin_writePTR(DMA5_NEXT_DESC_PTR, val) | ||
| 700 | #define bfin_read_DMA5_START_ADDR() bfin_readPTR(DMA5_START_ADDR) | ||
| 701 | #define bfin_write_DMA5_START_ADDR(val) bfin_writePTR(DMA5_START_ADDR, val) | ||
| 702 | #define bfin_read_DMA5_CONFIG() bfin_read16(DMA5_CONFIG) | ||
| 703 | #define bfin_write_DMA5_CONFIG(val) bfin_write16(DMA5_CONFIG, val) | ||
| 704 | #define bfin_read_DMA5_X_COUNT() bfin_read16(DMA5_X_COUNT) | ||
| 705 | #define bfin_write_DMA5_X_COUNT(val) bfin_write16(DMA5_X_COUNT, val) | ||
| 706 | #define bfin_read_DMA5_X_MODIFY() bfin_read16(DMA5_X_MODIFY) | ||
| 707 | #define bfin_write_DMA5_X_MODIFY(val) bfin_write16(DMA5_X_MODIFY, val) | ||
| 708 | #define bfin_read_DMA5_Y_COUNT() bfin_read16(DMA5_Y_COUNT) | ||
| 709 | #define bfin_write_DMA5_Y_COUNT(val) bfin_write16(DMA5_Y_COUNT, val) | ||
| 710 | #define bfin_read_DMA5_Y_MODIFY() bfin_read16(DMA5_Y_MODIFY) | ||
| 711 | #define bfin_write_DMA5_Y_MODIFY(val) bfin_write16(DMA5_Y_MODIFY, val) | ||
| 712 | #define bfin_read_DMA5_CURR_DESC_PTR() bfin_readPTR(DMA5_CURR_DESC_PTR) | ||
| 713 | #define bfin_write_DMA5_CURR_DESC_PTR(val) bfin_writePTR(DMA5_CURR_DESC_PTR, val) | ||
| 714 | #define bfin_read_DMA5_CURR_ADDR() bfin_readPTR(DMA5_CURR_ADDR) | ||
| 715 | #define bfin_write_DMA5_CURR_ADDR(val) bfin_writePTR(DMA5_CURR_ADDR, val) | ||
| 716 | #define bfin_read_DMA5_IRQ_STATUS() bfin_read16(DMA5_IRQ_STATUS) | ||
| 717 | #define bfin_write_DMA5_IRQ_STATUS(val) bfin_write16(DMA5_IRQ_STATUS, val) | ||
| 718 | #define bfin_read_DMA5_PERIPHERAL_MAP() bfin_read16(DMA5_PERIPHERAL_MAP) | ||
| 719 | #define bfin_write_DMA5_PERIPHERAL_MAP(val) bfin_write16(DMA5_PERIPHERAL_MAP, val) | ||
| 720 | #define bfin_read_DMA5_CURR_X_COUNT() bfin_read16(DMA5_CURR_X_COUNT) | ||
| 721 | #define bfin_write_DMA5_CURR_X_COUNT(val) bfin_write16(DMA5_CURR_X_COUNT, val) | ||
| 722 | #define bfin_read_DMA5_CURR_Y_COUNT() bfin_read16(DMA5_CURR_Y_COUNT) | ||
| 723 | #define bfin_write_DMA5_CURR_Y_COUNT(val) bfin_write16(DMA5_CURR_Y_COUNT, val) | ||
| 724 | #define bfin_read_DMA6_NEXT_DESC_PTR() bfin_readPTR(DMA6_NEXT_DESC_PTR) | ||
| 725 | #define bfin_write_DMA6_NEXT_DESC_PTR(val) bfin_writePTR(DMA6_NEXT_DESC_PTR, val) | ||
| 726 | #define bfin_read_DMA6_START_ADDR() bfin_readPTR(DMA6_START_ADDR) | ||
| 727 | #define bfin_write_DMA6_START_ADDR(val) bfin_writePTR(DMA6_START_ADDR, val) | ||
| 728 | #define bfin_read_DMA6_CONFIG() bfin_read16(DMA6_CONFIG) | ||
| 729 | #define bfin_write_DMA6_CONFIG(val) bfin_write16(DMA6_CONFIG, val) | ||
| 730 | #define bfin_read_DMA6_X_COUNT() bfin_read16(DMA6_X_COUNT) | ||
| 731 | #define bfin_write_DMA6_X_COUNT(val) bfin_write16(DMA6_X_COUNT, val) | ||
| 732 | #define bfin_read_DMA6_X_MODIFY() bfin_read16(DMA6_X_MODIFY) | ||
| 733 | #define bfin_write_DMA6_X_MODIFY(val) bfin_write16(DMA6_X_MODIFY, val) | ||
| 734 | #define bfin_read_DMA6_Y_COUNT() bfin_read16(DMA6_Y_COUNT) | ||
| 735 | #define bfin_write_DMA6_Y_COUNT(val) bfin_write16(DMA6_Y_COUNT, val) | ||
| 736 | #define bfin_read_DMA6_Y_MODIFY() bfin_read16(DMA6_Y_MODIFY) | ||
| 737 | #define bfin_write_DMA6_Y_MODIFY(val) bfin_write16(DMA6_Y_MODIFY, val) | ||
| 738 | #define bfin_read_DMA6_CURR_DESC_PTR() bfin_readPTR(DMA6_CURR_DESC_PTR) | ||
| 739 | #define bfin_write_DMA6_CURR_DESC_PTR(val) bfin_writePTR(DMA6_CURR_DESC_PTR, val) | ||
| 740 | #define bfin_read_DMA6_CURR_ADDR() bfin_readPTR(DMA6_CURR_ADDR) | ||
| 741 | #define bfin_write_DMA6_CURR_ADDR(val) bfin_writePTR(DMA6_CURR_ADDR, val) | ||
| 742 | #define bfin_read_DMA6_IRQ_STATUS() bfin_read16(DMA6_IRQ_STATUS) | ||
| 743 | #define bfin_write_DMA6_IRQ_STATUS(val) bfin_write16(DMA6_IRQ_STATUS, val) | ||
| 744 | #define bfin_read_DMA6_PERIPHERAL_MAP() bfin_read16(DMA6_PERIPHERAL_MAP) | ||
| 745 | #define bfin_write_DMA6_PERIPHERAL_MAP(val) bfin_write16(DMA6_PERIPHERAL_MAP, val) | ||
| 746 | #define bfin_read_DMA6_CURR_X_COUNT() bfin_read16(DMA6_CURR_X_COUNT) | ||
| 747 | #define bfin_write_DMA6_CURR_X_COUNT(val) bfin_write16(DMA6_CURR_X_COUNT, val) | ||
| 748 | #define bfin_read_DMA6_CURR_Y_COUNT() bfin_read16(DMA6_CURR_Y_COUNT) | ||
| 749 | #define bfin_write_DMA6_CURR_Y_COUNT(val) bfin_write16(DMA6_CURR_Y_COUNT, val) | ||
| 750 | #define bfin_read_DMA7_NEXT_DESC_PTR() bfin_readPTR(DMA7_NEXT_DESC_PTR) | ||
| 751 | #define bfin_write_DMA7_NEXT_DESC_PTR(val) bfin_writePTR(DMA7_NEXT_DESC_PTR, val) | ||
| 752 | #define bfin_read_DMA7_START_ADDR() bfin_readPTR(DMA7_START_ADDR) | ||
| 753 | #define bfin_write_DMA7_START_ADDR(val) bfin_writePTR(DMA7_START_ADDR, val) | ||
| 754 | #define bfin_read_DMA7_CONFIG() bfin_read16(DMA7_CONFIG) | ||
| 755 | #define bfin_write_DMA7_CONFIG(val) bfin_write16(DMA7_CONFIG, val) | ||
| 756 | #define bfin_read_DMA7_X_COUNT() bfin_read16(DMA7_X_COUNT) | ||
| 757 | #define bfin_write_DMA7_X_COUNT(val) bfin_write16(DMA7_X_COUNT, val) | ||
| 758 | #define bfin_read_DMA7_X_MODIFY() bfin_read16(DMA7_X_MODIFY) | ||
| 759 | #define bfin_write_DMA7_X_MODIFY(val) bfin_write16(DMA7_X_MODIFY, val) | ||
| 760 | #define bfin_read_DMA7_Y_COUNT() bfin_read16(DMA7_Y_COUNT) | ||
| 761 | #define bfin_write_DMA7_Y_COUNT(val) bfin_write16(DMA7_Y_COUNT, val) | ||
| 762 | #define bfin_read_DMA7_Y_MODIFY() bfin_read16(DMA7_Y_MODIFY) | ||
| 763 | #define bfin_write_DMA7_Y_MODIFY(val) bfin_write16(DMA7_Y_MODIFY, val) | ||
| 764 | #define bfin_read_DMA7_CURR_DESC_PTR() bfin_readPTR(DMA7_CURR_DESC_PTR) | ||
| 765 | #define bfin_write_DMA7_CURR_DESC_PTR(val) bfin_writePTR(DMA7_CURR_DESC_PTR, val) | ||
| 766 | #define bfin_read_DMA7_CURR_ADDR() bfin_readPTR(DMA7_CURR_ADDR) | ||
| 767 | #define bfin_write_DMA7_CURR_ADDR(val) bfin_writePTR(DMA7_CURR_ADDR, val) | ||
| 768 | #define bfin_read_DMA7_IRQ_STATUS() bfin_read16(DMA7_IRQ_STATUS) | ||
| 769 | #define bfin_write_DMA7_IRQ_STATUS(val) bfin_write16(DMA7_IRQ_STATUS, val) | ||
| 770 | #define bfin_read_DMA7_PERIPHERAL_MAP() bfin_read16(DMA7_PERIPHERAL_MAP) | ||
| 771 | #define bfin_write_DMA7_PERIPHERAL_MAP(val) bfin_write16(DMA7_PERIPHERAL_MAP, val) | ||
| 772 | #define bfin_read_DMA7_CURR_X_COUNT() bfin_read16(DMA7_CURR_X_COUNT) | ||
| 773 | #define bfin_write_DMA7_CURR_X_COUNT(val) bfin_write16(DMA7_CURR_X_COUNT, val) | ||
| 774 | #define bfin_read_DMA7_CURR_Y_COUNT() bfin_read16(DMA7_CURR_Y_COUNT) | ||
| 775 | #define bfin_write_DMA7_CURR_Y_COUNT(val) bfin_write16(DMA7_CURR_Y_COUNT, val) | ||
| 776 | #define bfin_read_DMA1_TC_PER() bfin_read16(DMA1_TC_PER) | ||
| 777 | #define bfin_write_DMA1_TC_PER(val) bfin_write16(DMA1_TC_PER, val) | ||
| 778 | #define bfin_read_DMA1_TC_CNT() bfin_read16(DMA1_TC_CNT) | ||
| 779 | #define bfin_write_DMA1_TC_CNT(val) bfin_write16(DMA1_TC_CNT, val) | ||
| 780 | #define bfin_read_DMA8_NEXT_DESC_PTR() bfin_readPTR(DMA8_NEXT_DESC_PTR) | ||
| 781 | #define bfin_write_DMA8_NEXT_DESC_PTR(val) bfin_writePTR(DMA8_NEXT_DESC_PTR, val) | ||
| 782 | #define bfin_read_DMA8_START_ADDR() bfin_readPTR(DMA8_START_ADDR) | ||
| 783 | #define bfin_write_DMA8_START_ADDR(val) bfin_writePTR(DMA8_START_ADDR, val) | ||
| 784 | #define bfin_read_DMA8_CONFIG() bfin_read16(DMA8_CONFIG) | ||
| 785 | #define bfin_write_DMA8_CONFIG(val) bfin_write16(DMA8_CONFIG, val) | ||
| 786 | #define bfin_read_DMA8_X_COUNT() bfin_read16(DMA8_X_COUNT) | ||
| 787 | #define bfin_write_DMA8_X_COUNT(val) bfin_write16(DMA8_X_COUNT, val) | ||
| 788 | #define bfin_read_DMA8_X_MODIFY() bfin_read16(DMA8_X_MODIFY) | ||
| 789 | #define bfin_write_DMA8_X_MODIFY(val) bfin_write16(DMA8_X_MODIFY, val) | ||
| 790 | #define bfin_read_DMA8_Y_COUNT() bfin_read16(DMA8_Y_COUNT) | ||
| 791 | #define bfin_write_DMA8_Y_COUNT(val) bfin_write16(DMA8_Y_COUNT, val) | ||
| 792 | #define bfin_read_DMA8_Y_MODIFY() bfin_read16(DMA8_Y_MODIFY) | ||
| 793 | #define bfin_write_DMA8_Y_MODIFY(val) bfin_write16(DMA8_Y_MODIFY, val) | ||
| 794 | #define bfin_read_DMA8_CURR_DESC_PTR() bfin_readPTR(DMA8_CURR_DESC_PTR) | ||
| 795 | #define bfin_write_DMA8_CURR_DESC_PTR(val) bfin_writePTR(DMA8_CURR_DESC_PTR, val) | ||
| 796 | #define bfin_read_DMA8_CURR_ADDR() bfin_readPTR(DMA8_CURR_ADDR) | ||
| 797 | #define bfin_write_DMA8_CURR_ADDR(val) bfin_writePTR(DMA8_CURR_ADDR, val) | ||
| 798 | #define bfin_read_DMA8_IRQ_STATUS() bfin_read16(DMA8_IRQ_STATUS) | ||
| 799 | #define bfin_write_DMA8_IRQ_STATUS(val) bfin_write16(DMA8_IRQ_STATUS, val) | ||
| 800 | #define bfin_read_DMA8_PERIPHERAL_MAP() bfin_read16(DMA8_PERIPHERAL_MAP) | ||
| 801 | #define bfin_write_DMA8_PERIPHERAL_MAP(val) bfin_write16(DMA8_PERIPHERAL_MAP, val) | ||
| 802 | #define bfin_read_DMA8_CURR_X_COUNT() bfin_read16(DMA8_CURR_X_COUNT) | ||
| 803 | #define bfin_write_DMA8_CURR_X_COUNT(val) bfin_write16(DMA8_CURR_X_COUNT, val) | ||
| 804 | #define bfin_read_DMA8_CURR_Y_COUNT() bfin_read16(DMA8_CURR_Y_COUNT) | ||
| 805 | #define bfin_write_DMA8_CURR_Y_COUNT(val) bfin_write16(DMA8_CURR_Y_COUNT, val) | ||
| 806 | #define bfin_read_DMA9_NEXT_DESC_PTR() bfin_readPTR(DMA9_NEXT_DESC_PTR) | ||
| 807 | #define bfin_write_DMA9_NEXT_DESC_PTR(val) bfin_writePTR(DMA9_NEXT_DESC_PTR, val) | ||
| 808 | #define bfin_read_DMA9_START_ADDR() bfin_readPTR(DMA9_START_ADDR) | ||
| 809 | #define bfin_write_DMA9_START_ADDR(val) bfin_writePTR(DMA9_START_ADDR, val) | ||
| 810 | #define bfin_read_DMA9_CONFIG() bfin_read16(DMA9_CONFIG) | ||
| 811 | #define bfin_write_DMA9_CONFIG(val) bfin_write16(DMA9_CONFIG, val) | ||
| 812 | #define bfin_read_DMA9_X_COUNT() bfin_read16(DMA9_X_COUNT) | ||
| 813 | #define bfin_write_DMA9_X_COUNT(val) bfin_write16(DMA9_X_COUNT, val) | ||
| 814 | #define bfin_read_DMA9_X_MODIFY() bfin_read16(DMA9_X_MODIFY) | ||
| 815 | #define bfin_write_DMA9_X_MODIFY(val) bfin_write16(DMA9_X_MODIFY, val) | ||
| 816 | #define bfin_read_DMA9_Y_COUNT() bfin_read16(DMA9_Y_COUNT) | ||
| 817 | #define bfin_write_DMA9_Y_COUNT(val) bfin_write16(DMA9_Y_COUNT, val) | ||
| 818 | #define bfin_read_DMA9_Y_MODIFY() bfin_read16(DMA9_Y_MODIFY) | ||
| 819 | #define bfin_write_DMA9_Y_MODIFY(val) bfin_write16(DMA9_Y_MODIFY, val) | ||
| 820 | #define bfin_read_DMA9_CURR_DESC_PTR() bfin_readPTR(DMA9_CURR_DESC_PTR) | ||
| 821 | #define bfin_write_DMA9_CURR_DESC_PTR(val) bfin_writePTR(DMA9_CURR_DESC_PTR, val) | ||
| 822 | #define bfin_read_DMA9_CURR_ADDR() bfin_readPTR(DMA9_CURR_ADDR) | ||
| 823 | #define bfin_write_DMA9_CURR_ADDR(val) bfin_writePTR(DMA9_CURR_ADDR, val) | ||
| 824 | #define bfin_read_DMA9_IRQ_STATUS() bfin_read16(DMA9_IRQ_STATUS) | ||
| 825 | #define bfin_write_DMA9_IRQ_STATUS(val) bfin_write16(DMA9_IRQ_STATUS, val) | ||
| 826 | #define bfin_read_DMA9_PERIPHERAL_MAP() bfin_read16(DMA9_PERIPHERAL_MAP) | ||
| 827 | #define bfin_write_DMA9_PERIPHERAL_MAP(val) bfin_write16(DMA9_PERIPHERAL_MAP, val) | ||
| 828 | #define bfin_read_DMA9_CURR_X_COUNT() bfin_read16(DMA9_CURR_X_COUNT) | ||
| 829 | #define bfin_write_DMA9_CURR_X_COUNT(val) bfin_write16(DMA9_CURR_X_COUNT, val) | ||
| 830 | #define bfin_read_DMA9_CURR_Y_COUNT() bfin_read16(DMA9_CURR_Y_COUNT) | ||
| 831 | #define bfin_write_DMA9_CURR_Y_COUNT(val) bfin_write16(DMA9_CURR_Y_COUNT, val) | ||
| 832 | #define bfin_read_DMA10_NEXT_DESC_PTR() bfin_readPTR(DMA10_NEXT_DESC_PTR) | ||
| 833 | #define bfin_write_DMA10_NEXT_DESC_PTR(val) bfin_writePTR(DMA10_NEXT_DESC_PTR, val) | ||
| 834 | #define bfin_read_DMA10_START_ADDR() bfin_readPTR(DMA10_START_ADDR) | ||
| 835 | #define bfin_write_DMA10_START_ADDR(val) bfin_writePTR(DMA10_START_ADDR, val) | ||
| 836 | #define bfin_read_DMA10_CONFIG() bfin_read16(DMA10_CONFIG) | ||
| 837 | #define bfin_write_DMA10_CONFIG(val) bfin_write16(DMA10_CONFIG, val) | ||
| 838 | #define bfin_read_DMA10_X_COUNT() bfin_read16(DMA10_X_COUNT) | ||
| 839 | #define bfin_write_DMA10_X_COUNT(val) bfin_write16(DMA10_X_COUNT, val) | ||
| 840 | #define bfin_read_DMA10_X_MODIFY() bfin_read16(DMA10_X_MODIFY) | ||
| 841 | #define bfin_write_DMA10_X_MODIFY(val) bfin_write16(DMA10_X_MODIFY, val) | ||
| 842 | #define bfin_read_DMA10_Y_COUNT() bfin_read16(DMA10_Y_COUNT) | ||
| 843 | #define bfin_write_DMA10_Y_COUNT(val) bfin_write16(DMA10_Y_COUNT, val) | ||
| 844 | #define bfin_read_DMA10_Y_MODIFY() bfin_read16(DMA10_Y_MODIFY) | ||
| 845 | #define bfin_write_DMA10_Y_MODIFY(val) bfin_write16(DMA10_Y_MODIFY, val) | ||
| 846 | #define bfin_read_DMA10_CURR_DESC_PTR() bfin_readPTR(DMA10_CURR_DESC_PTR) | ||
| 847 | #define bfin_write_DMA10_CURR_DESC_PTR(val) bfin_writePTR(DMA10_CURR_DESC_PTR, val) | ||
| 848 | #define bfin_read_DMA10_CURR_ADDR() bfin_readPTR(DMA10_CURR_ADDR) | ||
| 849 | #define bfin_write_DMA10_CURR_ADDR(val) bfin_writePTR(DMA10_CURR_ADDR, val) | ||
| 850 | #define bfin_read_DMA10_IRQ_STATUS() bfin_read16(DMA10_IRQ_STATUS) | ||
| 851 | #define bfin_write_DMA10_IRQ_STATUS(val) bfin_write16(DMA10_IRQ_STATUS, val) | ||
| 852 | #define bfin_read_DMA10_PERIPHERAL_MAP() bfin_read16(DMA10_PERIPHERAL_MAP) | ||
| 853 | #define bfin_write_DMA10_PERIPHERAL_MAP(val) bfin_write16(DMA10_PERIPHERAL_MAP, val) | ||
| 854 | #define bfin_read_DMA10_CURR_X_COUNT() bfin_read16(DMA10_CURR_X_COUNT) | ||
| 855 | #define bfin_write_DMA10_CURR_X_COUNT(val) bfin_write16(DMA10_CURR_X_COUNT, val) | ||
| 856 | #define bfin_read_DMA10_CURR_Y_COUNT() bfin_read16(DMA10_CURR_Y_COUNT) | ||
| 857 | #define bfin_write_DMA10_CURR_Y_COUNT(val) bfin_write16(DMA10_CURR_Y_COUNT, val) | ||
| 858 | #define bfin_read_DMA11_NEXT_DESC_PTR() bfin_readPTR(DMA11_NEXT_DESC_PTR) | ||
| 859 | #define bfin_write_DMA11_NEXT_DESC_PTR(val) bfin_writePTR(DMA11_NEXT_DESC_PTR, val) | ||
| 860 | #define bfin_read_DMA11_START_ADDR() bfin_readPTR(DMA11_START_ADDR) | ||
| 861 | #define bfin_write_DMA11_START_ADDR(val) bfin_writePTR(DMA11_START_ADDR, val) | ||
| 862 | #define bfin_read_DMA11_CONFIG() bfin_read16(DMA11_CONFIG) | ||
| 863 | #define bfin_write_DMA11_CONFIG(val) bfin_write16(DMA11_CONFIG, val) | ||
| 864 | #define bfin_read_DMA11_X_COUNT() bfin_read16(DMA11_X_COUNT) | ||
| 865 | #define bfin_write_DMA11_X_COUNT(val) bfin_write16(DMA11_X_COUNT, val) | ||
| 866 | #define bfin_read_DMA11_X_MODIFY() bfin_read16(DMA11_X_MODIFY) | ||
| 867 | #define bfin_write_DMA11_X_MODIFY(val) bfin_write16(DMA11_X_MODIFY, val) | ||
| 868 | #define bfin_read_DMA11_Y_COUNT() bfin_read16(DMA11_Y_COUNT) | ||
| 869 | #define bfin_write_DMA11_Y_COUNT(val) bfin_write16(DMA11_Y_COUNT, val) | ||
| 870 | #define bfin_read_DMA11_Y_MODIFY() bfin_read16(DMA11_Y_MODIFY) | ||
| 871 | #define bfin_write_DMA11_Y_MODIFY(val) bfin_write16(DMA11_Y_MODIFY, val) | ||
| 872 | #define bfin_read_DMA11_CURR_DESC_PTR() bfin_readPTR(DMA11_CURR_DESC_PTR) | ||
| 873 | #define bfin_write_DMA11_CURR_DESC_PTR(val) bfin_writePTR(DMA11_CURR_DESC_PTR, val) | ||
| 874 | #define bfin_read_DMA11_CURR_ADDR() bfin_readPTR(DMA11_CURR_ADDR) | ||
| 875 | #define bfin_write_DMA11_CURR_ADDR(val) bfin_writePTR(DMA11_CURR_ADDR, val) | ||
| 876 | #define bfin_read_DMA11_IRQ_STATUS() bfin_read16(DMA11_IRQ_STATUS) | ||
| 877 | #define bfin_write_DMA11_IRQ_STATUS(val) bfin_write16(DMA11_IRQ_STATUS, val) | ||
| 878 | #define bfin_read_DMA11_PERIPHERAL_MAP() bfin_read16(DMA11_PERIPHERAL_MAP) | ||
| 879 | #define bfin_write_DMA11_PERIPHERAL_MAP(val) bfin_write16(DMA11_PERIPHERAL_MAP, val) | ||
| 880 | #define bfin_read_DMA11_CURR_X_COUNT() bfin_read16(DMA11_CURR_X_COUNT) | ||
| 881 | #define bfin_write_DMA11_CURR_X_COUNT(val) bfin_write16(DMA11_CURR_X_COUNT, val) | ||
| 882 | #define bfin_read_DMA11_CURR_Y_COUNT() bfin_read16(DMA11_CURR_Y_COUNT) | ||
| 883 | #define bfin_write_DMA11_CURR_Y_COUNT(val) bfin_write16(DMA11_CURR_Y_COUNT, val) | ||
| 884 | #define bfin_read_DMA12_NEXT_DESC_PTR() bfin_readPTR(DMA12_NEXT_DESC_PTR) | ||
| 885 | #define bfin_write_DMA12_NEXT_DESC_PTR(val) bfin_writePTR(DMA12_NEXT_DESC_PTR, val) | ||
| 886 | #define bfin_read_DMA12_START_ADDR() bfin_readPTR(DMA12_START_ADDR) | ||
| 887 | #define bfin_write_DMA12_START_ADDR(val) bfin_writePTR(DMA12_START_ADDR, val) | ||
| 888 | #define bfin_read_DMA12_CONFIG() bfin_read16(DMA12_CONFIG) | ||
| 889 | #define bfin_write_DMA12_CONFIG(val) bfin_write16(DMA12_CONFIG, val) | ||
| 890 | #define bfin_read_DMA12_X_COUNT() bfin_read16(DMA12_X_COUNT) | ||
| 891 | #define bfin_write_DMA12_X_COUNT(val) bfin_write16(DMA12_X_COUNT, val) | ||
| 892 | #define bfin_read_DMA12_X_MODIFY() bfin_read16(DMA12_X_MODIFY) | ||
| 893 | #define bfin_write_DMA12_X_MODIFY(val) bfin_write16(DMA12_X_MODIFY, val) | ||
| 894 | #define bfin_read_DMA12_Y_COUNT() bfin_read16(DMA12_Y_COUNT) | ||
| 895 | #define bfin_write_DMA12_Y_COUNT(val) bfin_write16(DMA12_Y_COUNT, val) | ||
| 896 | #define bfin_read_DMA12_Y_MODIFY() bfin_read16(DMA12_Y_MODIFY) | ||
| 897 | #define bfin_write_DMA12_Y_MODIFY(val) bfin_write16(DMA12_Y_MODIFY, val) | ||
| 898 | #define bfin_read_DMA12_CURR_DESC_PTR() bfin_readPTR(DMA12_CURR_DESC_PTR) | ||
| 899 | #define bfin_write_DMA12_CURR_DESC_PTR(val) bfin_writePTR(DMA12_CURR_DESC_PTR, val) | ||
| 900 | #define bfin_read_DMA12_CURR_ADDR() bfin_readPTR(DMA12_CURR_ADDR) | ||
| 901 | #define bfin_write_DMA12_CURR_ADDR(val) bfin_writePTR(DMA12_CURR_ADDR, val) | ||
| 902 | #define bfin_read_DMA12_IRQ_STATUS() bfin_read16(DMA12_IRQ_STATUS) | ||
| 903 | #define bfin_write_DMA12_IRQ_STATUS(val) bfin_write16(DMA12_IRQ_STATUS, val) | ||
| 904 | #define bfin_read_DMA12_PERIPHERAL_MAP() bfin_read16(DMA12_PERIPHERAL_MAP) | ||
| 905 | #define bfin_write_DMA12_PERIPHERAL_MAP(val) bfin_write16(DMA12_PERIPHERAL_MAP, val) | ||
| 906 | #define bfin_read_DMA12_CURR_X_COUNT() bfin_read16(DMA12_CURR_X_COUNT) | ||
| 907 | #define bfin_write_DMA12_CURR_X_COUNT(val) bfin_write16(DMA12_CURR_X_COUNT, val) | ||
| 908 | #define bfin_read_DMA12_CURR_Y_COUNT() bfin_read16(DMA12_CURR_Y_COUNT) | ||
| 909 | #define bfin_write_DMA12_CURR_Y_COUNT(val) bfin_write16(DMA12_CURR_Y_COUNT, val) | ||
| 910 | #define bfin_read_DMA13_NEXT_DESC_PTR() bfin_readPTR(DMA13_NEXT_DESC_PTR) | ||
| 911 | #define bfin_write_DMA13_NEXT_DESC_PTR(val) bfin_writePTR(DMA13_NEXT_DESC_PTR, val) | ||
| 912 | #define bfin_read_DMA13_START_ADDR() bfin_readPTR(DMA13_START_ADDR) | ||
| 913 | #define bfin_write_DMA13_START_ADDR(val) bfin_writePTR(DMA13_START_ADDR, val) | ||
| 914 | #define bfin_read_DMA13_CONFIG() bfin_read16(DMA13_CONFIG) | ||
| 915 | #define bfin_write_DMA13_CONFIG(val) bfin_write16(DMA13_CONFIG, val) | ||
| 916 | #define bfin_read_DMA13_X_COUNT() bfin_read16(DMA13_X_COUNT) | ||
| 917 | #define bfin_write_DMA13_X_COUNT(val) bfin_write16(DMA13_X_COUNT, val) | ||
| 918 | #define bfin_read_DMA13_X_MODIFY() bfin_read16(DMA13_X_MODIFY) | ||
| 919 | #define bfin_write_DMA13_X_MODIFY(val) bfin_write16(DMA13_X_MODIFY, val) | ||
| 920 | #define bfin_read_DMA13_Y_COUNT() bfin_read16(DMA13_Y_COUNT) | ||
| 921 | #define bfin_write_DMA13_Y_COUNT(val) bfin_write16(DMA13_Y_COUNT, val) | ||
| 922 | #define bfin_read_DMA13_Y_MODIFY() bfin_read16(DMA13_Y_MODIFY) | ||
| 923 | #define bfin_write_DMA13_Y_MODIFY(val) bfin_write16(DMA13_Y_MODIFY, val) | ||
| 924 | #define bfin_read_DMA13_CURR_DESC_PTR() bfin_readPTR(DMA13_CURR_DESC_PTR) | ||
| 925 | #define bfin_write_DMA13_CURR_DESC_PTR(val) bfin_writePTR(DMA13_CURR_DESC_PTR, val) | ||
| 926 | #define bfin_read_DMA13_CURR_ADDR() bfin_readPTR(DMA13_CURR_ADDR) | ||
| 927 | #define bfin_write_DMA13_CURR_ADDR(val) bfin_writePTR(DMA13_CURR_ADDR, val) | ||
| 928 | #define bfin_read_DMA13_IRQ_STATUS() bfin_read16(DMA13_IRQ_STATUS) | ||
| 929 | #define bfin_write_DMA13_IRQ_STATUS(val) bfin_write16(DMA13_IRQ_STATUS, val) | ||
| 930 | #define bfin_read_DMA13_PERIPHERAL_MAP() bfin_read16(DMA13_PERIPHERAL_MAP) | ||
| 931 | #define bfin_write_DMA13_PERIPHERAL_MAP(val) bfin_write16(DMA13_PERIPHERAL_MAP, val) | ||
| 932 | #define bfin_read_DMA13_CURR_X_COUNT() bfin_read16(DMA13_CURR_X_COUNT) | ||
| 933 | #define bfin_write_DMA13_CURR_X_COUNT(val) bfin_write16(DMA13_CURR_X_COUNT, val) | ||
| 934 | #define bfin_read_DMA13_CURR_Y_COUNT() bfin_read16(DMA13_CURR_Y_COUNT) | ||
| 935 | #define bfin_write_DMA13_CURR_Y_COUNT(val) bfin_write16(DMA13_CURR_Y_COUNT, val) | ||
| 936 | #define bfin_read_DMA14_NEXT_DESC_PTR() bfin_readPTR(DMA14_NEXT_DESC_PTR) | ||
| 937 | #define bfin_write_DMA14_NEXT_DESC_PTR(val) bfin_writePTR(DMA14_NEXT_DESC_PTR, val) | ||
| 938 | #define bfin_read_DMA14_START_ADDR() bfin_readPTR(DMA14_START_ADDR) | ||
| 939 | #define bfin_write_DMA14_START_ADDR(val) bfin_writePTR(DMA14_START_ADDR, val) | ||
| 940 | #define bfin_read_DMA14_CONFIG() bfin_read16(DMA14_CONFIG) | ||
| 941 | #define bfin_write_DMA14_CONFIG(val) bfin_write16(DMA14_CONFIG, val) | ||
| 942 | #define bfin_read_DMA14_X_COUNT() bfin_read16(DMA14_X_COUNT) | ||
| 943 | #define bfin_write_DMA14_X_COUNT(val) bfin_write16(DMA14_X_COUNT, val) | ||
| 944 | #define bfin_read_DMA14_X_MODIFY() bfin_read16(DMA14_X_MODIFY) | ||
| 945 | #define bfin_write_DMA14_X_MODIFY(val) bfin_write16(DMA14_X_MODIFY, val) | ||
| 946 | #define bfin_read_DMA14_Y_COUNT() bfin_read16(DMA14_Y_COUNT) | ||
| 947 | #define bfin_write_DMA14_Y_COUNT(val) bfin_write16(DMA14_Y_COUNT, val) | ||
| 948 | #define bfin_read_DMA14_Y_MODIFY() bfin_read16(DMA14_Y_MODIFY) | ||
| 949 | #define bfin_write_DMA14_Y_MODIFY(val) bfin_write16(DMA14_Y_MODIFY, val) | ||
| 950 | #define bfin_read_DMA14_CURR_DESC_PTR() bfin_readPTR(DMA14_CURR_DESC_PTR) | ||
| 951 | #define bfin_write_DMA14_CURR_DESC_PTR(val) bfin_writePTR(DMA14_CURR_DESC_PTR, val) | ||
| 952 | #define bfin_read_DMA14_CURR_ADDR() bfin_readPTR(DMA14_CURR_ADDR) | ||
| 953 | #define bfin_write_DMA14_CURR_ADDR(val) bfin_writePTR(DMA14_CURR_ADDR, val) | ||
| 954 | #define bfin_read_DMA14_IRQ_STATUS() bfin_read16(DMA14_IRQ_STATUS) | ||
| 955 | #define bfin_write_DMA14_IRQ_STATUS(val) bfin_write16(DMA14_IRQ_STATUS, val) | ||
| 956 | #define bfin_read_DMA14_PERIPHERAL_MAP() bfin_read16(DMA14_PERIPHERAL_MAP) | ||
| 957 | #define bfin_write_DMA14_PERIPHERAL_MAP(val) bfin_write16(DMA14_PERIPHERAL_MAP, val) | ||
| 958 | #define bfin_read_DMA14_CURR_X_COUNT() bfin_read16(DMA14_CURR_X_COUNT) | ||
| 959 | #define bfin_write_DMA14_CURR_X_COUNT(val) bfin_write16(DMA14_CURR_X_COUNT, val) | ||
| 960 | #define bfin_read_DMA14_CURR_Y_COUNT() bfin_read16(DMA14_CURR_Y_COUNT) | ||
| 961 | #define bfin_write_DMA14_CURR_Y_COUNT(val) bfin_write16(DMA14_CURR_Y_COUNT, val) | ||
| 962 | #define bfin_read_DMA15_NEXT_DESC_PTR() bfin_readPTR(DMA15_NEXT_DESC_PTR) | ||
| 963 | #define bfin_write_DMA15_NEXT_DESC_PTR(val) bfin_writePTR(DMA15_NEXT_DESC_PTR, val) | ||
| 964 | #define bfin_read_DMA15_START_ADDR() bfin_readPTR(DMA15_START_ADDR) | ||
| 965 | #define bfin_write_DMA15_START_ADDR(val) bfin_writePTR(DMA15_START_ADDR, val) | ||
| 966 | #define bfin_read_DMA15_CONFIG() bfin_read16(DMA15_CONFIG) | ||
| 967 | #define bfin_write_DMA15_CONFIG(val) bfin_write16(DMA15_CONFIG, val) | ||
| 968 | #define bfin_read_DMA15_X_COUNT() bfin_read16(DMA15_X_COUNT) | ||
| 969 | #define bfin_write_DMA15_X_COUNT(val) bfin_write16(DMA15_X_COUNT, val) | ||
| 970 | #define bfin_read_DMA15_X_MODIFY() bfin_read16(DMA15_X_MODIFY) | ||
| 971 | #define bfin_write_DMA15_X_MODIFY(val) bfin_write16(DMA15_X_MODIFY, val) | ||
| 972 | #define bfin_read_DMA15_Y_COUNT() bfin_read16(DMA15_Y_COUNT) | ||
| 973 | #define bfin_write_DMA15_Y_COUNT(val) bfin_write16(DMA15_Y_COUNT, val) | ||
| 974 | #define bfin_read_DMA15_Y_MODIFY() bfin_read16(DMA15_Y_MODIFY) | ||
| 975 | #define bfin_write_DMA15_Y_MODIFY(val) bfin_write16(DMA15_Y_MODIFY, val) | ||
| 976 | #define bfin_read_DMA15_CURR_DESC_PTR() bfin_readPTR(DMA15_CURR_DESC_PTR) | ||
| 977 | #define bfin_write_DMA15_CURR_DESC_PTR(val) bfin_writePTR(DMA15_CURR_DESC_PTR, val) | ||
| 978 | #define bfin_read_DMA15_CURR_ADDR() bfin_readPTR(DMA15_CURR_ADDR) | ||
| 979 | #define bfin_write_DMA15_CURR_ADDR(val) bfin_writePTR(DMA15_CURR_ADDR, val) | ||
| 980 | #define bfin_read_DMA15_IRQ_STATUS() bfin_read16(DMA15_IRQ_STATUS) | ||
| 981 | #define bfin_write_DMA15_IRQ_STATUS(val) bfin_write16(DMA15_IRQ_STATUS, val) | ||
| 982 | #define bfin_read_DMA15_PERIPHERAL_MAP() bfin_read16(DMA15_PERIPHERAL_MAP) | ||
| 983 | #define bfin_write_DMA15_PERIPHERAL_MAP(val) bfin_write16(DMA15_PERIPHERAL_MAP, val) | ||
| 984 | #define bfin_read_DMA15_CURR_X_COUNT() bfin_read16(DMA15_CURR_X_COUNT) | ||
| 985 | #define bfin_write_DMA15_CURR_X_COUNT(val) bfin_write16(DMA15_CURR_X_COUNT, val) | ||
| 986 | #define bfin_read_DMA15_CURR_Y_COUNT() bfin_read16(DMA15_CURR_Y_COUNT) | ||
| 987 | #define bfin_write_DMA15_CURR_Y_COUNT(val) bfin_write16(DMA15_CURR_Y_COUNT, val) | ||
| 988 | #define bfin_read_DMA16_NEXT_DESC_PTR() bfin_readPTR(DMA16_NEXT_DESC_PTR) | ||
| 989 | #define bfin_write_DMA16_NEXT_DESC_PTR(val) bfin_writePTR(DMA16_NEXT_DESC_PTR, val) | ||
| 990 | #define bfin_read_DMA16_START_ADDR() bfin_readPTR(DMA16_START_ADDR) | ||
| 991 | #define bfin_write_DMA16_START_ADDR(val) bfin_writePTR(DMA16_START_ADDR, val) | ||
| 992 | #define bfin_read_DMA16_CONFIG() bfin_read16(DMA16_CONFIG) | ||
| 993 | #define bfin_write_DMA16_CONFIG(val) bfin_write16(DMA16_CONFIG, val) | ||
| 994 | #define bfin_read_DMA16_X_COUNT() bfin_read16(DMA16_X_COUNT) | ||
| 995 | #define bfin_write_DMA16_X_COUNT(val) bfin_write16(DMA16_X_COUNT, val) | ||
| 996 | #define bfin_read_DMA16_X_MODIFY() bfin_read16(DMA16_X_MODIFY) | ||
| 997 | #define bfin_write_DMA16_X_MODIFY(val) bfin_write16(DMA16_X_MODIFY, val) | ||
| 998 | #define bfin_read_DMA16_Y_COUNT() bfin_read16(DMA16_Y_COUNT) | ||
| 999 | #define bfin_write_DMA16_Y_COUNT(val) bfin_write16(DMA16_Y_COUNT, val) | ||
| 1000 | #define bfin_read_DMA16_Y_MODIFY() bfin_read16(DMA16_Y_MODIFY) | ||
| 1001 | #define bfin_write_DMA16_Y_MODIFY(val) bfin_write16(DMA16_Y_MODIFY, val) | ||
| 1002 | #define bfin_read_DMA16_CURR_DESC_PTR() bfin_readPTR(DMA16_CURR_DESC_PTR) | ||
| 1003 | #define bfin_write_DMA16_CURR_DESC_PTR(val) bfin_writePTR(DMA16_CURR_DESC_PTR, val) | ||
| 1004 | #define bfin_read_DMA16_CURR_ADDR() bfin_readPTR(DMA16_CURR_ADDR) | ||
| 1005 | #define bfin_write_DMA16_CURR_ADDR(val) bfin_writePTR(DMA16_CURR_ADDR, val) | ||
| 1006 | #define bfin_read_DMA16_IRQ_STATUS() bfin_read16(DMA16_IRQ_STATUS) | ||
| 1007 | #define bfin_write_DMA16_IRQ_STATUS(val) bfin_write16(DMA16_IRQ_STATUS, val) | ||
| 1008 | #define bfin_read_DMA16_PERIPHERAL_MAP() bfin_read16(DMA16_PERIPHERAL_MAP) | ||
| 1009 | #define bfin_write_DMA16_PERIPHERAL_MAP(val) bfin_write16(DMA16_PERIPHERAL_MAP, val) | ||
| 1010 | #define bfin_read_DMA16_CURR_X_COUNT() bfin_read16(DMA16_CURR_X_COUNT) | ||
| 1011 | #define bfin_write_DMA16_CURR_X_COUNT(val) bfin_write16(DMA16_CURR_X_COUNT, val) | ||
| 1012 | #define bfin_read_DMA16_CURR_Y_COUNT() bfin_read16(DMA16_CURR_Y_COUNT) | ||
| 1013 | #define bfin_write_DMA16_CURR_Y_COUNT(val) bfin_write16(DMA16_CURR_Y_COUNT, val) | ||
| 1014 | #define bfin_read_DMA17_NEXT_DESC_PTR() bfin_readPTR(DMA17_NEXT_DESC_PTR) | ||
| 1015 | #define bfin_write_DMA17_NEXT_DESC_PTR(val) bfin_writePTR(DMA17_NEXT_DESC_PTR, val) | ||
| 1016 | #define bfin_read_DMA17_START_ADDR() bfin_readPTR(DMA17_START_ADDR) | ||
| 1017 | #define bfin_write_DMA17_START_ADDR(val) bfin_writePTR(DMA17_START_ADDR, val) | ||
| 1018 | #define bfin_read_DMA17_CONFIG() bfin_read16(DMA17_CONFIG) | ||
| 1019 | #define bfin_write_DMA17_CONFIG(val) bfin_write16(DMA17_CONFIG, val) | ||
| 1020 | #define bfin_read_DMA17_X_COUNT() bfin_read16(DMA17_X_COUNT) | ||
| 1021 | #define bfin_write_DMA17_X_COUNT(val) bfin_write16(DMA17_X_COUNT, val) | ||
| 1022 | #define bfin_read_DMA17_X_MODIFY() bfin_read16(DMA17_X_MODIFY) | ||
| 1023 | #define bfin_write_DMA17_X_MODIFY(val) bfin_write16(DMA17_X_MODIFY, val) | ||
| 1024 | #define bfin_read_DMA17_Y_COUNT() bfin_read16(DMA17_Y_COUNT) | ||
| 1025 | #define bfin_write_DMA17_Y_COUNT(val) bfin_write16(DMA17_Y_COUNT, val) | ||
| 1026 | #define bfin_read_DMA17_Y_MODIFY() bfin_read16(DMA17_Y_MODIFY) | ||
| 1027 | #define bfin_write_DMA17_Y_MODIFY(val) bfin_write16(DMA17_Y_MODIFY, val) | ||
| 1028 | #define bfin_read_DMA17_CURR_DESC_PTR() bfin_readPTR(DMA17_CURR_DESC_PTR) | ||
| 1029 | #define bfin_write_DMA17_CURR_DESC_PTR(val) bfin_writePTR(DMA17_CURR_DESC_PTR, val) | ||
| 1030 | #define bfin_read_DMA17_CURR_ADDR() bfin_readPTR(DMA17_CURR_ADDR) | ||
| 1031 | #define bfin_write_DMA17_CURR_ADDR(val) bfin_writePTR(DMA17_CURR_ADDR, val) | ||
| 1032 | #define bfin_read_DMA17_IRQ_STATUS() bfin_read16(DMA17_IRQ_STATUS) | ||
| 1033 | #define bfin_write_DMA17_IRQ_STATUS(val) bfin_write16(DMA17_IRQ_STATUS, val) | ||
| 1034 | #define bfin_read_DMA17_PERIPHERAL_MAP() bfin_read16(DMA17_PERIPHERAL_MAP) | ||
| 1035 | #define bfin_write_DMA17_PERIPHERAL_MAP(val) bfin_write16(DMA17_PERIPHERAL_MAP, val) | ||
| 1036 | #define bfin_read_DMA17_CURR_X_COUNT() bfin_read16(DMA17_CURR_X_COUNT) | ||
| 1037 | #define bfin_write_DMA17_CURR_X_COUNT(val) bfin_write16(DMA17_CURR_X_COUNT, val) | ||
| 1038 | #define bfin_read_DMA17_CURR_Y_COUNT() bfin_read16(DMA17_CURR_Y_COUNT) | ||
| 1039 | #define bfin_write_DMA17_CURR_Y_COUNT(val) bfin_write16(DMA17_CURR_Y_COUNT, val) | ||
| 1040 | #define bfin_read_DMA18_NEXT_DESC_PTR() bfin_readPTR(DMA18_NEXT_DESC_PTR) | ||
| 1041 | #define bfin_write_DMA18_NEXT_DESC_PTR(val) bfin_writePTR(DMA18_NEXT_DESC_PTR, val) | ||
| 1042 | #define bfin_read_DMA18_START_ADDR() bfin_readPTR(DMA18_START_ADDR) | ||
| 1043 | #define bfin_write_DMA18_START_ADDR(val) bfin_writePTR(DMA18_START_ADDR, val) | ||
| 1044 | #define bfin_read_DMA18_CONFIG() bfin_read16(DMA18_CONFIG) | ||
| 1045 | #define bfin_write_DMA18_CONFIG(val) bfin_write16(DMA18_CONFIG, val) | ||
| 1046 | #define bfin_read_DMA18_X_COUNT() bfin_read16(DMA18_X_COUNT) | ||
| 1047 | #define bfin_write_DMA18_X_COUNT(val) bfin_write16(DMA18_X_COUNT, val) | ||
| 1048 | #define bfin_read_DMA18_X_MODIFY() bfin_read16(DMA18_X_MODIFY) | ||
| 1049 | #define bfin_write_DMA18_X_MODIFY(val) bfin_write16(DMA18_X_MODIFY, val) | ||
| 1050 | #define bfin_read_DMA18_Y_COUNT() bfin_read16(DMA18_Y_COUNT) | ||
| 1051 | #define bfin_write_DMA18_Y_COUNT(val) bfin_write16(DMA18_Y_COUNT, val) | ||
| 1052 | #define bfin_read_DMA18_Y_MODIFY() bfin_read16(DMA18_Y_MODIFY) | ||
| 1053 | #define bfin_write_DMA18_Y_MODIFY(val) bfin_write16(DMA18_Y_MODIFY, val) | ||
| 1054 | #define bfin_read_DMA18_CURR_DESC_PTR() bfin_readPTR(DMA18_CURR_DESC_PTR) | ||
| 1055 | #define bfin_write_DMA18_CURR_DESC_PTR(val) bfin_writePTR(DMA18_CURR_DESC_PTR, val) | ||
| 1056 | #define bfin_read_DMA18_CURR_ADDR() bfin_readPTR(DMA18_CURR_ADDR) | ||
| 1057 | #define bfin_write_DMA18_CURR_ADDR(val) bfin_writePTR(DMA18_CURR_ADDR, val) | ||
| 1058 | #define bfin_read_DMA18_IRQ_STATUS() bfin_read16(DMA18_IRQ_STATUS) | ||
| 1059 | #define bfin_write_DMA18_IRQ_STATUS(val) bfin_write16(DMA18_IRQ_STATUS, val) | ||
| 1060 | #define bfin_read_DMA18_PERIPHERAL_MAP() bfin_read16(DMA18_PERIPHERAL_MAP) | ||
| 1061 | #define bfin_write_DMA18_PERIPHERAL_MAP(val) bfin_write16(DMA18_PERIPHERAL_MAP, val) | ||
| 1062 | #define bfin_read_DMA18_CURR_X_COUNT() bfin_read16(DMA18_CURR_X_COUNT) | ||
| 1063 | #define bfin_write_DMA18_CURR_X_COUNT(val) bfin_write16(DMA18_CURR_X_COUNT, val) | ||
| 1064 | #define bfin_read_DMA18_CURR_Y_COUNT() bfin_read16(DMA18_CURR_Y_COUNT) | ||
| 1065 | #define bfin_write_DMA18_CURR_Y_COUNT(val) bfin_write16(DMA18_CURR_Y_COUNT, val) | ||
| 1066 | #define bfin_read_DMA19_NEXT_DESC_PTR() bfin_readPTR(DMA19_NEXT_DESC_PTR) | ||
| 1067 | #define bfin_write_DMA19_NEXT_DESC_PTR(val) bfin_writePTR(DMA19_NEXT_DESC_PTR, val) | ||
| 1068 | #define bfin_read_DMA19_START_ADDR() bfin_readPTR(DMA19_START_ADDR) | ||
| 1069 | #define bfin_write_DMA19_START_ADDR(val) bfin_writePTR(DMA19_START_ADDR, val) | ||
| 1070 | #define bfin_read_DMA19_CONFIG() bfin_read16(DMA19_CONFIG) | ||
| 1071 | #define bfin_write_DMA19_CONFIG(val) bfin_write16(DMA19_CONFIG, val) | ||
| 1072 | #define bfin_read_DMA19_X_COUNT() bfin_read16(DMA19_X_COUNT) | ||
| 1073 | #define bfin_write_DMA19_X_COUNT(val) bfin_write16(DMA19_X_COUNT, val) | ||
| 1074 | #define bfin_read_DMA19_X_MODIFY() bfin_read16(DMA19_X_MODIFY) | ||
| 1075 | #define bfin_write_DMA19_X_MODIFY(val) bfin_write16(DMA19_X_MODIFY, val) | ||
| 1076 | #define bfin_read_DMA19_Y_COUNT() bfin_read16(DMA19_Y_COUNT) | ||
| 1077 | #define bfin_write_DMA19_Y_COUNT(val) bfin_write16(DMA19_Y_COUNT, val) | ||
| 1078 | #define bfin_read_DMA19_Y_MODIFY() bfin_read16(DMA19_Y_MODIFY) | ||
| 1079 | #define bfin_write_DMA19_Y_MODIFY(val) bfin_write16(DMA19_Y_MODIFY, val) | ||
| 1080 | #define bfin_read_DMA19_CURR_DESC_PTR() bfin_readPTR(DMA19_CURR_DESC_PTR) | ||
| 1081 | #define bfin_write_DMA19_CURR_DESC_PTR(val) bfin_writePTR(DMA19_CURR_DESC_PTR, val) | ||
| 1082 | #define bfin_read_DMA19_CURR_ADDR() bfin_readPTR(DMA19_CURR_ADDR) | ||
| 1083 | #define bfin_write_DMA19_CURR_ADDR(val) bfin_writePTR(DMA19_CURR_ADDR, val) | ||
| 1084 | #define bfin_read_DMA19_IRQ_STATUS() bfin_read16(DMA19_IRQ_STATUS) | ||
| 1085 | #define bfin_write_DMA19_IRQ_STATUS(val) bfin_write16(DMA19_IRQ_STATUS, val) | ||
| 1086 | #define bfin_read_DMA19_PERIPHERAL_MAP() bfin_read16(DMA19_PERIPHERAL_MAP) | ||
| 1087 | #define bfin_write_DMA19_PERIPHERAL_MAP(val) bfin_write16(DMA19_PERIPHERAL_MAP, val) | ||
| 1088 | #define bfin_read_DMA19_CURR_X_COUNT() bfin_read16(DMA19_CURR_X_COUNT) | ||
| 1089 | #define bfin_write_DMA19_CURR_X_COUNT(val) bfin_write16(DMA19_CURR_X_COUNT, val) | ||
| 1090 | #define bfin_read_DMA19_CURR_Y_COUNT() bfin_read16(DMA19_CURR_Y_COUNT) | ||
| 1091 | #define bfin_write_DMA19_CURR_Y_COUNT(val) bfin_write16(DMA19_CURR_Y_COUNT, val) | ||
| 1092 | #define bfin_read_MDMA0_D0_NEXT_DESC_PTR() bfin_readPTR(MDMA0_D0_NEXT_DESC_PTR) | ||
| 1093 | #define bfin_write_MDMA0_D0_NEXT_DESC_PTR(val) bfin_writePTR(MDMA0_D0_NEXT_DESC_PTR, val) | ||
| 1094 | #define bfin_read_MDMA0_D0_START_ADDR() bfin_readPTR(MDMA0_D0_START_ADDR) | ||
| 1095 | #define bfin_write_MDMA0_D0_START_ADDR(val) bfin_writePTR(MDMA0_D0_START_ADDR, val) | ||
| 1096 | #define bfin_read_MDMA0_D0_CONFIG() bfin_read16(MDMA0_D0_CONFIG) | ||
| 1097 | #define bfin_write_MDMA0_D0_CONFIG(val) bfin_write16(MDMA0_D0_CONFIG, val) | ||
| 1098 | #define bfin_read_MDMA0_D0_X_COUNT() bfin_read16(MDMA0_D0_X_COUNT) | ||
| 1099 | #define bfin_write_MDMA0_D0_X_COUNT(val) bfin_write16(MDMA0_D0_X_COUNT, val) | ||
| 1100 | #define bfin_read_MDMA0_D0_X_MODIFY() bfin_read16(MDMA0_D0_X_MODIFY) | ||
| 1101 | #define bfin_write_MDMA0_D0_X_MODIFY(val) bfin_write16(MDMA0_D0_X_MODIFY, val) | ||
| 1102 | #define bfin_read_MDMA0_D0_Y_COUNT() bfin_read16(MDMA0_D0_Y_COUNT) | ||
| 1103 | #define bfin_write_MDMA0_D0_Y_COUNT(val) bfin_write16(MDMA0_D0_Y_COUNT, val) | ||
| 1104 | #define bfin_read_MDMA0_D0_Y_MODIFY() bfin_read16(MDMA0_D0_Y_MODIFY) | ||
| 1105 | #define bfin_write_MDMA0_D0_Y_MODIFY(val) bfin_write16(MDMA0_D0_Y_MODIFY, val) | ||
| 1106 | #define bfin_read_MDMA0_D0_CURR_DESC_PTR() bfin_readPTR(MDMA0_D0_CURR_DESC_PTR) | ||
| 1107 | #define bfin_write_MDMA0_D0_CURR_DESC_PTR(val) bfin_writePTR(MDMA0_D0_CURR_DESC_PTR, val) | ||
| 1108 | #define bfin_read_MDMA0_D0_CURR_ADDR() bfin_readPTR(MDMA0_D0_CURR_ADDR) | ||
| 1109 | #define bfin_write_MDMA0_D0_CURR_ADDR(val) bfin_writePTR(MDMA0_D0_CURR_ADDR, val) | ||
| 1110 | #define bfin_read_MDMA0_D0_IRQ_STATUS() bfin_read16(MDMA0_D0_IRQ_STATUS) | ||
| 1111 | #define bfin_write_MDMA0_D0_IRQ_STATUS(val) bfin_write16(MDMA0_D0_IRQ_STATUS, val) | ||
| 1112 | #define bfin_read_MDMA0_D0_PERIPHERAL_MAP() bfin_read16(MDMA0_D0_PERIPHERAL_MAP) | ||
| 1113 | #define bfin_write_MDMA0_D0_PERIPHERAL_MAP(val) bfin_write16(MDMA0_D0_PERIPHERAL_MAP, val) | ||
| 1114 | #define bfin_read_MDMA0_D0_CURR_X_COUNT() bfin_read16(MDMA0_D0_CURR_X_COUNT) | ||
| 1115 | #define bfin_write_MDMA0_D0_CURR_X_COUNT(val) bfin_write16(MDMA0_D0_CURR_X_COUNT, val) | ||
| 1116 | #define bfin_read_MDMA0_D0_CURR_Y_COUNT() bfin_read16(MDMA0_D0_CURR_Y_COUNT) | ||
| 1117 | #define bfin_write_MDMA0_D0_CURR_Y_COUNT(val) bfin_write16(MDMA0_D0_CURR_Y_COUNT, val) | ||
| 1118 | #define bfin_read_MDMA0_S0_NEXT_DESC_PTR() bfin_readPTR(MDMA0_S0_NEXT_DESC_PTR) | ||
| 1119 | #define bfin_write_MDMA0_S0_NEXT_DESC_PTR(val) bfin_writePTR(MDMA0_S0_NEXT_DESC_PTR, val) | ||
| 1120 | #define bfin_read_MDMA0_S0_START_ADDR() bfin_readPTR(MDMA0_S0_START_ADDR) | ||
| 1121 | #define bfin_write_MDMA0_S0_START_ADDR(val) bfin_writePTR(MDMA0_S0_START_ADDR, val) | ||
| 1122 | #define bfin_read_MDMA0_S0_CONFIG() bfin_read16(MDMA0_S0_CONFIG) | ||
| 1123 | #define bfin_write_MDMA0_S0_CONFIG(val) bfin_write16(MDMA0_S0_CONFIG, val) | ||
| 1124 | #define bfin_read_MDMA0_S0_X_COUNT() bfin_read16(MDMA0_S0_X_COUNT) | ||
| 1125 | #define bfin_write_MDMA0_S0_X_COUNT(val) bfin_write16(MDMA0_S0_X_COUNT, val) | ||
| 1126 | #define bfin_read_MDMA0_S0_X_MODIFY() bfin_read16(MDMA0_S0_X_MODIFY) | ||
| 1127 | #define bfin_write_MDMA0_S0_X_MODIFY(val) bfin_write16(MDMA0_S0_X_MODIFY, val) | ||
| 1128 | #define bfin_read_MDMA0_S0_Y_COUNT() bfin_read16(MDMA0_S0_Y_COUNT) | ||
| 1129 | #define bfin_write_MDMA0_S0_Y_COUNT(val) bfin_write16(MDMA0_S0_Y_COUNT, val) | ||
| 1130 | #define bfin_read_MDMA0_S0_Y_MODIFY() bfin_read16(MDMA0_S0_Y_MODIFY) | ||
| 1131 | #define bfin_write_MDMA0_S0_Y_MODIFY(val) bfin_write16(MDMA0_S0_Y_MODIFY, val) | ||
| 1132 | #define bfin_read_MDMA0_S0_CURR_DESC_PTR() bfin_readPTR(MDMA0_S0_CURR_DESC_PTR) | ||
| 1133 | #define bfin_write_MDMA0_S0_CURR_DESC_PTR(val) bfin_writePTR(MDMA0_S0_CURR_DESC_PTR, val) | ||
| 1134 | #define bfin_read_MDMA0_S0_CURR_ADDR() bfin_readPTR(MDMA0_S0_CURR_ADDR) | ||
| 1135 | #define bfin_write_MDMA0_S0_CURR_ADDR(val) bfin_writePTR(MDMA0_S0_CURR_ADDR, val) | ||
| 1136 | #define bfin_read_MDMA0_S0_IRQ_STATUS() bfin_read16(MDMA0_S0_IRQ_STATUS) | ||
| 1137 | #define bfin_write_MDMA0_S0_IRQ_STATUS(val) bfin_write16(MDMA0_S0_IRQ_STATUS, val) | ||
| 1138 | #define bfin_read_MDMA0_S0_PERIPHERAL_MAP() bfin_read16(MDMA0_S0_PERIPHERAL_MAP) | ||
| 1139 | #define bfin_write_MDMA0_S0_PERIPHERAL_MAP(val) bfin_write16(MDMA0_S0_PERIPHERAL_MAP, val) | ||
| 1140 | #define bfin_read_MDMA0_S0_CURR_X_COUNT() bfin_read16(MDMA0_S0_CURR_X_COUNT) | ||
| 1141 | #define bfin_write_MDMA0_S0_CURR_X_COUNT(val) bfin_write16(MDMA0_S0_CURR_X_COUNT, val) | ||
| 1142 | #define bfin_read_MDMA0_S0_CURR_Y_COUNT() bfin_read16(MDMA0_S0_CURR_Y_COUNT) | ||
| 1143 | #define bfin_write_MDMA0_S0_CURR_Y_COUNT(val) bfin_write16(MDMA0_S0_CURR_Y_COUNT, val) | ||
| 1144 | #define bfin_read_MDMA0_D1_NEXT_DESC_PTR() bfin_readPTR(MDMA0_D1_NEXT_DESC_PTR) | ||
| 1145 | #define bfin_write_MDMA0_D1_NEXT_DESC_PTR(val) bfin_writePTR(MDMA0_D1_NEXT_DESC_PTR, val) | ||
| 1146 | #define bfin_read_MDMA0_D1_START_ADDR() bfin_readPTR(MDMA0_D1_START_ADDR) | ||
| 1147 | #define bfin_write_MDMA0_D1_START_ADDR(val) bfin_writePTR(MDMA0_D1_START_ADDR, val) | ||
| 1148 | #define bfin_read_MDMA0_D1_CONFIG() bfin_read16(MDMA0_D1_CONFIG) | ||
| 1149 | #define bfin_write_MDMA0_D1_CONFIG(val) bfin_write16(MDMA0_D1_CONFIG, val) | ||
| 1150 | #define bfin_read_MDMA0_D1_X_COUNT() bfin_read16(MDMA0_D1_X_COUNT) | ||
| 1151 | #define bfin_write_MDMA0_D1_X_COUNT(val) bfin_write16(MDMA0_D1_X_COUNT, val) | ||
| 1152 | #define bfin_read_MDMA0_D1_X_MODIFY() bfin_read16(MDMA0_D1_X_MODIFY) | ||
| 1153 | #define bfin_write_MDMA0_D1_X_MODIFY(val) bfin_write16(MDMA0_D1_X_MODIFY, val) | ||
| 1154 | #define bfin_read_MDMA0_D1_Y_COUNT() bfin_read16(MDMA0_D1_Y_COUNT) | ||
| 1155 | #define bfin_write_MDMA0_D1_Y_COUNT(val) bfin_write16(MDMA0_D1_Y_COUNT, val) | ||
| 1156 | #define bfin_read_MDMA0_D1_Y_MODIFY() bfin_read16(MDMA0_D1_Y_MODIFY) | ||
| 1157 | #define bfin_write_MDMA0_D1_Y_MODIFY(val) bfin_write16(MDMA0_D1_Y_MODIFY, val) | ||
| 1158 | #define bfin_read_MDMA0_D1_CURR_DESC_PTR() bfin_readPTR(MDMA0_D1_CURR_DESC_PTR) | ||
| 1159 | #define bfin_write_MDMA0_D1_CURR_DESC_PTR(val) bfin_writePTR(MDMA0_D1_CURR_DESC_PTR, val) | ||
| 1160 | #define bfin_read_MDMA0_D1_CURR_ADDR() bfin_readPTR(MDMA0_D1_CURR_ADDR) | ||
| 1161 | #define bfin_write_MDMA0_D1_CURR_ADDR(val) bfin_writePTR(MDMA0_D1_CURR_ADDR, val) | ||
| 1162 | #define bfin_read_MDMA0_D1_IRQ_STATUS() bfin_read16(MDMA0_D1_IRQ_STATUS) | ||
| 1163 | #define bfin_write_MDMA0_D1_IRQ_STATUS(val) bfin_write16(MDMA0_D1_IRQ_STATUS, val) | ||
| 1164 | #define bfin_read_MDMA0_D1_PERIPHERAL_MAP() bfin_read16(MDMA0_D1_PERIPHERAL_MAP) | ||
| 1165 | #define bfin_write_MDMA0_D1_PERIPHERAL_MAP(val) bfin_write16(MDMA0_D1_PERIPHERAL_MAP, val) | ||
| 1166 | #define bfin_read_MDMA0_D1_CURR_X_COUNT() bfin_read16(MDMA0_D1_CURR_X_COUNT) | ||
| 1167 | #define bfin_write_MDMA0_D1_CURR_X_COUNT(val) bfin_write16(MDMA0_D1_CURR_X_COUNT, val) | ||
| 1168 | #define bfin_read_MDMA0_D1_CURR_Y_COUNT() bfin_read16(MDMA0_D1_CURR_Y_COUNT) | ||
| 1169 | #define bfin_write_MDMA0_D1_CURR_Y_COUNT(val) bfin_write16(MDMA0_D1_CURR_Y_COUNT, val) | ||
| 1170 | #define bfin_read_MDMA0_S1_NEXT_DESC_PTR() bfin_readPTR(MDMA0_S1_NEXT_DESC_PTR) | ||
| 1171 | #define bfin_write_MDMA0_S1_NEXT_DESC_PTR(val) bfin_writePTR(MDMA0_S1_NEXT_DESC_PTR, val) | ||
| 1172 | #define bfin_read_MDMA0_S1_START_ADDR() bfin_readPTR(MDMA0_S1_START_ADDR) | ||
| 1173 | #define bfin_write_MDMA0_S1_START_ADDR(val) bfin_writePTR(MDMA0_S1_START_ADDR, val) | ||
| 1174 | #define bfin_read_MDMA0_S1_CONFIG() bfin_read16(MDMA0_S1_CONFIG) | ||
| 1175 | #define bfin_write_MDMA0_S1_CONFIG(val) bfin_write16(MDMA0_S1_CONFIG, val) | ||
| 1176 | #define bfin_read_MDMA0_S1_X_COUNT() bfin_read16(MDMA0_S1_X_COUNT) | ||
| 1177 | #define bfin_write_MDMA0_S1_X_COUNT(val) bfin_write16(MDMA0_S1_X_COUNT, val) | ||
| 1178 | #define bfin_read_MDMA0_S1_X_MODIFY() bfin_read16(MDMA0_S1_X_MODIFY) | ||
| 1179 | #define bfin_write_MDMA0_S1_X_MODIFY(val) bfin_write16(MDMA0_S1_X_MODIFY, val) | ||
| 1180 | #define bfin_read_MDMA0_S1_Y_COUNT() bfin_read16(MDMA0_S1_Y_COUNT) | ||
| 1181 | #define bfin_write_MDMA0_S1_Y_COUNT(val) bfin_write16(MDMA0_S1_Y_COUNT, val) | ||
| 1182 | #define bfin_read_MDMA0_S1_Y_MODIFY() bfin_read16(MDMA0_S1_Y_MODIFY) | ||
| 1183 | #define bfin_write_MDMA0_S1_Y_MODIFY(val) bfin_write16(MDMA0_S1_Y_MODIFY, val) | ||
| 1184 | #define bfin_read_MDMA0_S1_CURR_DESC_PTR() bfin_readPTR(MDMA0_S1_CURR_DESC_PTR) | ||
| 1185 | #define bfin_write_MDMA0_S1_CURR_DESC_PTR(val) bfin_writePTR(MDMA0_S1_CURR_DESC_PTR, val) | ||
| 1186 | #define bfin_read_MDMA0_S1_CURR_ADDR() bfin_readPTR(MDMA0_S1_CURR_ADDR) | ||
| 1187 | #define bfin_write_MDMA0_S1_CURR_ADDR(val) bfin_writePTR(MDMA0_S1_CURR_ADDR, val) | ||
| 1188 | #define bfin_read_MDMA0_S1_IRQ_STATUS() bfin_read16(MDMA0_S1_IRQ_STATUS) | ||
| 1189 | #define bfin_write_MDMA0_S1_IRQ_STATUS(val) bfin_write16(MDMA0_S1_IRQ_STATUS, val) | ||
| 1190 | #define bfin_read_MDMA0_S1_PERIPHERAL_MAP() bfin_read16(MDMA0_S1_PERIPHERAL_MAP) | ||
| 1191 | #define bfin_write_MDMA0_S1_PERIPHERAL_MAP(val) bfin_write16(MDMA0_S1_PERIPHERAL_MAP, val) | ||
| 1192 | #define bfin_read_MDMA0_S1_CURR_X_COUNT() bfin_read16(MDMA0_S1_CURR_X_COUNT) | ||
| 1193 | #define bfin_write_MDMA0_S1_CURR_X_COUNT(val) bfin_write16(MDMA0_S1_CURR_X_COUNT, val) | ||
| 1194 | #define bfin_read_MDMA0_S1_CURR_Y_COUNT() bfin_read16(MDMA0_S1_CURR_Y_COUNT) | ||
| 1195 | #define bfin_write_MDMA0_S1_CURR_Y_COUNT(val) bfin_write16(MDMA0_S1_CURR_Y_COUNT, val) | ||
| 1196 | #define bfin_read_MDMA1_D0_NEXT_DESC_PTR() bfin_readPTR(MDMA1_D0_NEXT_DESC_PTR) | ||
| 1197 | #define bfin_write_MDMA1_D0_NEXT_DESC_PTR(val) bfin_writePTR(MDMA1_D0_NEXT_DESC_PTR, val) | ||
| 1198 | #define bfin_read_MDMA1_D0_START_ADDR() bfin_readPTR(MDMA1_D0_START_ADDR) | ||
| 1199 | #define bfin_write_MDMA1_D0_START_ADDR(val) bfin_writePTR(MDMA1_D0_START_ADDR, val) | ||
| 1200 | #define bfin_read_MDMA1_D0_CONFIG() bfin_read16(MDMA1_D0_CONFIG) | ||
| 1201 | #define bfin_write_MDMA1_D0_CONFIG(val) bfin_write16(MDMA1_D0_CONFIG, val) | ||
| 1202 | #define bfin_read_MDMA1_D0_X_COUNT() bfin_read16(MDMA1_D0_X_COUNT) | ||
| 1203 | #define bfin_write_MDMA1_D0_X_COUNT(val) bfin_write16(MDMA1_D0_X_COUNT, val) | ||
| 1204 | #define bfin_read_MDMA1_D0_X_MODIFY() bfin_read16(MDMA1_D0_X_MODIFY) | ||
| 1205 | #define bfin_write_MDMA1_D0_X_MODIFY(val) bfin_write16(MDMA1_D0_X_MODIFY, val) | ||
| 1206 | #define bfin_read_MDMA1_D0_Y_COUNT() bfin_read16(MDMA1_D0_Y_COUNT) | ||
| 1207 | #define bfin_write_MDMA1_D0_Y_COUNT(val) bfin_write16(MDMA1_D0_Y_COUNT, val) | ||
| 1208 | #define bfin_read_MDMA1_D0_Y_MODIFY() bfin_read16(MDMA1_D0_Y_MODIFY) | ||
| 1209 | #define bfin_write_MDMA1_D0_Y_MODIFY(val) bfin_write16(MDMA1_D0_Y_MODIFY, val) | ||
| 1210 | #define bfin_read_MDMA1_D0_CURR_DESC_PTR() bfin_readPTR(MDMA1_D0_CURR_DESC_PTR) | ||
| 1211 | #define bfin_write_MDMA1_D0_CURR_DESC_PTR(val) bfin_writePTR(MDMA1_D0_CURR_DESC_PTR, val) | ||
| 1212 | #define bfin_read_MDMA1_D0_CURR_ADDR() bfin_readPTR(MDMA1_D0_CURR_ADDR) | ||
| 1213 | #define bfin_write_MDMA1_D0_CURR_ADDR(val) bfin_writePTR(MDMA1_D0_CURR_ADDR, val) | ||
| 1214 | #define bfin_read_MDMA1_D0_IRQ_STATUS() bfin_read16(MDMA1_D0_IRQ_STATUS) | ||
| 1215 | #define bfin_write_MDMA1_D0_IRQ_STATUS(val) bfin_write16(MDMA1_D0_IRQ_STATUS, val) | ||
| 1216 | #define bfin_read_MDMA1_D0_PERIPHERAL_MAP() bfin_read16(MDMA1_D0_PERIPHERAL_MAP) | ||
| 1217 | #define bfin_write_MDMA1_D0_PERIPHERAL_MAP(val) bfin_write16(MDMA1_D0_PERIPHERAL_MAP, val) | ||
| 1218 | #define bfin_read_MDMA1_D0_CURR_X_COUNT() bfin_read16(MDMA1_D0_CURR_X_COUNT) | ||
| 1219 | #define bfin_write_MDMA1_D0_CURR_X_COUNT(val) bfin_write16(MDMA1_D0_CURR_X_COUNT, val) | ||
| 1220 | #define bfin_read_MDMA1_D0_CURR_Y_COUNT() bfin_read16(MDMA1_D0_CURR_Y_COUNT) | ||
| 1221 | #define bfin_write_MDMA1_D0_CURR_Y_COUNT(val) bfin_write16(MDMA1_D0_CURR_Y_COUNT, val) | ||
| 1222 | #define bfin_read_MDMA1_S0_NEXT_DESC_PTR() bfin_readPTR(MDMA1_S0_NEXT_DESC_PTR) | ||
| 1223 | #define bfin_write_MDMA1_S0_NEXT_DESC_PTR(val) bfin_writePTR(MDMA1_S0_NEXT_DESC_PTR, val) | ||
| 1224 | #define bfin_read_MDMA1_S0_START_ADDR() bfin_readPTR(MDMA1_S0_START_ADDR) | ||
| 1225 | #define bfin_write_MDMA1_S0_START_ADDR(val) bfin_writePTR(MDMA1_S0_START_ADDR, val) | ||
| 1226 | #define bfin_read_MDMA1_S0_CONFIG() bfin_read16(MDMA1_S0_CONFIG) | ||
| 1227 | #define bfin_write_MDMA1_S0_CONFIG(val) bfin_write16(MDMA1_S0_CONFIG, val) | ||
| 1228 | #define bfin_read_MDMA1_S0_X_COUNT() bfin_read16(MDMA1_S0_X_COUNT) | ||
| 1229 | #define bfin_write_MDMA1_S0_X_COUNT(val) bfin_write16(MDMA1_S0_X_COUNT, val) | ||
| 1230 | #define bfin_read_MDMA1_S0_X_MODIFY() bfin_read16(MDMA1_S0_X_MODIFY) | ||
| 1231 | #define bfin_write_MDMA1_S0_X_MODIFY(val) bfin_write16(MDMA1_S0_X_MODIFY, val) | ||
| 1232 | #define bfin_read_MDMA1_S0_Y_COUNT() bfin_read16(MDMA1_S0_Y_COUNT) | ||
| 1233 | #define bfin_write_MDMA1_S0_Y_COUNT(val) bfin_write16(MDMA1_S0_Y_COUNT, val) | ||
| 1234 | #define bfin_read_MDMA1_S0_Y_MODIFY() bfin_read16(MDMA1_S0_Y_MODIFY) | ||
| 1235 | #define bfin_write_MDMA1_S0_Y_MODIFY(val) bfin_write16(MDMA1_S0_Y_MODIFY, val) | ||
| 1236 | #define bfin_read_MDMA1_S0_CURR_DESC_PTR() bfin_readPTR(MDMA1_S0_CURR_DESC_PTR) | ||
| 1237 | #define bfin_write_MDMA1_S0_CURR_DESC_PTR(val) bfin_writePTR(MDMA1_S0_CURR_DESC_PTR, val) | ||
| 1238 | #define bfin_read_MDMA1_S0_CURR_ADDR() bfin_readPTR(MDMA1_S0_CURR_ADDR) | ||
| 1239 | #define bfin_write_MDMA1_S0_CURR_ADDR(val) bfin_writePTR(MDMA1_S0_CURR_ADDR, val) | ||
| 1240 | #define bfin_read_MDMA1_S0_IRQ_STATUS() bfin_read16(MDMA1_S0_IRQ_STATUS) | ||
| 1241 | #define bfin_write_MDMA1_S0_IRQ_STATUS(val) bfin_write16(MDMA1_S0_IRQ_STATUS, val) | ||
| 1242 | #define bfin_read_MDMA1_S0_PERIPHERAL_MAP() bfin_read16(MDMA1_S0_PERIPHERAL_MAP) | ||
| 1243 | #define bfin_write_MDMA1_S0_PERIPHERAL_MAP(val) bfin_write16(MDMA1_S0_PERIPHERAL_MAP, val) | ||
| 1244 | #define bfin_read_MDMA1_S0_CURR_X_COUNT() bfin_read16(MDMA1_S0_CURR_X_COUNT) | ||
| 1245 | #define bfin_write_MDMA1_S0_CURR_X_COUNT(val) bfin_write16(MDMA1_S0_CURR_X_COUNT, val) | ||
| 1246 | #define bfin_read_MDMA1_S0_CURR_Y_COUNT() bfin_read16(MDMA1_S0_CURR_Y_COUNT) | ||
| 1247 | #define bfin_write_MDMA1_S0_CURR_Y_COUNT(val) bfin_write16(MDMA1_S0_CURR_Y_COUNT, val) | ||
| 1248 | #define bfin_read_MDMA1_D1_NEXT_DESC_PTR() bfin_readPTR(MDMA1_D1_NEXT_DESC_PTR) | ||
| 1249 | #define bfin_write_MDMA1_D1_NEXT_DESC_PTR(val) bfin_writePTR(MDMA1_D1_NEXT_DESC_PTR, val) | ||
| 1250 | #define bfin_read_MDMA1_D1_START_ADDR() bfin_readPTR(MDMA1_D1_START_ADDR) | ||
| 1251 | #define bfin_write_MDMA1_D1_START_ADDR(val) bfin_writePTR(MDMA1_D1_START_ADDR, val) | ||
| 1252 | #define bfin_read_MDMA1_D1_CONFIG() bfin_read16(MDMA1_D1_CONFIG) | ||
| 1253 | #define bfin_write_MDMA1_D1_CONFIG(val) bfin_write16(MDMA1_D1_CONFIG, val) | ||
| 1254 | #define bfin_read_MDMA1_D1_X_COUNT() bfin_read16(MDMA1_D1_X_COUNT) | ||
| 1255 | #define bfin_write_MDMA1_D1_X_COUNT(val) bfin_write16(MDMA1_D1_X_COUNT, val) | ||
| 1256 | #define bfin_read_MDMA1_D1_X_MODIFY() bfin_read16(MDMA1_D1_X_MODIFY) | ||
| 1257 | #define bfin_write_MDMA1_D1_X_MODIFY(val) bfin_write16(MDMA1_D1_X_MODIFY, val) | ||
| 1258 | #define bfin_read_MDMA1_D1_Y_COUNT() bfin_read16(MDMA1_D1_Y_COUNT) | ||
| 1259 | #define bfin_write_MDMA1_D1_Y_COUNT(val) bfin_write16(MDMA1_D1_Y_COUNT, val) | ||
| 1260 | #define bfin_read_MDMA1_D1_Y_MODIFY() bfin_read16(MDMA1_D1_Y_MODIFY) | ||
| 1261 | #define bfin_write_MDMA1_D1_Y_MODIFY(val) bfin_write16(MDMA1_D1_Y_MODIFY, val) | ||
| 1262 | #define bfin_read_MDMA1_D1_CURR_DESC_PTR() bfin_readPTR(MDMA1_D1_CURR_DESC_PTR) | ||
| 1263 | #define bfin_write_MDMA1_D1_CURR_DESC_PTR(val) bfin_writePTR(MDMA1_D1_CURR_DESC_PTR, val) | ||
| 1264 | #define bfin_read_MDMA1_D1_CURR_ADDR() bfin_readPTR(MDMA1_D1_CURR_ADDR) | ||
| 1265 | #define bfin_write_MDMA1_D1_CURR_ADDR(val) bfin_writePTR(MDMA1_D1_CURR_ADDR, val) | ||
| 1266 | #define bfin_read_MDMA1_D1_IRQ_STATUS() bfin_read16(MDMA1_D1_IRQ_STATUS) | ||
| 1267 | #define bfin_write_MDMA1_D1_IRQ_STATUS(val) bfin_write16(MDMA1_D1_IRQ_STATUS, val) | ||
| 1268 | #define bfin_read_MDMA1_D1_PERIPHERAL_MAP() bfin_read16(MDMA1_D1_PERIPHERAL_MAP) | ||
| 1269 | #define bfin_write_MDMA1_D1_PERIPHERAL_MAP(val) bfin_write16(MDMA1_D1_PERIPHERAL_MAP, val) | ||
| 1270 | #define bfin_read_MDMA1_D1_CURR_X_COUNT() bfin_read16(MDMA1_D1_CURR_X_COUNT) | ||
| 1271 | #define bfin_write_MDMA1_D1_CURR_X_COUNT(val) bfin_write16(MDMA1_D1_CURR_X_COUNT, val) | ||
| 1272 | #define bfin_read_MDMA1_D1_CURR_Y_COUNT() bfin_read16(MDMA1_D1_CURR_Y_COUNT) | ||
| 1273 | #define bfin_write_MDMA1_D1_CURR_Y_COUNT(val) bfin_write16(MDMA1_D1_CURR_Y_COUNT, val) | ||
| 1274 | #define bfin_read_MDMA1_S1_NEXT_DESC_PTR() bfin_readPTR(MDMA1_S1_NEXT_DESC_PTR) | ||
| 1275 | #define bfin_write_MDMA1_S1_NEXT_DESC_PTR(val) bfin_writePTR(MDMA1_S1_NEXT_DESC_PTR, val) | ||
| 1276 | #define bfin_read_MDMA1_S1_START_ADDR() bfin_readPTR(MDMA1_S1_START_ADDR) | ||
| 1277 | #define bfin_write_MDMA1_S1_START_ADDR(val) bfin_writePTR(MDMA1_S1_START_ADDR, val) | ||
| 1278 | #define bfin_read_MDMA1_S1_CONFIG() bfin_read16(MDMA1_S1_CONFIG) | ||
| 1279 | #define bfin_write_MDMA1_S1_CONFIG(val) bfin_write16(MDMA1_S1_CONFIG, val) | ||
| 1280 | #define bfin_read_MDMA1_S1_X_COUNT() bfin_read16(MDMA1_S1_X_COUNT) | ||
| 1281 | #define bfin_write_MDMA1_S1_X_COUNT(val) bfin_write16(MDMA1_S1_X_COUNT, val) | ||
| 1282 | #define bfin_read_MDMA1_S1_X_MODIFY() bfin_read16(MDMA1_S1_X_MODIFY) | ||
| 1283 | #define bfin_write_MDMA1_S1_X_MODIFY(val) bfin_write16(MDMA1_S1_X_MODIFY, val) | ||
| 1284 | #define bfin_read_MDMA1_S1_Y_COUNT() bfin_read16(MDMA1_S1_Y_COUNT) | ||
| 1285 | #define bfin_write_MDMA1_S1_Y_COUNT(val) bfin_write16(MDMA1_S1_Y_COUNT, val) | ||
| 1286 | #define bfin_read_MDMA1_S1_Y_MODIFY() bfin_read16(MDMA1_S1_Y_MODIFY) | ||
| 1287 | #define bfin_write_MDMA1_S1_Y_MODIFY(val) bfin_write16(MDMA1_S1_Y_MODIFY, val) | ||
| 1288 | #define bfin_read_MDMA1_S1_CURR_DESC_PTR() bfin_readPTR(MDMA1_S1_CURR_DESC_PTR) | ||
| 1289 | #define bfin_write_MDMA1_S1_CURR_DESC_PTR(val) bfin_writePTR(MDMA1_S1_CURR_DESC_PTR, val) | ||
| 1290 | #define bfin_read_MDMA1_S1_CURR_ADDR() bfin_readPTR(MDMA1_S1_CURR_ADDR) | ||
| 1291 | #define bfin_write_MDMA1_S1_CURR_ADDR(val) bfin_writePTR(MDMA1_S1_CURR_ADDR, val) | ||
| 1292 | #define bfin_read_MDMA1_S1_IRQ_STATUS() bfin_read16(MDMA1_S1_IRQ_STATUS) | ||
| 1293 | #define bfin_write_MDMA1_S1_IRQ_STATUS(val) bfin_write16(MDMA1_S1_IRQ_STATUS, val) | ||
| 1294 | #define bfin_read_MDMA1_S1_PERIPHERAL_MAP() bfin_read16(MDMA1_S1_PERIPHERAL_MAP) | ||
| 1295 | #define bfin_write_MDMA1_S1_PERIPHERAL_MAP(val) bfin_write16(MDMA1_S1_PERIPHERAL_MAP, val) | ||
| 1296 | #define bfin_read_MDMA1_S1_CURR_X_COUNT() bfin_read16(MDMA1_S1_CURR_X_COUNT) | ||
| 1297 | #define bfin_write_MDMA1_S1_CURR_X_COUNT(val) bfin_write16(MDMA1_S1_CURR_X_COUNT, val) | ||
| 1298 | #define bfin_read_MDMA1_S1_CURR_Y_COUNT() bfin_read16(MDMA1_S1_CURR_Y_COUNT) | ||
| 1299 | #define bfin_write_MDMA1_S1_CURR_Y_COUNT(val) bfin_write16(MDMA1_S1_CURR_Y_COUNT, val) | ||
| 1300 | #define bfin_read_PPI_CONTROL() bfin_read16(PPI_CONTROL) | ||
| 1301 | #define bfin_write_PPI_CONTROL(val) bfin_write16(PPI_CONTROL, val) | ||
| 1302 | #define bfin_read_PPI_STATUS() bfin_read16(PPI_STATUS) | ||
| 1303 | #define bfin_write_PPI_STATUS(val) bfin_write16(PPI_STATUS, val) | ||
| 1304 | #define bfin_read_PPI_DELAY() bfin_read16(PPI_DELAY) | ||
| 1305 | #define bfin_write_PPI_DELAY(val) bfin_write16(PPI_DELAY, val) | ||
| 1306 | #define bfin_read_PPI_COUNT() bfin_read16(PPI_COUNT) | ||
| 1307 | #define bfin_write_PPI_COUNT(val) bfin_write16(PPI_COUNT, val) | ||
| 1308 | #define bfin_read_PPI_FRAME() bfin_read16(PPI_FRAME) | ||
| 1309 | #define bfin_write_PPI_FRAME(val) bfin_write16(PPI_FRAME, val) | ||
| 1310 | #define bfin_read_TWI0_CLKDIV() bfin_read16(TWI0_CLKDIV) | ||
| 1311 | #define bfin_write_TWI0_CLKDIV(val) bfin_write16(TWI0_CLKDIV, val) | ||
| 1312 | #define bfin_read_TWI0_CONTROL() bfin_read16(TWI0_CONTROL) | ||
| 1313 | #define bfin_write_TWI0_CONTROL(val) bfin_write16(TWI0_CONTROL, val) | ||
| 1314 | #define bfin_read_TWI0_SLAVE_CTRL() bfin_read16(TWI0_SLAVE_CTRL) | ||
| 1315 | #define bfin_write_TWI0_SLAVE_CTRL(val) bfin_write16(TWI0_SLAVE_CTRL, val) | ||
| 1316 | #define bfin_read_TWI0_SLAVE_STAT() bfin_read16(TWI0_SLAVE_STAT) | ||
| 1317 | #define bfin_write_TWI0_SLAVE_STAT(val) bfin_write16(TWI0_SLAVE_STAT, val) | ||
| 1318 | #define bfin_read_TWI0_SLAVE_ADDR() bfin_read16(TWI0_SLAVE_ADDR) | ||
| 1319 | #define bfin_write_TWI0_SLAVE_ADDR(val) bfin_write16(TWI0_SLAVE_ADDR, val) | ||
| 1320 | #define bfin_read_TWI0_MASTER_CTL() bfin_read16(TWI0_MASTER_CTL) | ||
| 1321 | #define bfin_write_TWI0_MASTER_CTL(val) bfin_write16(TWI0_MASTER_CTL, val) | ||
| 1322 | #define bfin_read_TWI0_MASTER_STAT() bfin_read16(TWI0_MASTER_STAT) | ||
| 1323 | #define bfin_write_TWI0_MASTER_STAT(val) bfin_write16(TWI0_MASTER_STAT, val) | ||
| 1324 | #define bfin_read_TWI0_MASTER_ADDR() bfin_read16(TWI0_MASTER_ADDR) | ||
| 1325 | #define bfin_write_TWI0_MASTER_ADDR(val) bfin_write16(TWI0_MASTER_ADDR, val) | ||
| 1326 | #define bfin_read_TWI0_INT_STAT() bfin_read16(TWI0_INT_STAT) | ||
| 1327 | #define bfin_write_TWI0_INT_STAT(val) bfin_write16(TWI0_INT_STAT, val) | ||
| 1328 | #define bfin_read_TWI0_INT_MASK() bfin_read16(TWI0_INT_MASK) | ||
| 1329 | #define bfin_write_TWI0_INT_MASK(val) bfin_write16(TWI0_INT_MASK, val) | ||
| 1330 | #define bfin_read_TWI0_FIFO_CTL() bfin_read16(TWI0_FIFO_CTL) | ||
| 1331 | #define bfin_write_TWI0_FIFO_CTL(val) bfin_write16(TWI0_FIFO_CTL, val) | ||
| 1332 | #define bfin_read_TWI0_FIFO_STAT() bfin_read16(TWI0_FIFO_STAT) | ||
| 1333 | #define bfin_write_TWI0_FIFO_STAT(val) bfin_write16(TWI0_FIFO_STAT, val) | ||
| 1334 | #define bfin_read_TWI0_XMT_DATA8() bfin_read16(TWI0_XMT_DATA8) | ||
| 1335 | #define bfin_write_TWI0_XMT_DATA8(val) bfin_write16(TWI0_XMT_DATA8, val) | ||
| 1336 | #define bfin_read_TWI0_XMT_DATA16() bfin_read16(TWI0_XMT_DATA16) | ||
| 1337 | #define bfin_write_TWI0_XMT_DATA16(val) bfin_write16(TWI0_XMT_DATA16, val) | ||
| 1338 | #define bfin_read_TWI0_RCV_DATA8() bfin_read16(TWI0_RCV_DATA8) | ||
| 1339 | #define bfin_write_TWI0_RCV_DATA8(val) bfin_write16(TWI0_RCV_DATA8, val) | ||
| 1340 | #define bfin_read_TWI0_RCV_DATA16() bfin_read16(TWI0_RCV_DATA16) | ||
| 1341 | #define bfin_write_TWI0_RCV_DATA16(val) bfin_write16(TWI0_RCV_DATA16, val) | ||
| 1342 | #define bfin_read_TWI1_CLKDIV() bfin_read16(TWI1_CLKDIV) | ||
| 1343 | #define bfin_write_TWI1_CLKDIV(val) bfin_write16(TWI1_CLKDIV, val) | ||
| 1344 | #define bfin_read_TWI1_CONTROL() bfin_read16(TWI1_CONTROL) | ||
| 1345 | #define bfin_write_TWI1_CONTROL(val) bfin_write16(TWI1_CONTROL, val) | ||
| 1346 | #define bfin_read_TWI1_SLAVE_CTRL() bfin_read16(TWI1_SLAVE_CTRL) | ||
| 1347 | #define bfin_write_TWI1_SLAVE_CTRL(val) bfin_write16(TWI1_SLAVE_CTRL, val) | ||
| 1348 | #define bfin_read_TWI1_SLAVE_STAT() bfin_read16(TWI1_SLAVE_STAT) | ||
| 1349 | #define bfin_write_TWI1_SLAVE_STAT(val) bfin_write16(TWI1_SLAVE_STAT, val) | ||
| 1350 | #define bfin_read_TWI1_SLAVE_ADDR() bfin_read16(TWI1_SLAVE_ADDR) | ||
| 1351 | #define bfin_write_TWI1_SLAVE_ADDR(val) bfin_write16(TWI1_SLAVE_ADDR, val) | ||
| 1352 | #define bfin_read_TWI1_MASTER_CTL() bfin_read16(TWI1_MASTER_CTL) | ||
| 1353 | #define bfin_write_TWI1_MASTER_CTL(val) bfin_write16(TWI1_MASTER_CTL, val) | ||
| 1354 | #define bfin_read_TWI1_MASTER_STAT() bfin_read16(TWI1_MASTER_STAT) | ||
| 1355 | #define bfin_write_TWI1_MASTER_STAT(val) bfin_write16(TWI1_MASTER_STAT, val) | ||
| 1356 | #define bfin_read_TWI1_MASTER_ADDR() bfin_read16(TWI1_MASTER_ADDR) | ||
| 1357 | #define bfin_write_TWI1_MASTER_ADDR(val) bfin_write16(TWI1_MASTER_ADDR, val) | ||
| 1358 | #define bfin_read_TWI1_INT_STAT() bfin_read16(TWI1_INT_STAT) | ||
| 1359 | #define bfin_write_TWI1_INT_STAT(val) bfin_write16(TWI1_INT_STAT, val) | ||
| 1360 | #define bfin_read_TWI1_INT_MASK() bfin_read16(TWI1_INT_MASK) | ||
| 1361 | #define bfin_write_TWI1_INT_MASK(val) bfin_write16(TWI1_INT_MASK, val) | ||
| 1362 | #define bfin_read_TWI1_FIFO_CTL() bfin_read16(TWI1_FIFO_CTL) | ||
| 1363 | #define bfin_write_TWI1_FIFO_CTL(val) bfin_write16(TWI1_FIFO_CTL, val) | ||
| 1364 | #define bfin_read_TWI1_FIFO_STAT() bfin_read16(TWI1_FIFO_STAT) | ||
| 1365 | #define bfin_write_TWI1_FIFO_STAT(val) bfin_write16(TWI1_FIFO_STAT, val) | ||
| 1366 | #define bfin_read_TWI1_XMT_DATA8() bfin_read16(TWI1_XMT_DATA8) | ||
| 1367 | #define bfin_write_TWI1_XMT_DATA8(val) bfin_write16(TWI1_XMT_DATA8, val) | ||
| 1368 | #define bfin_read_TWI1_XMT_DATA16() bfin_read16(TWI1_XMT_DATA16) | ||
| 1369 | #define bfin_write_TWI1_XMT_DATA16(val) bfin_write16(TWI1_XMT_DATA16, val) | ||
| 1370 | #define bfin_read_TWI1_RCV_DATA8() bfin_read16(TWI1_RCV_DATA8) | ||
| 1371 | #define bfin_write_TWI1_RCV_DATA8(val) bfin_write16(TWI1_RCV_DATA8, val) | ||
| 1372 | #define bfin_read_TWI1_RCV_DATA16() bfin_read16(TWI1_RCV_DATA16) | ||
| 1373 | #define bfin_write_TWI1_RCV_DATA16(val) bfin_write16(TWI1_RCV_DATA16, val) | ||
| 1374 | #define bfin_read_CAN_MC1() bfin_read16(CAN_MC1) | ||
| 1375 | #define bfin_write_CAN_MC1(val) bfin_write16(CAN_MC1, val) | ||
| 1376 | #define bfin_read_CAN_MD1() bfin_read16(CAN_MD1) | ||
| 1377 | #define bfin_write_CAN_MD1(val) bfin_write16(CAN_MD1, val) | ||
| 1378 | #define bfin_read_CAN_TRS1() bfin_read16(CAN_TRS1) | ||
| 1379 | #define bfin_write_CAN_TRS1(val) bfin_write16(CAN_TRS1, val) | ||
| 1380 | #define bfin_read_CAN_TRR1() bfin_read16(CAN_TRR1) | ||
| 1381 | #define bfin_write_CAN_TRR1(val) bfin_write16(CAN_TRR1, val) | ||
| 1382 | #define bfin_read_CAN_TA1() bfin_read16(CAN_TA1) | ||
| 1383 | #define bfin_write_CAN_TA1(val) bfin_write16(CAN_TA1, val) | ||
| 1384 | #define bfin_read_CAN_AA1() bfin_read16(CAN_AA1) | ||
| 1385 | #define bfin_write_CAN_AA1(val) bfin_write16(CAN_AA1, val) | ||
| 1386 | #define bfin_read_CAN_RMP1() bfin_read16(CAN_RMP1) | ||
| 1387 | #define bfin_write_CAN_RMP1(val) bfin_write16(CAN_RMP1, val) | ||
| 1388 | #define bfin_read_CAN_RML1() bfin_read16(CAN_RML1) | ||
| 1389 | #define bfin_write_CAN_RML1(val) bfin_write16(CAN_RML1, val) | ||
| 1390 | #define bfin_read_CAN_MBTIF1() bfin_read16(CAN_MBTIF1) | ||
| 1391 | #define bfin_write_CAN_MBTIF1(val) bfin_write16(CAN_MBTIF1, val) | ||
| 1392 | #define bfin_read_CAN_MBRIF1() bfin_read16(CAN_MBRIF1) | ||
| 1393 | #define bfin_write_CAN_MBRIF1(val) bfin_write16(CAN_MBRIF1, val) | ||
| 1394 | #define bfin_read_CAN_MBIM1() bfin_read16(CAN_MBIM1) | ||
| 1395 | #define bfin_write_CAN_MBIM1(val) bfin_write16(CAN_MBIM1, val) | ||
| 1396 | #define bfin_read_CAN_RFH1() bfin_read16(CAN_RFH1) | ||
| 1397 | #define bfin_write_CAN_RFH1(val) bfin_write16(CAN_RFH1, val) | ||
| 1398 | #define bfin_read_CAN_OPSS1() bfin_read16(CAN_OPSS1) | ||
| 1399 | #define bfin_write_CAN_OPSS1(val) bfin_write16(CAN_OPSS1, val) | ||
| 1400 | #define bfin_read_CAN_MC2() bfin_read16(CAN_MC2) | ||
| 1401 | #define bfin_write_CAN_MC2(val) bfin_write16(CAN_MC2, val) | ||
| 1402 | #define bfin_read_CAN_MD2() bfin_read16(CAN_MD2) | ||
| 1403 | #define bfin_write_CAN_MD2(val) bfin_write16(CAN_MD2, val) | ||
| 1404 | #define bfin_read_CAN_TRS2() bfin_read16(CAN_TRS2) | ||
| 1405 | #define bfin_write_CAN_TRS2(val) bfin_write16(CAN_TRS2, val) | ||
| 1406 | #define bfin_read_CAN_TRR2() bfin_read16(CAN_TRR2) | ||
| 1407 | #define bfin_write_CAN_TRR2(val) bfin_write16(CAN_TRR2, val) | ||
| 1408 | #define bfin_read_CAN_TA2() bfin_read16(CAN_TA2) | ||
| 1409 | #define bfin_write_CAN_TA2(val) bfin_write16(CAN_TA2, val) | ||
| 1410 | #define bfin_read_CAN_AA2() bfin_read16(CAN_AA2) | ||
| 1411 | #define bfin_write_CAN_AA2(val) bfin_write16(CAN_AA2, val) | ||
| 1412 | #define bfin_read_CAN_RMP2() bfin_read16(CAN_RMP2) | ||
| 1413 | #define bfin_write_CAN_RMP2(val) bfin_write16(CAN_RMP2, val) | ||
| 1414 | #define bfin_read_CAN_RML2() bfin_read16(CAN_RML2) | ||
| 1415 | #define bfin_write_CAN_RML2(val) bfin_write16(CAN_RML2, val) | ||
| 1416 | #define bfin_read_CAN_MBTIF2() bfin_read16(CAN_MBTIF2) | ||
| 1417 | #define bfin_write_CAN_MBTIF2(val) bfin_write16(CAN_MBTIF2, val) | ||
| 1418 | #define bfin_read_CAN_MBRIF2() bfin_read16(CAN_MBRIF2) | ||
| 1419 | #define bfin_write_CAN_MBRIF2(val) bfin_write16(CAN_MBRIF2, val) | ||
| 1420 | #define bfin_read_CAN_MBIM2() bfin_read16(CAN_MBIM2) | ||
| 1421 | #define bfin_write_CAN_MBIM2(val) bfin_write16(CAN_MBIM2, val) | ||
| 1422 | #define bfin_read_CAN_RFH2() bfin_read16(CAN_RFH2) | ||
| 1423 | #define bfin_write_CAN_RFH2(val) bfin_write16(CAN_RFH2, val) | ||
| 1424 | #define bfin_read_CAN_OPSS2() bfin_read16(CAN_OPSS2) | ||
| 1425 | #define bfin_write_CAN_OPSS2(val) bfin_write16(CAN_OPSS2, val) | ||
| 1426 | #define bfin_read_CAN_CLOCK() bfin_read16(CAN_CLOCK) | ||
| 1427 | #define bfin_write_CAN_CLOCK(val) bfin_write16(CAN_CLOCK, val) | ||
| 1428 | #define bfin_read_CAN_TIMING() bfin_read16(CAN_TIMING) | ||
| 1429 | #define bfin_write_CAN_TIMING(val) bfin_write16(CAN_TIMING, val) | ||
| 1430 | #define bfin_read_CAN_DEBUG() bfin_read16(CAN_DEBUG) | ||
| 1431 | #define bfin_write_CAN_DEBUG(val) bfin_write16(CAN_DEBUG, val) | ||
| 1432 | #define bfin_read_CAN_STATUS() bfin_read16(CAN_STATUS) | ||
| 1433 | #define bfin_write_CAN_STATUS(val) bfin_write16(CAN_STATUS, val) | ||
| 1434 | #define bfin_read_CAN_CEC() bfin_read16(CAN_CEC) | ||
| 1435 | #define bfin_write_CAN_CEC(val) bfin_write16(CAN_CEC, val) | ||
| 1436 | #define bfin_read_CAN_GIS() bfin_read16(CAN_GIS) | ||
| 1437 | #define bfin_write_CAN_GIS(val) bfin_write16(CAN_GIS, val) | ||
| 1438 | #define bfin_read_CAN_GIM() bfin_read16(CAN_GIM) | ||
| 1439 | #define bfin_write_CAN_GIM(val) bfin_write16(CAN_GIM, val) | ||
| 1440 | #define bfin_read_CAN_GIF() bfin_read16(CAN_GIF) | ||
| 1441 | #define bfin_write_CAN_GIF(val) bfin_write16(CAN_GIF, val) | ||
| 1442 | #define bfin_read_CAN_CONTROL() bfin_read16(CAN_CONTROL) | ||
| 1443 | #define bfin_write_CAN_CONTROL(val) bfin_write16(CAN_CONTROL, val) | ||
| 1444 | #define bfin_read_CAN_INTR() bfin_read16(CAN_INTR) | ||
| 1445 | #define bfin_write_CAN_INTR(val) bfin_write16(CAN_INTR, val) | ||
| 1446 | #define bfin_read_CAN_VERSION() bfin_read16(CAN_VERSION) | ||
| 1447 | #define bfin_write_CAN_VERSION(val) bfin_write16(CAN_VERSION, val) | ||
| 1448 | #define bfin_read_CAN_MBTD() bfin_read16(CAN_MBTD) | ||
| 1449 | #define bfin_write_CAN_MBTD(val) bfin_write16(CAN_MBTD, val) | ||
| 1450 | #define bfin_read_CAN_EWR() bfin_read16(CAN_EWR) | ||
| 1451 | #define bfin_write_CAN_EWR(val) bfin_write16(CAN_EWR, val) | ||
| 1452 | #define bfin_read_CAN_ESR() bfin_read16(CAN_ESR) | ||
| 1453 | #define bfin_write_CAN_ESR(val) bfin_write16(CAN_ESR, val) | ||
| 1454 | #define bfin_read_CAN_UCREG() bfin_read16(CAN_UCREG) | ||
| 1455 | #define bfin_write_CAN_UCREG(val) bfin_write16(CAN_UCREG, val) | ||
| 1456 | #define bfin_read_CAN_UCCNT() bfin_read16(CAN_UCCNT) | ||
| 1457 | #define bfin_write_CAN_UCCNT(val) bfin_write16(CAN_UCCNT, val) | ||
| 1458 | #define bfin_read_CAN_UCRC() bfin_read16(CAN_UCRC) | ||
| 1459 | #define bfin_write_CAN_UCRC(val) bfin_write16(CAN_UCRC, val) | ||
| 1460 | #define bfin_read_CAN_UCCNF() bfin_read16(CAN_UCCNF) | ||
| 1461 | #define bfin_write_CAN_UCCNF(val) bfin_write16(CAN_UCCNF, val) | ||
| 1462 | #define bfin_read_CAN_VERSION2() bfin_read16(CAN_VERSION2) | ||
| 1463 | #define bfin_write_CAN_VERSION2(val) bfin_write16(CAN_VERSION2, val) | ||
| 1464 | #define bfin_read_CAN_AM00L() bfin_read16(CAN_AM00L) | ||
| 1465 | #define bfin_write_CAN_AM00L(val) bfin_write16(CAN_AM00L, val) | ||
| 1466 | #define bfin_read_CAN_AM00H() bfin_read16(CAN_AM00H) | ||
| 1467 | #define bfin_write_CAN_AM00H(val) bfin_write16(CAN_AM00H, val) | ||
| 1468 | #define bfin_read_CAN_AM01L() bfin_read16(CAN_AM01L) | ||
| 1469 | #define bfin_write_CAN_AM01L(val) bfin_write16(CAN_AM01L, val) | ||
| 1470 | #define bfin_read_CAN_AM01H() bfin_read16(CAN_AM01H) | ||
| 1471 | #define bfin_write_CAN_AM01H(val) bfin_write16(CAN_AM01H, val) | ||
| 1472 | #define bfin_read_CAN_AM02L() bfin_read16(CAN_AM02L) | ||
| 1473 | #define bfin_write_CAN_AM02L(val) bfin_write16(CAN_AM02L, val) | ||
| 1474 | #define bfin_read_CAN_AM02H() bfin_read16(CAN_AM02H) | ||
| 1475 | #define bfin_write_CAN_AM02H(val) bfin_write16(CAN_AM02H, val) | ||
| 1476 | #define bfin_read_CAN_AM03L() bfin_read16(CAN_AM03L) | ||
| 1477 | #define bfin_write_CAN_AM03L(val) bfin_write16(CAN_AM03L, val) | ||
| 1478 | #define bfin_read_CAN_AM03H() bfin_read16(CAN_AM03H) | ||
| 1479 | #define bfin_write_CAN_AM03H(val) bfin_write16(CAN_AM03H, val) | ||
| 1480 | #define bfin_read_CAN_AM04L() bfin_read16(CAN_AM04L) | ||
| 1481 | #define bfin_write_CAN_AM04L(val) bfin_write16(CAN_AM04L, val) | ||
| 1482 | #define bfin_read_CAN_AM04H() bfin_read16(CAN_AM04H) | ||
| 1483 | #define bfin_write_CAN_AM04H(val) bfin_write16(CAN_AM04H, val) | ||
| 1484 | #define bfin_read_CAN_AM05L() bfin_read16(CAN_AM05L) | ||
| 1485 | #define bfin_write_CAN_AM05L(val) bfin_write16(CAN_AM05L, val) | ||
| 1486 | #define bfin_read_CAN_AM05H() bfin_read16(CAN_AM05H) | ||
| 1487 | #define bfin_write_CAN_AM05H(val) bfin_write16(CAN_AM05H, val) | ||
| 1488 | #define bfin_read_CAN_AM06L() bfin_read16(CAN_AM06L) | ||
| 1489 | #define bfin_write_CAN_AM06L(val) bfin_write16(CAN_AM06L, val) | ||
| 1490 | #define bfin_read_CAN_AM06H() bfin_read16(CAN_AM06H) | ||
| 1491 | #define bfin_write_CAN_AM06H(val) bfin_write16(CAN_AM06H, val) | ||
| 1492 | #define bfin_read_CAN_AM07L() bfin_read16(CAN_AM07L) | ||
| 1493 | #define bfin_write_CAN_AM07L(val) bfin_write16(CAN_AM07L, val) | ||
| 1494 | #define bfin_read_CAN_AM07H() bfin_read16(CAN_AM07H) | ||
| 1495 | #define bfin_write_CAN_AM07H(val) bfin_write16(CAN_AM07H, val) | ||
| 1496 | #define bfin_read_CAN_AM08L() bfin_read16(CAN_AM08L) | ||
| 1497 | #define bfin_write_CAN_AM08L(val) bfin_write16(CAN_AM08L, val) | ||
| 1498 | #define bfin_read_CAN_AM08H() bfin_read16(CAN_AM08H) | ||
| 1499 | #define bfin_write_CAN_AM08H(val) bfin_write16(CAN_AM08H, val) | ||
| 1500 | #define bfin_read_CAN_AM09L() bfin_read16(CAN_AM09L) | ||
| 1501 | #define bfin_write_CAN_AM09L(val) bfin_write16(CAN_AM09L, val) | ||
| 1502 | #define bfin_read_CAN_AM09H() bfin_read16(CAN_AM09H) | ||
| 1503 | #define bfin_write_CAN_AM09H(val) bfin_write16(CAN_AM09H, val) | ||
| 1504 | #define bfin_read_CAN_AM10L() bfin_read16(CAN_AM10L) | ||
| 1505 | #define bfin_write_CAN_AM10L(val) bfin_write16(CAN_AM10L, val) | ||
| 1506 | #define bfin_read_CAN_AM10H() bfin_read16(CAN_AM10H) | ||
| 1507 | #define bfin_write_CAN_AM10H(val) bfin_write16(CAN_AM10H, val) | ||
| 1508 | #define bfin_read_CAN_AM11L() bfin_read16(CAN_AM11L) | ||
| 1509 | #define bfin_write_CAN_AM11L(val) bfin_write16(CAN_AM11L, val) | ||
| 1510 | #define bfin_read_CAN_AM11H() bfin_read16(CAN_AM11H) | ||
| 1511 | #define bfin_write_CAN_AM11H(val) bfin_write16(CAN_AM11H, val) | ||
| 1512 | #define bfin_read_CAN_AM12L() bfin_read16(CAN_AM12L) | ||
| 1513 | #define bfin_write_CAN_AM12L(val) bfin_write16(CAN_AM12L, val) | ||
| 1514 | #define bfin_read_CAN_AM12H() bfin_read16(CAN_AM12H) | ||
| 1515 | #define bfin_write_CAN_AM12H(val) bfin_write16(CAN_AM12H, val) | ||
| 1516 | #define bfin_read_CAN_AM13L() bfin_read16(CAN_AM13L) | ||
| 1517 | #define bfin_write_CAN_AM13L(val) bfin_write16(CAN_AM13L, val) | ||
| 1518 | #define bfin_read_CAN_AM13H() bfin_read16(CAN_AM13H) | ||
| 1519 | #define bfin_write_CAN_AM13H(val) bfin_write16(CAN_AM13H, val) | ||
| 1520 | #define bfin_read_CAN_AM14L() bfin_read16(CAN_AM14L) | ||
| 1521 | #define bfin_write_CAN_AM14L(val) bfin_write16(CAN_AM14L, val) | ||
| 1522 | #define bfin_read_CAN_AM14H() bfin_read16(CAN_AM14H) | ||
| 1523 | #define bfin_write_CAN_AM14H(val) bfin_write16(CAN_AM14H, val) | ||
| 1524 | #define bfin_read_CAN_AM15L() bfin_read16(CAN_AM15L) | ||
| 1525 | #define bfin_write_CAN_AM15L(val) bfin_write16(CAN_AM15L, val) | ||
| 1526 | #define bfin_read_CAN_AM15H() bfin_read16(CAN_AM15H) | ||
| 1527 | #define bfin_write_CAN_AM15H(val) bfin_write16(CAN_AM15H, val) | ||
| 1528 | #define bfin_read_CAN_AM16L() bfin_read16(CAN_AM16L) | ||
| 1529 | #define bfin_write_CAN_AM16L(val) bfin_write16(CAN_AM16L, val) | ||
| 1530 | #define bfin_read_CAN_AM16H() bfin_read16(CAN_AM16H) | ||
| 1531 | #define bfin_write_CAN_AM16H(val) bfin_write16(CAN_AM16H, val) | ||
| 1532 | #define bfin_read_CAN_AM17L() bfin_read16(CAN_AM17L) | ||
| 1533 | #define bfin_write_CAN_AM17L(val) bfin_write16(CAN_AM17L, val) | ||
| 1534 | #define bfin_read_CAN_AM17H() bfin_read16(CAN_AM17H) | ||
| 1535 | #define bfin_write_CAN_AM17H(val) bfin_write16(CAN_AM17H, val) | ||
| 1536 | #define bfin_read_CAN_AM18L() bfin_read16(CAN_AM18L) | ||
| 1537 | #define bfin_write_CAN_AM18L(val) bfin_write16(CAN_AM18L, val) | ||
| 1538 | #define bfin_read_CAN_AM18H() bfin_read16(CAN_AM18H) | ||
| 1539 | #define bfin_write_CAN_AM18H(val) bfin_write16(CAN_AM18H, val) | ||
| 1540 | #define bfin_read_CAN_AM19L() bfin_read16(CAN_AM19L) | ||
| 1541 | #define bfin_write_CAN_AM19L(val) bfin_write16(CAN_AM19L, val) | ||
| 1542 | #define bfin_read_CAN_AM19H() bfin_read16(CAN_AM19H) | ||
| 1543 | #define bfin_write_CAN_AM19H(val) bfin_write16(CAN_AM19H, val) | ||
| 1544 | #define bfin_read_CAN_AM20L() bfin_read16(CAN_AM20L) | ||
| 1545 | #define bfin_write_CAN_AM20L(val) bfin_write16(CAN_AM20L, val) | ||
| 1546 | #define bfin_read_CAN_AM20H() bfin_read16(CAN_AM20H) | ||
| 1547 | #define bfin_write_CAN_AM20H(val) bfin_write16(CAN_AM20H, val) | ||
| 1548 | #define bfin_read_CAN_AM21L() bfin_read16(CAN_AM21L) | ||
| 1549 | #define bfin_write_CAN_AM21L(val) bfin_write16(CAN_AM21L, val) | ||
| 1550 | #define bfin_read_CAN_AM21H() bfin_read16(CAN_AM21H) | ||
| 1551 | #define bfin_write_CAN_AM21H(val) bfin_write16(CAN_AM21H, val) | ||
| 1552 | #define bfin_read_CAN_AM22L() bfin_read16(CAN_AM22L) | ||
| 1553 | #define bfin_write_CAN_AM22L(val) bfin_write16(CAN_AM22L, val) | ||
| 1554 | #define bfin_read_CAN_AM22H() bfin_read16(CAN_AM22H) | ||
| 1555 | #define bfin_write_CAN_AM22H(val) bfin_write16(CAN_AM22H, val) | ||
| 1556 | #define bfin_read_CAN_AM23L() bfin_read16(CAN_AM23L) | ||
| 1557 | #define bfin_write_CAN_AM23L(val) bfin_write16(CAN_AM23L, val) | ||
| 1558 | #define bfin_read_CAN_AM23H() bfin_read16(CAN_AM23H) | ||
| 1559 | #define bfin_write_CAN_AM23H(val) bfin_write16(CAN_AM23H, val) | ||
| 1560 | #define bfin_read_CAN_AM24L() bfin_read16(CAN_AM24L) | ||
| 1561 | #define bfin_write_CAN_AM24L(val) bfin_write16(CAN_AM24L, val) | ||
| 1562 | #define bfin_read_CAN_AM24H() bfin_read16(CAN_AM24H) | ||
| 1563 | #define bfin_write_CAN_AM24H(val) bfin_write16(CAN_AM24H, val) | ||
| 1564 | #define bfin_read_CAN_AM25L() bfin_read16(CAN_AM25L) | ||
| 1565 | #define bfin_write_CAN_AM25L(val) bfin_write16(CAN_AM25L, val) | ||
| 1566 | #define bfin_read_CAN_AM25H() bfin_read16(CAN_AM25H) | ||
| 1567 | #define bfin_write_CAN_AM25H(val) bfin_write16(CAN_AM25H, val) | ||
| 1568 | #define bfin_read_CAN_AM26L() bfin_read16(CAN_AM26L) | ||
| 1569 | #define bfin_write_CAN_AM26L(val) bfin_write16(CAN_AM26L, val) | ||
| 1570 | #define bfin_read_CAN_AM26H() bfin_read16(CAN_AM26H) | ||
| 1571 | #define bfin_write_CAN_AM26H(val) bfin_write16(CAN_AM26H, val) | ||
| 1572 | #define bfin_read_CAN_AM27L() bfin_read16(CAN_AM27L) | ||
| 1573 | #define bfin_write_CAN_AM27L(val) bfin_write16(CAN_AM27L, val) | ||
| 1574 | #define bfin_read_CAN_AM27H() bfin_read16(CAN_AM27H) | ||
| 1575 | #define bfin_write_CAN_AM27H(val) bfin_write16(CAN_AM27H, val) | ||
| 1576 | #define bfin_read_CAN_AM28L() bfin_read16(CAN_AM28L) | ||
| 1577 | #define bfin_write_CAN_AM28L(val) bfin_write16(CAN_AM28L, val) | ||
| 1578 | #define bfin_read_CAN_AM28H() bfin_read16(CAN_AM28H) | ||
| 1579 | #define bfin_write_CAN_AM28H(val) bfin_write16(CAN_AM28H, val) | ||
| 1580 | #define bfin_read_CAN_AM29L() bfin_read16(CAN_AM29L) | ||
| 1581 | #define bfin_write_CAN_AM29L(val) bfin_write16(CAN_AM29L, val) | ||
| 1582 | #define bfin_read_CAN_AM29H() bfin_read16(CAN_AM29H) | ||
| 1583 | #define bfin_write_CAN_AM29H(val) bfin_write16(CAN_AM29H, val) | ||
| 1584 | #define bfin_read_CAN_AM30L() bfin_read16(CAN_AM30L) | ||
| 1585 | #define bfin_write_CAN_AM30L(val) bfin_write16(CAN_AM30L, val) | ||
| 1586 | #define bfin_read_CAN_AM30H() bfin_read16(CAN_AM30H) | ||
| 1587 | #define bfin_write_CAN_AM30H(val) bfin_write16(CAN_AM30H, val) | ||
| 1588 | #define bfin_read_CAN_AM31L() bfin_read16(CAN_AM31L) | ||
| 1589 | #define bfin_write_CAN_AM31L(val) bfin_write16(CAN_AM31L, val) | ||
| 1590 | #define bfin_read_CAN_AM31H() bfin_read16(CAN_AM31H) | ||
| 1591 | #define bfin_write_CAN_AM31H(val) bfin_write16(CAN_AM31H, val) | ||
| 1592 | #define bfin_read_CAN_MB00_DATA0() bfin_read16(CAN_MB00_DATA0) | ||
| 1593 | #define bfin_write_CAN_MB00_DATA0(val) bfin_write16(CAN_MB00_DATA0, val) | ||
| 1594 | #define bfin_read_CAN_MB00_DATA1() bfin_read16(CAN_MB00_DATA1) | ||
| 1595 | #define bfin_write_CAN_MB00_DATA1(val) bfin_write16(CAN_MB00_DATA1, val) | ||
| 1596 | #define bfin_read_CAN_MB00_DATA2() bfin_read16(CAN_MB00_DATA2) | ||
| 1597 | #define bfin_write_CAN_MB00_DATA2(val) bfin_write16(CAN_MB00_DATA2, val) | ||
| 1598 | #define bfin_read_CAN_MB00_DATA3() bfin_read16(CAN_MB00_DATA3) | ||
| 1599 | #define bfin_write_CAN_MB00_DATA3(val) bfin_write16(CAN_MB00_DATA3, val) | ||
| 1600 | #define bfin_read_CAN_MB00_LENGTH() bfin_read16(CAN_MB00_LENGTH) | ||
| 1601 | #define bfin_write_CAN_MB00_LENGTH(val) bfin_write16(CAN_MB00_LENGTH, val) | ||
| 1602 | #define bfin_read_CAN_MB00_TIMESTAMP() bfin_read16(CAN_MB00_TIMESTAMP) | ||
| 1603 | #define bfin_write_CAN_MB00_TIMESTAMP(val) bfin_write16(CAN_MB00_TIMESTAMP, val) | ||
| 1604 | #define bfin_read_CAN_MB00_ID0() bfin_read16(CAN_MB00_ID0) | ||
| 1605 | #define bfin_write_CAN_MB00_ID0(val) bfin_write16(CAN_MB00_ID0, val) | ||
| 1606 | #define bfin_read_CAN_MB00_ID1() bfin_read16(CAN_MB00_ID1) | ||
| 1607 | #define bfin_write_CAN_MB00_ID1(val) bfin_write16(CAN_MB00_ID1, val) | ||
| 1608 | #define bfin_read_CAN_MB01_DATA0() bfin_read16(CAN_MB01_DATA0) | ||
| 1609 | #define bfin_write_CAN_MB01_DATA0(val) bfin_write16(CAN_MB01_DATA0, val) | ||
| 1610 | #define bfin_read_CAN_MB01_DATA1() bfin_read16(CAN_MB01_DATA1) | ||
| 1611 | #define bfin_write_CAN_MB01_DATA1(val) bfin_write16(CAN_MB01_DATA1, val) | ||
| 1612 | #define bfin_read_CAN_MB01_DATA2() bfin_read16(CAN_MB01_DATA2) | ||
| 1613 | #define bfin_write_CAN_MB01_DATA2(val) bfin_write16(CAN_MB01_DATA2, val) | ||
| 1614 | #define bfin_read_CAN_MB01_DATA3() bfin_read16(CAN_MB01_DATA3) | ||
| 1615 | #define bfin_write_CAN_MB01_DATA3(val) bfin_write16(CAN_MB01_DATA3, val) | ||
| 1616 | #define bfin_read_CAN_MB01_LENGTH() bfin_read16(CAN_MB01_LENGTH) | ||
| 1617 | #define bfin_write_CAN_MB01_LENGTH(val) bfin_write16(CAN_MB01_LENGTH, val) | ||
| 1618 | #define bfin_read_CAN_MB01_TIMESTAMP() bfin_read16(CAN_MB01_TIMESTAMP) | ||
| 1619 | #define bfin_write_CAN_MB01_TIMESTAMP(val) bfin_write16(CAN_MB01_TIMESTAMP, val) | ||
| 1620 | #define bfin_read_CAN_MB01_ID0() bfin_read16(CAN_MB01_ID0) | ||
| 1621 | #define bfin_write_CAN_MB01_ID0(val) bfin_write16(CAN_MB01_ID0, val) | ||
| 1622 | #define bfin_read_CAN_MB01_ID1() bfin_read16(CAN_MB01_ID1) | ||
| 1623 | #define bfin_write_CAN_MB01_ID1(val) bfin_write16(CAN_MB01_ID1, val) | ||
| 1624 | #define bfin_read_CAN_MB02_DATA0() bfin_read16(CAN_MB02_DATA0) | ||
| 1625 | #define bfin_write_CAN_MB02_DATA0(val) bfin_write16(CAN_MB02_DATA0, val) | ||
| 1626 | #define bfin_read_CAN_MB02_DATA1() bfin_read16(CAN_MB02_DATA1) | ||
| 1627 | #define bfin_write_CAN_MB02_DATA1(val) bfin_write16(CAN_MB02_DATA1, val) | ||
| 1628 | #define bfin_read_CAN_MB02_DATA2() bfin_read16(CAN_MB02_DATA2) | ||
| 1629 | #define bfin_write_CAN_MB02_DATA2(val) bfin_write16(CAN_MB02_DATA2, val) | ||
| 1630 | #define bfin_read_CAN_MB02_DATA3() bfin_read16(CAN_MB02_DATA3) | ||
| 1631 | #define bfin_write_CAN_MB02_DATA3(val) bfin_write16(CAN_MB02_DATA3, val) | ||
| 1632 | #define bfin_read_CAN_MB02_LENGTH() bfin_read16(CAN_MB02_LENGTH) | ||
| 1633 | #define bfin_write_CAN_MB02_LENGTH(val) bfin_write16(CAN_MB02_LENGTH, val) | ||
| 1634 | #define bfin_read_CAN_MB02_TIMESTAMP() bfin_read16(CAN_MB02_TIMESTAMP) | ||
| 1635 | #define bfin_write_CAN_MB02_TIMESTAMP(val) bfin_write16(CAN_MB02_TIMESTAMP, val) | ||
| 1636 | #define bfin_read_CAN_MB02_ID0() bfin_read16(CAN_MB02_ID0) | ||
| 1637 | #define bfin_write_CAN_MB02_ID0(val) bfin_write16(CAN_MB02_ID0, val) | ||
| 1638 | #define bfin_read_CAN_MB02_ID1() bfin_read16(CAN_MB02_ID1) | ||
| 1639 | #define bfin_write_CAN_MB02_ID1(val) bfin_write16(CAN_MB02_ID1, val) | ||
| 1640 | #define bfin_read_CAN_MB03_DATA0() bfin_read16(CAN_MB03_DATA0) | ||
| 1641 | #define bfin_write_CAN_MB03_DATA0(val) bfin_write16(CAN_MB03_DATA0, val) | ||
| 1642 | #define bfin_read_CAN_MB03_DATA1() bfin_read16(CAN_MB03_DATA1) | ||
| 1643 | #define bfin_write_CAN_MB03_DATA1(val) bfin_write16(CAN_MB03_DATA1, val) | ||
| 1644 | #define bfin_read_CAN_MB03_DATA2() bfin_read16(CAN_MB03_DATA2) | ||
| 1645 | #define bfin_write_CAN_MB03_DATA2(val) bfin_write16(CAN_MB03_DATA2, val) | ||
| 1646 | #define bfin_read_CAN_MB03_DATA3() bfin_read16(CAN_MB03_DATA3) | ||
| 1647 | #define bfin_write_CAN_MB03_DATA3(val) bfin_write16(CAN_MB03_DATA3, val) | ||
| 1648 | #define bfin_read_CAN_MB03_LENGTH() bfin_read16(CAN_MB03_LENGTH) | ||
| 1649 | #define bfin_write_CAN_MB03_LENGTH(val) bfin_write16(CAN_MB03_LENGTH, val) | ||
| 1650 | #define bfin_read_CAN_MB03_TIMESTAMP() bfin_read16(CAN_MB03_TIMESTAMP) | ||
| 1651 | #define bfin_write_CAN_MB03_TIMESTAMP(val) bfin_write16(CAN_MB03_TIMESTAMP, val) | ||
| 1652 | #define bfin_read_CAN_MB03_ID0() bfin_read16(CAN_MB03_ID0) | ||
| 1653 | #define bfin_write_CAN_MB03_ID0(val) bfin_write16(CAN_MB03_ID0, val) | ||
| 1654 | #define bfin_read_CAN_MB03_ID1() bfin_read16(CAN_MB03_ID1) | ||
| 1655 | #define bfin_write_CAN_MB03_ID1(val) bfin_write16(CAN_MB03_ID1, val) | ||
| 1656 | #define bfin_read_CAN_MB04_DATA0() bfin_read16(CAN_MB04_DATA0) | ||
| 1657 | #define bfin_write_CAN_MB04_DATA0(val) bfin_write16(CAN_MB04_DATA0, val) | ||
| 1658 | #define bfin_read_CAN_MB04_DATA1() bfin_read16(CAN_MB04_DATA1) | ||
| 1659 | #define bfin_write_CAN_MB04_DATA1(val) bfin_write16(CAN_MB04_DATA1, val) | ||
| 1660 | #define bfin_read_CAN_MB04_DATA2() bfin_read16(CAN_MB04_DATA2) | ||
| 1661 | #define bfin_write_CAN_MB04_DATA2(val) bfin_write16(CAN_MB04_DATA2, val) | ||
| 1662 | #define bfin_read_CAN_MB04_DATA3() bfin_read16(CAN_MB04_DATA3) | ||
| 1663 | #define bfin_write_CAN_MB04_DATA3(val) bfin_write16(CAN_MB04_DATA3, val) | ||
| 1664 | #define bfin_read_CAN_MB04_LENGTH() bfin_read16(CAN_MB04_LENGTH) | ||
| 1665 | #define bfin_write_CAN_MB04_LENGTH(val) bfin_write16(CAN_MB04_LENGTH, val) | ||
| 1666 | #define bfin_read_CAN_MB04_TIMESTAMP() bfin_read16(CAN_MB04_TIMESTAMP) | ||
| 1667 | #define bfin_write_CAN_MB04_TIMESTAMP(val) bfin_write16(CAN_MB04_TIMESTAMP, val) | ||
| 1668 | #define bfin_read_CAN_MB04_ID0() bfin_read16(CAN_MB04_ID0) | ||
| 1669 | #define bfin_write_CAN_MB04_ID0(val) bfin_write16(CAN_MB04_ID0, val) | ||
| 1670 | #define bfin_read_CAN_MB04_ID1() bfin_read16(CAN_MB04_ID1) | ||
| 1671 | #define bfin_write_CAN_MB04_ID1(val) bfin_write16(CAN_MB04_ID1, val) | ||
| 1672 | #define bfin_read_CAN_MB05_DATA0() bfin_read16(CAN_MB05_DATA0) | ||
| 1673 | #define bfin_write_CAN_MB05_DATA0(val) bfin_write16(CAN_MB05_DATA0, val) | ||
| 1674 | #define bfin_read_CAN_MB05_DATA1() bfin_read16(CAN_MB05_DATA1) | ||
| 1675 | #define bfin_write_CAN_MB05_DATA1(val) bfin_write16(CAN_MB05_DATA1, val) | ||
| 1676 | #define bfin_read_CAN_MB05_DATA2() bfin_read16(CAN_MB05_DATA2) | ||
| 1677 | #define bfin_write_CAN_MB05_DATA2(val) bfin_write16(CAN_MB05_DATA2, val) | ||
| 1678 | #define bfin_read_CAN_MB05_DATA3() bfin_read16(CAN_MB05_DATA3) | ||
| 1679 | #define bfin_write_CAN_MB05_DATA3(val) bfin_write16(CAN_MB05_DATA3, val) | ||
| 1680 | #define bfin_read_CAN_MB05_LENGTH() bfin_read16(CAN_MB05_LENGTH) | ||
| 1681 | #define bfin_write_CAN_MB05_LENGTH(val) bfin_write16(CAN_MB05_LENGTH, val) | ||
| 1682 | #define bfin_read_CAN_MB05_TIMESTAMP() bfin_read16(CAN_MB05_TIMESTAMP) | ||
| 1683 | #define bfin_write_CAN_MB05_TIMESTAMP(val) bfin_write16(CAN_MB05_TIMESTAMP, val) | ||
| 1684 | #define bfin_read_CAN_MB05_ID0() bfin_read16(CAN_MB05_ID0) | ||
| 1685 | #define bfin_write_CAN_MB05_ID0(val) bfin_write16(CAN_MB05_ID0, val) | ||
| 1686 | #define bfin_read_CAN_MB05_ID1() bfin_read16(CAN_MB05_ID1) | ||
| 1687 | #define bfin_write_CAN_MB05_ID1(val) bfin_write16(CAN_MB05_ID1, val) | ||
| 1688 | #define bfin_read_CAN_MB06_DATA0() bfin_read16(CAN_MB06_DATA0) | ||
| 1689 | #define bfin_write_CAN_MB06_DATA0(val) bfin_write16(CAN_MB06_DATA0, val) | ||
| 1690 | #define bfin_read_CAN_MB06_DATA1() bfin_read16(CAN_MB06_DATA1) | ||
| 1691 | #define bfin_write_CAN_MB06_DATA1(val) bfin_write16(CAN_MB06_DATA1, val) | ||
| 1692 | #define bfin_read_CAN_MB06_DATA2() bfin_read16(CAN_MB06_DATA2) | ||
| 1693 | #define bfin_write_CAN_MB06_DATA2(val) bfin_write16(CAN_MB06_DATA2, val) | ||
| 1694 | #define bfin_read_CAN_MB06_DATA3() bfin_read16(CAN_MB06_DATA3) | ||
| 1695 | #define bfin_write_CAN_MB06_DATA3(val) bfin_write16(CAN_MB06_DATA3, val) | ||
| 1696 | #define bfin_read_CAN_MB06_LENGTH() bfin_read16(CAN_MB06_LENGTH) | ||
| 1697 | #define bfin_write_CAN_MB06_LENGTH(val) bfin_write16(CAN_MB06_LENGTH, val) | ||
| 1698 | #define bfin_read_CAN_MB06_TIMESTAMP() bfin_read16(CAN_MB06_TIMESTAMP) | ||
| 1699 | #define bfin_write_CAN_MB06_TIMESTAMP(val) bfin_write16(CAN_MB06_TIMESTAMP, val) | ||
| 1700 | #define bfin_read_CAN_MB06_ID0() bfin_read16(CAN_MB06_ID0) | ||
| 1701 | #define bfin_write_CAN_MB06_ID0(val) bfin_write16(CAN_MB06_ID0, val) | ||
| 1702 | #define bfin_read_CAN_MB06_ID1() bfin_read16(CAN_MB06_ID1) | ||
| 1703 | #define bfin_write_CAN_MB06_ID1(val) bfin_write16(CAN_MB06_ID1, val) | ||
| 1704 | #define bfin_read_CAN_MB07_DATA0() bfin_read16(CAN_MB07_DATA0) | ||
| 1705 | #define bfin_write_CAN_MB07_DATA0(val) bfin_write16(CAN_MB07_DATA0, val) | ||
| 1706 | #define bfin_read_CAN_MB07_DATA1() bfin_read16(CAN_MB07_DATA1) | ||
| 1707 | #define bfin_write_CAN_MB07_DATA1(val) bfin_write16(CAN_MB07_DATA1, val) | ||
| 1708 | #define bfin_read_CAN_MB07_DATA2() bfin_read16(CAN_MB07_DATA2) | ||
| 1709 | #define bfin_write_CAN_MB07_DATA2(val) bfin_write16(CAN_MB07_DATA2, val) | ||
| 1710 | #define bfin_read_CAN_MB07_DATA3() bfin_read16(CAN_MB07_DATA3) | ||
| 1711 | #define bfin_write_CAN_MB07_DATA3(val) bfin_write16(CAN_MB07_DATA3, val) | ||
| 1712 | #define bfin_read_CAN_MB07_LENGTH() bfin_read16(CAN_MB07_LENGTH) | ||
| 1713 | #define bfin_write_CAN_MB07_LENGTH(val) bfin_write16(CAN_MB07_LENGTH, val) | ||
| 1714 | #define bfin_read_CAN_MB07_TIMESTAMP() bfin_read16(CAN_MB07_TIMESTAMP) | ||
| 1715 | #define bfin_write_CAN_MB07_TIMESTAMP(val) bfin_write16(CAN_MB07_TIMESTAMP, val) | ||
| 1716 | #define bfin_read_CAN_MB07_ID0() bfin_read16(CAN_MB07_ID0) | ||
| 1717 | #define bfin_write_CAN_MB07_ID0(val) bfin_write16(CAN_MB07_ID0, val) | ||
| 1718 | #define bfin_read_CAN_MB07_ID1() bfin_read16(CAN_MB07_ID1) | ||
| 1719 | #define bfin_write_CAN_MB07_ID1(val) bfin_write16(CAN_MB07_ID1, val) | ||
| 1720 | #define bfin_read_CAN_MB08_DATA0() bfin_read16(CAN_MB08_DATA0) | ||
| 1721 | #define bfin_write_CAN_MB08_DATA0(val) bfin_write16(CAN_MB08_DATA0, val) | ||
| 1722 | #define bfin_read_CAN_MB08_DATA1() bfin_read16(CAN_MB08_DATA1) | ||
| 1723 | #define bfin_write_CAN_MB08_DATA1(val) bfin_write16(CAN_MB08_DATA1, val) | ||
| 1724 | #define bfin_read_CAN_MB08_DATA2() bfin_read16(CAN_MB08_DATA2) | ||
| 1725 | #define bfin_write_CAN_MB08_DATA2(val) bfin_write16(CAN_MB08_DATA2, val) | ||
| 1726 | #define bfin_read_CAN_MB08_DATA3() bfin_read16(CAN_MB08_DATA3) | ||
| 1727 | #define bfin_write_CAN_MB08_DATA3(val) bfin_write16(CAN_MB08_DATA3, val) | ||
| 1728 | #define bfin_read_CAN_MB08_LENGTH() bfin_read16(CAN_MB08_LENGTH) | ||
| 1729 | #define bfin_write_CAN_MB08_LENGTH(val) bfin_write16(CAN_MB08_LENGTH, val) | ||
| 1730 | #define bfin_read_CAN_MB08_TIMESTAMP() bfin_read16(CAN_MB08_TIMESTAMP) | ||
| 1731 | #define bfin_write_CAN_MB08_TIMESTAMP(val) bfin_write16(CAN_MB08_TIMESTAMP, val) | ||
| 1732 | #define bfin_read_CAN_MB08_ID0() bfin_read16(CAN_MB08_ID0) | ||
| 1733 | #define bfin_write_CAN_MB08_ID0(val) bfin_write16(CAN_MB08_ID0, val) | ||
| 1734 | #define bfin_read_CAN_MB08_ID1() bfin_read16(CAN_MB08_ID1) | ||
| 1735 | #define bfin_write_CAN_MB08_ID1(val) bfin_write16(CAN_MB08_ID1, val) | ||
| 1736 | #define bfin_read_CAN_MB09_DATA0() bfin_read16(CAN_MB09_DATA0) | ||
| 1737 | #define bfin_write_CAN_MB09_DATA0(val) bfin_write16(CAN_MB09_DATA0, val) | ||
| 1738 | #define bfin_read_CAN_MB09_DATA1() bfin_read16(CAN_MB09_DATA1) | ||
| 1739 | #define bfin_write_CAN_MB09_DATA1(val) bfin_write16(CAN_MB09_DATA1, val) | ||
| 1740 | #define bfin_read_CAN_MB09_DATA2() bfin_read16(CAN_MB09_DATA2) | ||
| 1741 | #define bfin_write_CAN_MB09_DATA2(val) bfin_write16(CAN_MB09_DATA2, val) | ||
| 1742 | #define bfin_read_CAN_MB09_DATA3() bfin_read16(CAN_MB09_DATA3) | ||
| 1743 | #define bfin_write_CAN_MB09_DATA3(val) bfin_write16(CAN_MB09_DATA3, val) | ||
| 1744 | #define bfin_read_CAN_MB09_LENGTH() bfin_read16(CAN_MB09_LENGTH) | ||
| 1745 | #define bfin_write_CAN_MB09_LENGTH(val) bfin_write16(CAN_MB09_LENGTH, val) | ||
| 1746 | #define bfin_read_CAN_MB09_TIMESTAMP() bfin_read16(CAN_MB09_TIMESTAMP) | ||
| 1747 | #define bfin_write_CAN_MB09_TIMESTAMP(val) bfin_write16(CAN_MB09_TIMESTAMP, val) | ||
| 1748 | #define bfin_read_CAN_MB09_ID0() bfin_read16(CAN_MB09_ID0) | ||
| 1749 | #define bfin_write_CAN_MB09_ID0(val) bfin_write16(CAN_MB09_ID0, val) | ||
| 1750 | #define bfin_read_CAN_MB09_ID1() bfin_read16(CAN_MB09_ID1) | ||
| 1751 | #define bfin_write_CAN_MB09_ID1(val) bfin_write16(CAN_MB09_ID1, val) | ||
| 1752 | #define bfin_read_CAN_MB10_DATA0() bfin_read16(CAN_MB10_DATA0) | ||
| 1753 | #define bfin_write_CAN_MB10_DATA0(val) bfin_write16(CAN_MB10_DATA0, val) | ||
| 1754 | #define bfin_read_CAN_MB10_DATA1() bfin_read16(CAN_MB10_DATA1) | ||
| 1755 | #define bfin_write_CAN_MB10_DATA1(val) bfin_write16(CAN_MB10_DATA1, val) | ||
| 1756 | #define bfin_read_CAN_MB10_DATA2() bfin_read16(CAN_MB10_DATA2) | ||
| 1757 | #define bfin_write_CAN_MB10_DATA2(val) bfin_write16(CAN_MB10_DATA2, val) | ||
| 1758 | #define bfin_read_CAN_MB10_DATA3() bfin_read16(CAN_MB10_DATA3) | ||
| 1759 | #define bfin_write_CAN_MB10_DATA3(val) bfin_write16(CAN_MB10_DATA3, val) | ||
| 1760 | #define bfin_read_CAN_MB10_LENGTH() bfin_read16(CAN_MB10_LENGTH) | ||
| 1761 | #define bfin_write_CAN_MB10_LENGTH(val) bfin_write16(CAN_MB10_LENGTH, val) | ||
| 1762 | #define bfin_read_CAN_MB10_TIMESTAMP() bfin_read16(CAN_MB10_TIMESTAMP) | ||
| 1763 | #define bfin_write_CAN_MB10_TIMESTAMP(val) bfin_write16(CAN_MB10_TIMESTAMP, val) | ||
| 1764 | #define bfin_read_CAN_MB10_ID0() bfin_read16(CAN_MB10_ID0) | ||
| 1765 | #define bfin_write_CAN_MB10_ID0(val) bfin_write16(CAN_MB10_ID0, val) | ||
| 1766 | #define bfin_read_CAN_MB10_ID1() bfin_read16(CAN_MB10_ID1) | ||
| 1767 | #define bfin_write_CAN_MB10_ID1(val) bfin_write16(CAN_MB10_ID1, val) | ||
| 1768 | #define bfin_read_CAN_MB11_DATA0() bfin_read16(CAN_MB11_DATA0) | ||
| 1769 | #define bfin_write_CAN_MB11_DATA0(val) bfin_write16(CAN_MB11_DATA0, val) | ||
| 1770 | #define bfin_read_CAN_MB11_DATA1() bfin_read16(CAN_MB11_DATA1) | ||
| 1771 | #define bfin_write_CAN_MB11_DATA1(val) bfin_write16(CAN_MB11_DATA1, val) | ||
| 1772 | #define bfin_read_CAN_MB11_DATA2() bfin_read16(CAN_MB11_DATA2) | ||
| 1773 | #define bfin_write_CAN_MB11_DATA2(val) bfin_write16(CAN_MB11_DATA2, val) | ||
| 1774 | #define bfin_read_CAN_MB11_DATA3() bfin_read16(CAN_MB11_DATA3) | ||
| 1775 | #define bfin_write_CAN_MB11_DATA3(val) bfin_write16(CAN_MB11_DATA3, val) | ||
| 1776 | #define bfin_read_CAN_MB11_LENGTH() bfin_read16(CAN_MB11_LENGTH) | ||
| 1777 | #define bfin_write_CAN_MB11_LENGTH(val) bfin_write16(CAN_MB11_LENGTH, val) | ||
| 1778 | #define bfin_read_CAN_MB11_TIMESTAMP() bfin_read16(CAN_MB11_TIMESTAMP) | ||
| 1779 | #define bfin_write_CAN_MB11_TIMESTAMP(val) bfin_write16(CAN_MB11_TIMESTAMP, val) | ||
| 1780 | #define bfin_read_CAN_MB11_ID0() bfin_read16(CAN_MB11_ID0) | ||
| 1781 | #define bfin_write_CAN_MB11_ID0(val) bfin_write16(CAN_MB11_ID0, val) | ||
| 1782 | #define bfin_read_CAN_MB11_ID1() bfin_read16(CAN_MB11_ID1) | ||
| 1783 | #define bfin_write_CAN_MB11_ID1(val) bfin_write16(CAN_MB11_ID1, val) | ||
| 1784 | #define bfin_read_CAN_MB12_DATA0() bfin_read16(CAN_MB12_DATA0) | ||
| 1785 | #define bfin_write_CAN_MB12_DATA0(val) bfin_write16(CAN_MB12_DATA0, val) | ||
| 1786 | #define bfin_read_CAN_MB12_DATA1() bfin_read16(CAN_MB12_DATA1) | ||
| 1787 | #define bfin_write_CAN_MB12_DATA1(val) bfin_write16(CAN_MB12_DATA1, val) | ||
| 1788 | #define bfin_read_CAN_MB12_DATA2() bfin_read16(CAN_MB12_DATA2) | ||
| 1789 | #define bfin_write_CAN_MB12_DATA2(val) bfin_write16(CAN_MB12_DATA2, val) | ||
| 1790 | #define bfin_read_CAN_MB12_DATA3() bfin_read16(CAN_MB12_DATA3) | ||
| 1791 | #define bfin_write_CAN_MB12_DATA3(val) bfin_write16(CAN_MB12_DATA3, val) | ||
| 1792 | #define bfin_read_CAN_MB12_LENGTH() bfin_read16(CAN_MB12_LENGTH) | ||
| 1793 | #define bfin_write_CAN_MB12_LENGTH(val) bfin_write16(CAN_MB12_LENGTH, val) | ||
| 1794 | #define bfin_read_CAN_MB12_TIMESTAMP() bfin_read16(CAN_MB12_TIMESTAMP) | ||
| 1795 | #define bfin_write_CAN_MB12_TIMESTAMP(val) bfin_write16(CAN_MB12_TIMESTAMP, val) | ||
| 1796 | #define bfin_read_CAN_MB12_ID0() bfin_read16(CAN_MB12_ID0) | ||
| 1797 | #define bfin_write_CAN_MB12_ID0(val) bfin_write16(CAN_MB12_ID0, val) | ||
| 1798 | #define bfin_read_CAN_MB12_ID1() bfin_read16(CAN_MB12_ID1) | ||
| 1799 | #define bfin_write_CAN_MB12_ID1(val) bfin_write16(CAN_MB12_ID1, val) | ||
| 1800 | #define bfin_read_CAN_MB13_DATA0() bfin_read16(CAN_MB13_DATA0) | ||
| 1801 | #define bfin_write_CAN_MB13_DATA0(val) bfin_write16(CAN_MB13_DATA0, val) | ||
| 1802 | #define bfin_read_CAN_MB13_DATA1() bfin_read16(CAN_MB13_DATA1) | ||
| 1803 | #define bfin_write_CAN_MB13_DATA1(val) bfin_write16(CAN_MB13_DATA1, val) | ||
| 1804 | #define bfin_read_CAN_MB13_DATA2() bfin_read16(CAN_MB13_DATA2) | ||
| 1805 | #define bfin_write_CAN_MB13_DATA2(val) bfin_write16(CAN_MB13_DATA2, val) | ||
| 1806 | #define bfin_read_CAN_MB13_DATA3() bfin_read16(CAN_MB13_DATA3) | ||
| 1807 | #define bfin_write_CAN_MB13_DATA3(val) bfin_write16(CAN_MB13_DATA3, val) | ||
| 1808 | #define bfin_read_CAN_MB13_LENGTH() bfin_read16(CAN_MB13_LENGTH) | ||
| 1809 | #define bfin_write_CAN_MB13_LENGTH(val) bfin_write16(CAN_MB13_LENGTH, val) | ||
| 1810 | #define bfin_read_CAN_MB13_TIMESTAMP() bfin_read16(CAN_MB13_TIMESTAMP) | ||
| 1811 | #define bfin_write_CAN_MB13_TIMESTAMP(val) bfin_write16(CAN_MB13_TIMESTAMP, val) | ||
| 1812 | #define bfin_read_CAN_MB13_ID0() bfin_read16(CAN_MB13_ID0) | ||
| 1813 | #define bfin_write_CAN_MB13_ID0(val) bfin_write16(CAN_MB13_ID0, val) | ||
| 1814 | #define bfin_read_CAN_MB13_ID1() bfin_read16(CAN_MB13_ID1) | ||
| 1815 | #define bfin_write_CAN_MB13_ID1(val) bfin_write16(CAN_MB13_ID1, val) | ||
| 1816 | #define bfin_read_CAN_MB14_DATA0() bfin_read16(CAN_MB14_DATA0) | ||
| 1817 | #define bfin_write_CAN_MB14_DATA0(val) bfin_write16(CAN_MB14_DATA0, val) | ||
| 1818 | #define bfin_read_CAN_MB14_DATA1() bfin_read16(CAN_MB14_DATA1) | ||
| 1819 | #define bfin_write_CAN_MB14_DATA1(val) bfin_write16(CAN_MB14_DATA1, val) | ||
| 1820 | #define bfin_read_CAN_MB14_DATA2() bfin_read16(CAN_MB14_DATA2) | ||
| 1821 | #define bfin_write_CAN_MB14_DATA2(val) bfin_write16(CAN_MB14_DATA2, val) | ||
| 1822 | #define bfin_read_CAN_MB14_DATA3() bfin_read16(CAN_MB14_DATA3) | ||
| 1823 | #define bfin_write_CAN_MB14_DATA3(val) bfin_write16(CAN_MB14_DATA3, val) | ||
| 1824 | #define bfin_read_CAN_MB14_LENGTH() bfin_read16(CAN_MB14_LENGTH) | ||
| 1825 | #define bfin_write_CAN_MB14_LENGTH(val) bfin_write16(CAN_MB14_LENGTH, val) | ||
| 1826 | #define bfin_read_CAN_MB14_TIMESTAMP() bfin_read16(CAN_MB14_TIMESTAMP) | ||
| 1827 | #define bfin_write_CAN_MB14_TIMESTAMP(val) bfin_write16(CAN_MB14_TIMESTAMP, val) | ||
| 1828 | #define bfin_read_CAN_MB14_ID0() bfin_read16(CAN_MB14_ID0) | ||
| 1829 | #define bfin_write_CAN_MB14_ID0(val) bfin_write16(CAN_MB14_ID0, val) | ||
| 1830 | #define bfin_read_CAN_MB14_ID1() bfin_read16(CAN_MB14_ID1) | ||
| 1831 | #define bfin_write_CAN_MB14_ID1(val) bfin_write16(CAN_MB14_ID1, val) | ||
| 1832 | #define bfin_read_CAN_MB15_DATA0() bfin_read16(CAN_MB15_DATA0) | ||
| 1833 | #define bfin_write_CAN_MB15_DATA0(val) bfin_write16(CAN_MB15_DATA0, val) | ||
| 1834 | #define bfin_read_CAN_MB15_DATA1() bfin_read16(CAN_MB15_DATA1) | ||
| 1835 | #define bfin_write_CAN_MB15_DATA1(val) bfin_write16(CAN_MB15_DATA1, val) | ||
| 1836 | #define bfin_read_CAN_MB15_DATA2() bfin_read16(CAN_MB15_DATA2) | ||
| 1837 | #define bfin_write_CAN_MB15_DATA2(val) bfin_write16(CAN_MB15_DATA2, val) | ||
| 1838 | #define bfin_read_CAN_MB15_DATA3() bfin_read16(CAN_MB15_DATA3) | ||
| 1839 | #define bfin_write_CAN_MB15_DATA3(val) bfin_write16(CAN_MB15_DATA3, val) | ||
| 1840 | #define bfin_read_CAN_MB15_LENGTH() bfin_read16(CAN_MB15_LENGTH) | ||
| 1841 | #define bfin_write_CAN_MB15_LENGTH(val) bfin_write16(CAN_MB15_LENGTH, val) | ||
| 1842 | #define bfin_read_CAN_MB15_TIMESTAMP() bfin_read16(CAN_MB15_TIMESTAMP) | ||
| 1843 | #define bfin_write_CAN_MB15_TIMESTAMP(val) bfin_write16(CAN_MB15_TIMESTAMP, val) | ||
| 1844 | #define bfin_read_CAN_MB15_ID0() bfin_read16(CAN_MB15_ID0) | ||
| 1845 | #define bfin_write_CAN_MB15_ID0(val) bfin_write16(CAN_MB15_ID0, val) | ||
| 1846 | #define bfin_read_CAN_MB15_ID1() bfin_read16(CAN_MB15_ID1) | ||
| 1847 | #define bfin_write_CAN_MB15_ID1(val) bfin_write16(CAN_MB15_ID1, val) | ||
| 1848 | #define bfin_read_CAN_MB16_DATA0() bfin_read16(CAN_MB16_DATA0) | ||
| 1849 | #define bfin_write_CAN_MB16_DATA0(val) bfin_write16(CAN_MB16_DATA0, val) | ||
| 1850 | #define bfin_read_CAN_MB16_DATA1() bfin_read16(CAN_MB16_DATA1) | ||
| 1851 | #define bfin_write_CAN_MB16_DATA1(val) bfin_write16(CAN_MB16_DATA1, val) | ||
| 1852 | #define bfin_read_CAN_MB16_DATA2() bfin_read16(CAN_MB16_DATA2) | ||
| 1853 | #define bfin_write_CAN_MB16_DATA2(val) bfin_write16(CAN_MB16_DATA2, val) | ||
| 1854 | #define bfin_read_CAN_MB16_DATA3() bfin_read16(CAN_MB16_DATA3) | ||
| 1855 | #define bfin_write_CAN_MB16_DATA3(val) bfin_write16(CAN_MB16_DATA3, val) | ||
| 1856 | #define bfin_read_CAN_MB16_LENGTH() bfin_read16(CAN_MB16_LENGTH) | ||
| 1857 | #define bfin_write_CAN_MB16_LENGTH(val) bfin_write16(CAN_MB16_LENGTH, val) | ||
| 1858 | #define bfin_read_CAN_MB16_TIMESTAMP() bfin_read16(CAN_MB16_TIMESTAMP) | ||
| 1859 | #define bfin_write_CAN_MB16_TIMESTAMP(val) bfin_write16(CAN_MB16_TIMESTAMP, val) | ||
| 1860 | #define bfin_read_CAN_MB16_ID0() bfin_read16(CAN_MB16_ID0) | ||
| 1861 | #define bfin_write_CAN_MB16_ID0(val) bfin_write16(CAN_MB16_ID0, val) | ||
| 1862 | #define bfin_read_CAN_MB16_ID1() bfin_read16(CAN_MB16_ID1) | ||
| 1863 | #define bfin_write_CAN_MB16_ID1(val) bfin_write16(CAN_MB16_ID1, val) | ||
| 1864 | #define bfin_read_CAN_MB17_DATA0() bfin_read16(CAN_MB17_DATA0) | ||
| 1865 | #define bfin_write_CAN_MB17_DATA0(val) bfin_write16(CAN_MB17_DATA0, val) | ||
| 1866 | #define bfin_read_CAN_MB17_DATA1() bfin_read16(CAN_MB17_DATA1) | ||
| 1867 | #define bfin_write_CAN_MB17_DATA1(val) bfin_write16(CAN_MB17_DATA1, val) | ||
| 1868 | #define bfin_read_CAN_MB17_DATA2() bfin_read16(CAN_MB17_DATA2) | ||
| 1869 | #define bfin_write_CAN_MB17_DATA2(val) bfin_write16(CAN_MB17_DATA2, val) | ||
| 1870 | #define bfin_read_CAN_MB17_DATA3() bfin_read16(CAN_MB17_DATA3) | ||
| 1871 | #define bfin_write_CAN_MB17_DATA3(val) bfin_write16(CAN_MB17_DATA3, val) | ||
| 1872 | #define bfin_read_CAN_MB17_LENGTH() bfin_read16(CAN_MB17_LENGTH) | ||
| 1873 | #define bfin_write_CAN_MB17_LENGTH(val) bfin_write16(CAN_MB17_LENGTH, val) | ||
| 1874 | #define bfin_read_CAN_MB17_TIMESTAMP() bfin_read16(CAN_MB17_TIMESTAMP) | ||
| 1875 | #define bfin_write_CAN_MB17_TIMESTAMP(val) bfin_write16(CAN_MB17_TIMESTAMP, val) | ||
| 1876 | #define bfin_read_CAN_MB17_ID0() bfin_read16(CAN_MB17_ID0) | ||
| 1877 | #define bfin_write_CAN_MB17_ID0(val) bfin_write16(CAN_MB17_ID0, val) | ||
| 1878 | #define bfin_read_CAN_MB17_ID1() bfin_read16(CAN_MB17_ID1) | ||
| 1879 | #define bfin_write_CAN_MB17_ID1(val) bfin_write16(CAN_MB17_ID1, val) | ||
| 1880 | #define bfin_read_CAN_MB18_DATA0() bfin_read16(CAN_MB18_DATA0) | ||
| 1881 | #define bfin_write_CAN_MB18_DATA0(val) bfin_write16(CAN_MB18_DATA0, val) | ||
| 1882 | #define bfin_read_CAN_MB18_DATA1() bfin_read16(CAN_MB18_DATA1) | ||
| 1883 | #define bfin_write_CAN_MB18_DATA1(val) bfin_write16(CAN_MB18_DATA1, val) | ||
| 1884 | #define bfin_read_CAN_MB18_DATA2() bfin_read16(CAN_MB18_DATA2) | ||
| 1885 | #define bfin_write_CAN_MB18_DATA2(val) bfin_write16(CAN_MB18_DATA2, val) | ||
| 1886 | #define bfin_read_CAN_MB18_DATA3() bfin_read16(CAN_MB18_DATA3) | ||
| 1887 | #define bfin_write_CAN_MB18_DATA3(val) bfin_write16(CAN_MB18_DATA3, val) | ||
| 1888 | #define bfin_read_CAN_MB18_LENGTH() bfin_read16(CAN_MB18_LENGTH) | ||
| 1889 | #define bfin_write_CAN_MB18_LENGTH(val) bfin_write16(CAN_MB18_LENGTH, val) | ||
| 1890 | #define bfin_read_CAN_MB18_TIMESTAMP() bfin_read16(CAN_MB18_TIMESTAMP) | ||
| 1891 | #define bfin_write_CAN_MB18_TIMESTAMP(val) bfin_write16(CAN_MB18_TIMESTAMP, val) | ||
| 1892 | #define bfin_read_CAN_MB18_ID0() bfin_read16(CAN_MB18_ID0) | ||
| 1893 | #define bfin_write_CAN_MB18_ID0(val) bfin_write16(CAN_MB18_ID0, val) | ||
| 1894 | #define bfin_read_CAN_MB18_ID1() bfin_read16(CAN_MB18_ID1) | ||
| 1895 | #define bfin_write_CAN_MB18_ID1(val) bfin_write16(CAN_MB18_ID1, val) | ||
| 1896 | #define bfin_read_CAN_MB19_DATA0() bfin_read16(CAN_MB19_DATA0) | ||
| 1897 | #define bfin_write_CAN_MB19_DATA0(val) bfin_write16(CAN_MB19_DATA0, val) | ||
| 1898 | #define bfin_read_CAN_MB19_DATA1() bfin_read16(CAN_MB19_DATA1) | ||
| 1899 | #define bfin_write_CAN_MB19_DATA1(val) bfin_write16(CAN_MB19_DATA1, val) | ||
| 1900 | #define bfin_read_CAN_MB19_DATA2() bfin_read16(CAN_MB19_DATA2) | ||
| 1901 | #define bfin_write_CAN_MB19_DATA2(val) bfin_write16(CAN_MB19_DATA2, val) | ||
| 1902 | #define bfin_read_CAN_MB19_DATA3() bfin_read16(CAN_MB19_DATA3) | ||
| 1903 | #define bfin_write_CAN_MB19_DATA3(val) bfin_write16(CAN_MB19_DATA3, val) | ||
| 1904 | #define bfin_read_CAN_MB19_LENGTH() bfin_read16(CAN_MB19_LENGTH) | ||
| 1905 | #define bfin_write_CAN_MB19_LENGTH(val) bfin_write16(CAN_MB19_LENGTH, val) | ||
| 1906 | #define bfin_read_CAN_MB19_TIMESTAMP() bfin_read16(CAN_MB19_TIMESTAMP) | ||
| 1907 | #define bfin_write_CAN_MB19_TIMESTAMP(val) bfin_write16(CAN_MB19_TIMESTAMP, val) | ||
| 1908 | #define bfin_read_CAN_MB19_ID0() bfin_read16(CAN_MB19_ID0) | ||
| 1909 | #define bfin_write_CAN_MB19_ID0(val) bfin_write16(CAN_MB19_ID0, val) | ||
| 1910 | #define bfin_read_CAN_MB19_ID1() bfin_read16(CAN_MB19_ID1) | ||
| 1911 | #define bfin_write_CAN_MB19_ID1(val) bfin_write16(CAN_MB19_ID1, val) | ||
| 1912 | #define bfin_read_CAN_MB20_DATA0() bfin_read16(CAN_MB20_DATA0) | ||
| 1913 | #define bfin_write_CAN_MB20_DATA0(val) bfin_write16(CAN_MB20_DATA0, val) | ||
| 1914 | #define bfin_read_CAN_MB20_DATA1() bfin_read16(CAN_MB20_DATA1) | ||
| 1915 | #define bfin_write_CAN_MB20_DATA1(val) bfin_write16(CAN_MB20_DATA1, val) | ||
| 1916 | #define bfin_read_CAN_MB20_DATA2() bfin_read16(CAN_MB20_DATA2) | ||
| 1917 | #define bfin_write_CAN_MB20_DATA2(val) bfin_write16(CAN_MB20_DATA2, val) | ||
| 1918 | #define bfin_read_CAN_MB20_DATA3() bfin_read16(CAN_MB20_DATA3) | ||
| 1919 | #define bfin_write_CAN_MB20_DATA3(val) bfin_write16(CAN_MB20_DATA3, val) | ||
| 1920 | #define bfin_read_CAN_MB20_LENGTH() bfin_read16(CAN_MB20_LENGTH) | ||
| 1921 | #define bfin_write_CAN_MB20_LENGTH(val) bfin_write16(CAN_MB20_LENGTH, val) | ||
| 1922 | #define bfin_read_CAN_MB20_TIMESTAMP() bfin_read16(CAN_MB20_TIMESTAMP) | ||
| 1923 | #define bfin_write_CAN_MB20_TIMESTAMP(val) bfin_write16(CAN_MB20_TIMESTAMP, val) | ||
| 1924 | #define bfin_read_CAN_MB20_ID0() bfin_read16(CAN_MB20_ID0) | ||
| 1925 | #define bfin_write_CAN_MB20_ID0(val) bfin_write16(CAN_MB20_ID0, val) | ||
| 1926 | #define bfin_read_CAN_MB20_ID1() bfin_read16(CAN_MB20_ID1) | ||
| 1927 | #define bfin_write_CAN_MB20_ID1(val) bfin_write16(CAN_MB20_ID1, val) | ||
| 1928 | #define bfin_read_CAN_MB21_DATA0() bfin_read16(CAN_MB21_DATA0) | ||
| 1929 | #define bfin_write_CAN_MB21_DATA0(val) bfin_write16(CAN_MB21_DATA0, val) | ||
| 1930 | #define bfin_read_CAN_MB21_DATA1() bfin_read16(CAN_MB21_DATA1) | ||
| 1931 | #define bfin_write_CAN_MB21_DATA1(val) bfin_write16(CAN_MB21_DATA1, val) | ||
| 1932 | #define bfin_read_CAN_MB21_DATA2() bfin_read16(CAN_MB21_DATA2) | ||
| 1933 | #define bfin_write_CAN_MB21_DATA2(val) bfin_write16(CAN_MB21_DATA2, val) | ||
| 1934 | #define bfin_read_CAN_MB21_DATA3() bfin_read16(CAN_MB21_DATA3) | ||
| 1935 | #define bfin_write_CAN_MB21_DATA3(val) bfin_write16(CAN_MB21_DATA3, val) | ||
| 1936 | #define bfin_read_CAN_MB21_LENGTH() bfin_read16(CAN_MB21_LENGTH) | ||
| 1937 | #define bfin_write_CAN_MB21_LENGTH(val) bfin_write16(CAN_MB21_LENGTH, val) | ||
| 1938 | #define bfin_read_CAN_MB21_TIMESTAMP() bfin_read16(CAN_MB21_TIMESTAMP) | ||
| 1939 | #define bfin_write_CAN_MB21_TIMESTAMP(val) bfin_write16(CAN_MB21_TIMESTAMP, val) | ||
| 1940 | #define bfin_read_CAN_MB21_ID0() bfin_read16(CAN_MB21_ID0) | ||
| 1941 | #define bfin_write_CAN_MB21_ID0(val) bfin_write16(CAN_MB21_ID0, val) | ||
| 1942 | #define bfin_read_CAN_MB21_ID1() bfin_read16(CAN_MB21_ID1) | ||
| 1943 | #define bfin_write_CAN_MB21_ID1(val) bfin_write16(CAN_MB21_ID1, val) | ||
| 1944 | #define bfin_read_CAN_MB22_DATA0() bfin_read16(CAN_MB22_DATA0) | ||
| 1945 | #define bfin_write_CAN_MB22_DATA0(val) bfin_write16(CAN_MB22_DATA0, val) | ||
| 1946 | #define bfin_read_CAN_MB22_DATA1() bfin_read16(CAN_MB22_DATA1) | ||
| 1947 | #define bfin_write_CAN_MB22_DATA1(val) bfin_write16(CAN_MB22_DATA1, val) | ||
| 1948 | #define bfin_read_CAN_MB22_DATA2() bfin_read16(CAN_MB22_DATA2) | ||
| 1949 | #define bfin_write_CAN_MB22_DATA2(val) bfin_write16(CAN_MB22_DATA2, val) | ||
| 1950 | #define bfin_read_CAN_MB22_DATA3() bfin_read16(CAN_MB22_DATA3) | ||
| 1951 | #define bfin_write_CAN_MB22_DATA3(val) bfin_write16(CAN_MB22_DATA3, val) | ||
| 1952 | #define bfin_read_CAN_MB22_LENGTH() bfin_read16(CAN_MB22_LENGTH) | ||
| 1953 | #define bfin_write_CAN_MB22_LENGTH(val) bfin_write16(CAN_MB22_LENGTH, val) | ||
| 1954 | #define bfin_read_CAN_MB22_TIMESTAMP() bfin_read16(CAN_MB22_TIMESTAMP) | ||
| 1955 | #define bfin_write_CAN_MB22_TIMESTAMP(val) bfin_write16(CAN_MB22_TIMESTAMP, val) | ||
| 1956 | #define bfin_read_CAN_MB22_ID0() bfin_read16(CAN_MB22_ID0) | ||
| 1957 | #define bfin_write_CAN_MB22_ID0(val) bfin_write16(CAN_MB22_ID0, val) | ||
| 1958 | #define bfin_read_CAN_MB22_ID1() bfin_read16(CAN_MB22_ID1) | ||
| 1959 | #define bfin_write_CAN_MB22_ID1(val) bfin_write16(CAN_MB22_ID1, val) | ||
| 1960 | #define bfin_read_CAN_MB23_DATA0() bfin_read16(CAN_MB23_DATA0) | ||
| 1961 | #define bfin_write_CAN_MB23_DATA0(val) bfin_write16(CAN_MB23_DATA0, val) | ||
| 1962 | #define bfin_read_CAN_MB23_DATA1() bfin_read16(CAN_MB23_DATA1) | ||
| 1963 | #define bfin_write_CAN_MB23_DATA1(val) bfin_write16(CAN_MB23_DATA1, val) | ||
| 1964 | #define bfin_read_CAN_MB23_DATA2() bfin_read16(CAN_MB23_DATA2) | ||
| 1965 | #define bfin_write_CAN_MB23_DATA2(val) bfin_write16(CAN_MB23_DATA2, val) | ||
| 1966 | #define bfin_read_CAN_MB23_DATA3() bfin_read16(CAN_MB23_DATA3) | ||
| 1967 | #define bfin_write_CAN_MB23_DATA3(val) bfin_write16(CAN_MB23_DATA3, val) | ||
| 1968 | #define bfin_read_CAN_MB23_LENGTH() bfin_read16(CAN_MB23_LENGTH) | ||
| 1969 | #define bfin_write_CAN_MB23_LENGTH(val) bfin_write16(CAN_MB23_LENGTH, val) | ||
| 1970 | #define bfin_read_CAN_MB23_TIMESTAMP() bfin_read16(CAN_MB23_TIMESTAMP) | ||
| 1971 | #define bfin_write_CAN_MB23_TIMESTAMP(val) bfin_write16(CAN_MB23_TIMESTAMP, val) | ||
| 1972 | #define bfin_read_CAN_MB23_ID0() bfin_read16(CAN_MB23_ID0) | ||
| 1973 | #define bfin_write_CAN_MB23_ID0(val) bfin_write16(CAN_MB23_ID0, val) | ||
| 1974 | #define bfin_read_CAN_MB23_ID1() bfin_read16(CAN_MB23_ID1) | ||
| 1975 | #define bfin_write_CAN_MB23_ID1(val) bfin_write16(CAN_MB23_ID1, val) | ||
| 1976 | #define bfin_read_CAN_MB24_DATA0() bfin_read16(CAN_MB24_DATA0) | ||
| 1977 | #define bfin_write_CAN_MB24_DATA0(val) bfin_write16(CAN_MB24_DATA0, val) | ||
| 1978 | #define bfin_read_CAN_MB24_DATA1() bfin_read16(CAN_MB24_DATA1) | ||
| 1979 | #define bfin_write_CAN_MB24_DATA1(val) bfin_write16(CAN_MB24_DATA1, val) | ||
| 1980 | #define bfin_read_CAN_MB24_DATA2() bfin_read16(CAN_MB24_DATA2) | ||
| 1981 | #define bfin_write_CAN_MB24_DATA2(val) bfin_write16(CAN_MB24_DATA2, val) | ||
| 1982 | #define bfin_read_CAN_MB24_DATA3() bfin_read16(CAN_MB24_DATA3) | ||
| 1983 | #define bfin_write_CAN_MB24_DATA3(val) bfin_write16(CAN_MB24_DATA3, val) | ||
| 1984 | #define bfin_read_CAN_MB24_LENGTH() bfin_read16(CAN_MB24_LENGTH) | ||
| 1985 | #define bfin_write_CAN_MB24_LENGTH(val) bfin_write16(CAN_MB24_LENGTH, val) | ||
| 1986 | #define bfin_read_CAN_MB24_TIMESTAMP() bfin_read16(CAN_MB24_TIMESTAMP) | ||
| 1987 | #define bfin_write_CAN_MB24_TIMESTAMP(val) bfin_write16(CAN_MB24_TIMESTAMP, val) | ||
| 1988 | #define bfin_read_CAN_MB24_ID0() bfin_read16(CAN_MB24_ID0) | ||
| 1989 | #define bfin_write_CAN_MB24_ID0(val) bfin_write16(CAN_MB24_ID0, val) | ||
| 1990 | #define bfin_read_CAN_MB24_ID1() bfin_read16(CAN_MB24_ID1) | ||
| 1991 | #define bfin_write_CAN_MB24_ID1(val) bfin_write16(CAN_MB24_ID1, val) | ||
| 1992 | #define bfin_read_CAN_MB25_DATA0() bfin_read16(CAN_MB25_DATA0) | ||
| 1993 | #define bfin_write_CAN_MB25_DATA0(val) bfin_write16(CAN_MB25_DATA0, val) | ||
| 1994 | #define bfin_read_CAN_MB25_DATA1() bfin_read16(CAN_MB25_DATA1) | ||
| 1995 | #define bfin_write_CAN_MB25_DATA1(val) bfin_write16(CAN_MB25_DATA1, val) | ||
| 1996 | #define bfin_read_CAN_MB25_DATA2() bfin_read16(CAN_MB25_DATA2) | ||
| 1997 | #define bfin_write_CAN_MB25_DATA2(val) bfin_write16(CAN_MB25_DATA2, val) | ||
| 1998 | #define bfin_read_CAN_MB25_DATA3() bfin_read16(CAN_MB25_DATA3) | ||
| 1999 | #define bfin_write_CAN_MB25_DATA3(val) bfin_write16(CAN_MB25_DATA3, val) | ||
| 2000 | #define bfin_read_CAN_MB25_LENGTH() bfin_read16(CAN_MB25_LENGTH) | ||
| 2001 | #define bfin_write_CAN_MB25_LENGTH(val) bfin_write16(CAN_MB25_LENGTH, val) | ||
| 2002 | #define bfin_read_CAN_MB25_TIMESTAMP() bfin_read16(CAN_MB25_TIMESTAMP) | ||
| 2003 | #define bfin_write_CAN_MB25_TIMESTAMP(val) bfin_write16(CAN_MB25_TIMESTAMP, val) | ||
| 2004 | #define bfin_read_CAN_MB25_ID0() bfin_read16(CAN_MB25_ID0) | ||
| 2005 | #define bfin_write_CAN_MB25_ID0(val) bfin_write16(CAN_MB25_ID0, val) | ||
| 2006 | #define bfin_read_CAN_MB25_ID1() bfin_read16(CAN_MB25_ID1) | ||
| 2007 | #define bfin_write_CAN_MB25_ID1(val) bfin_write16(CAN_MB25_ID1, val) | ||
| 2008 | #define bfin_read_CAN_MB26_DATA0() bfin_read16(CAN_MB26_DATA0) | ||
| 2009 | #define bfin_write_CAN_MB26_DATA0(val) bfin_write16(CAN_MB26_DATA0, val) | ||
| 2010 | #define bfin_read_CAN_MB26_DATA1() bfin_read16(CAN_MB26_DATA1) | ||
| 2011 | #define bfin_write_CAN_MB26_DATA1(val) bfin_write16(CAN_MB26_DATA1, val) | ||
| 2012 | #define bfin_read_CAN_MB26_DATA2() bfin_read16(CAN_MB26_DATA2) | ||
| 2013 | #define bfin_write_CAN_MB26_DATA2(val) bfin_write16(CAN_MB26_DATA2, val) | ||
| 2014 | #define bfin_read_CAN_MB26_DATA3() bfin_read16(CAN_MB26_DATA3) | ||
| 2015 | #define bfin_write_CAN_MB26_DATA3(val) bfin_write16(CAN_MB26_DATA3, val) | ||
| 2016 | #define bfin_read_CAN_MB26_LENGTH() bfin_read16(CAN_MB26_LENGTH) | ||
| 2017 | #define bfin_write_CAN_MB26_LENGTH(val) bfin_write16(CAN_MB26_LENGTH, val) | ||
| 2018 | #define bfin_read_CAN_MB26_TIMESTAMP() bfin_read16(CAN_MB26_TIMESTAMP) | ||
| 2019 | #define bfin_write_CAN_MB26_TIMESTAMP(val) bfin_write16(CAN_MB26_TIMESTAMP, val) | ||
| 2020 | #define bfin_read_CAN_MB26_ID0() bfin_read16(CAN_MB26_ID0) | ||
| 2021 | #define bfin_write_CAN_MB26_ID0(val) bfin_write16(CAN_MB26_ID0, val) | ||
| 2022 | #define bfin_read_CAN_MB26_ID1() bfin_read16(CAN_MB26_ID1) | ||
| 2023 | #define bfin_write_CAN_MB26_ID1(val) bfin_write16(CAN_MB26_ID1, val) | ||
| 2024 | #define bfin_read_CAN_MB27_DATA0() bfin_read16(CAN_MB27_DATA0) | ||
| 2025 | #define bfin_write_CAN_MB27_DATA0(val) bfin_write16(CAN_MB27_DATA0, val) | ||
| 2026 | #define bfin_read_CAN_MB27_DATA1() bfin_read16(CAN_MB27_DATA1) | ||
| 2027 | #define bfin_write_CAN_MB27_DATA1(val) bfin_write16(CAN_MB27_DATA1, val) | ||
| 2028 | #define bfin_read_CAN_MB27_DATA2() bfin_read16(CAN_MB27_DATA2) | ||
| 2029 | #define bfin_write_CAN_MB27_DATA2(val) bfin_write16(CAN_MB27_DATA2, val) | ||
| 2030 | #define bfin_read_CAN_MB27_DATA3() bfin_read16(CAN_MB27_DATA3) | ||
| 2031 | #define bfin_write_CAN_MB27_DATA3(val) bfin_write16(CAN_MB27_DATA3, val) | ||
| 2032 | #define bfin_read_CAN_MB27_LENGTH() bfin_read16(CAN_MB27_LENGTH) | ||
| 2033 | #define bfin_write_CAN_MB27_LENGTH(val) bfin_write16(CAN_MB27_LENGTH, val) | ||
| 2034 | #define bfin_read_CAN_MB27_TIMESTAMP() bfin_read16(CAN_MB27_TIMESTAMP) | ||
| 2035 | #define bfin_write_CAN_MB27_TIMESTAMP(val) bfin_write16(CAN_MB27_TIMESTAMP, val) | ||
| 2036 | #define bfin_read_CAN_MB27_ID0() bfin_read16(CAN_MB27_ID0) | ||
| 2037 | #define bfin_write_CAN_MB27_ID0(val) bfin_write16(CAN_MB27_ID0, val) | ||
| 2038 | #define bfin_read_CAN_MB27_ID1() bfin_read16(CAN_MB27_ID1) | ||
| 2039 | #define bfin_write_CAN_MB27_ID1(val) bfin_write16(CAN_MB27_ID1, val) | ||
| 2040 | #define bfin_read_CAN_MB28_DATA0() bfin_read16(CAN_MB28_DATA0) | ||
| 2041 | #define bfin_write_CAN_MB28_DATA0(val) bfin_write16(CAN_MB28_DATA0, val) | ||
| 2042 | #define bfin_read_CAN_MB28_DATA1() bfin_read16(CAN_MB28_DATA1) | ||
| 2043 | #define bfin_write_CAN_MB28_DATA1(val) bfin_write16(CAN_MB28_DATA1, val) | ||
| 2044 | #define bfin_read_CAN_MB28_DATA2() bfin_read16(CAN_MB28_DATA2) | ||
| 2045 | #define bfin_write_CAN_MB28_DATA2(val) bfin_write16(CAN_MB28_DATA2, val) | ||
| 2046 | #define bfin_read_CAN_MB28_DATA3() bfin_read16(CAN_MB28_DATA3) | ||
| 2047 | #define bfin_write_CAN_MB28_DATA3(val) bfin_write16(CAN_MB28_DATA3, val) | ||
| 2048 | #define bfin_read_CAN_MB28_LENGTH() bfin_read16(CAN_MB28_LENGTH) | ||
| 2049 | #define bfin_write_CAN_MB28_LENGTH(val) bfin_write16(CAN_MB28_LENGTH, val) | ||
| 2050 | #define bfin_read_CAN_MB28_TIMESTAMP() bfin_read16(CAN_MB28_TIMESTAMP) | ||
| 2051 | #define bfin_write_CAN_MB28_TIMESTAMP(val) bfin_write16(CAN_MB28_TIMESTAMP, val) | ||
| 2052 | #define bfin_read_CAN_MB28_ID0() bfin_read16(CAN_MB28_ID0) | ||
| 2053 | #define bfin_write_CAN_MB28_ID0(val) bfin_write16(CAN_MB28_ID0, val) | ||
| 2054 | #define bfin_read_CAN_MB28_ID1() bfin_read16(CAN_MB28_ID1) | ||
| 2055 | #define bfin_write_CAN_MB28_ID1(val) bfin_write16(CAN_MB28_ID1, val) | ||
| 2056 | #define bfin_read_CAN_MB29_DATA0() bfin_read16(CAN_MB29_DATA0) | ||
| 2057 | #define bfin_write_CAN_MB29_DATA0(val) bfin_write16(CAN_MB29_DATA0, val) | ||
| 2058 | #define bfin_read_CAN_MB29_DATA1() bfin_read16(CAN_MB29_DATA1) | ||
| 2059 | #define bfin_write_CAN_MB29_DATA1(val) bfin_write16(CAN_MB29_DATA1, val) | ||
| 2060 | #define bfin_read_CAN_MB29_DATA2() bfin_read16(CAN_MB29_DATA2) | ||
| 2061 | #define bfin_write_CAN_MB29_DATA2(val) bfin_write16(CAN_MB29_DATA2, val) | ||
| 2062 | #define bfin_read_CAN_MB29_DATA3() bfin_read16(CAN_MB29_DATA3) | ||
| 2063 | #define bfin_write_CAN_MB29_DATA3(val) bfin_write16(CAN_MB29_DATA3, val) | ||
| 2064 | #define bfin_read_CAN_MB29_LENGTH() bfin_read16(CAN_MB29_LENGTH) | ||
| 2065 | #define bfin_write_CAN_MB29_LENGTH(val) bfin_write16(CAN_MB29_LENGTH, val) | ||
| 2066 | #define bfin_read_CAN_MB29_TIMESTAMP() bfin_read16(CAN_MB29_TIMESTAMP) | ||
| 2067 | #define bfin_write_CAN_MB29_TIMESTAMP(val) bfin_write16(CAN_MB29_TIMESTAMP, val) | ||
| 2068 | #define bfin_read_CAN_MB29_ID0() bfin_read16(CAN_MB29_ID0) | ||
| 2069 | #define bfin_write_CAN_MB29_ID0(val) bfin_write16(CAN_MB29_ID0, val) | ||
| 2070 | #define bfin_read_CAN_MB29_ID1() bfin_read16(CAN_MB29_ID1) | ||
| 2071 | #define bfin_write_CAN_MB29_ID1(val) bfin_write16(CAN_MB29_ID1, val) | ||
| 2072 | #define bfin_read_CAN_MB30_DATA0() bfin_read16(CAN_MB30_DATA0) | ||
| 2073 | #define bfin_write_CAN_MB30_DATA0(val) bfin_write16(CAN_MB30_DATA0, val) | ||
| 2074 | #define bfin_read_CAN_MB30_DATA1() bfin_read16(CAN_MB30_DATA1) | ||
| 2075 | #define bfin_write_CAN_MB30_DATA1(val) bfin_write16(CAN_MB30_DATA1, val) | ||
| 2076 | #define bfin_read_CAN_MB30_DATA2() bfin_read16(CAN_MB30_DATA2) | ||
| 2077 | #define bfin_write_CAN_MB30_DATA2(val) bfin_write16(CAN_MB30_DATA2, val) | ||
| 2078 | #define bfin_read_CAN_MB30_DATA3() bfin_read16(CAN_MB30_DATA3) | ||
| 2079 | #define bfin_write_CAN_MB30_DATA3(val) bfin_write16(CAN_MB30_DATA3, val) | ||
| 2080 | #define bfin_read_CAN_MB30_LENGTH() bfin_read16(CAN_MB30_LENGTH) | ||
| 2081 | #define bfin_write_CAN_MB30_LENGTH(val) bfin_write16(CAN_MB30_LENGTH, val) | ||
| 2082 | #define bfin_read_CAN_MB30_TIMESTAMP() bfin_read16(CAN_MB30_TIMESTAMP) | ||
| 2083 | #define bfin_write_CAN_MB30_TIMESTAMP(val) bfin_write16(CAN_MB30_TIMESTAMP, val) | ||
| 2084 | #define bfin_read_CAN_MB30_ID0() bfin_read16(CAN_MB30_ID0) | ||
| 2085 | #define bfin_write_CAN_MB30_ID0(val) bfin_write16(CAN_MB30_ID0, val) | ||
| 2086 | #define bfin_read_CAN_MB30_ID1() bfin_read16(CAN_MB30_ID1) | ||
| 2087 | #define bfin_write_CAN_MB30_ID1(val) bfin_write16(CAN_MB30_ID1, val) | ||
| 2088 | #define bfin_read_CAN_MB31_DATA0() bfin_read16(CAN_MB31_DATA0) | ||
| 2089 | #define bfin_write_CAN_MB31_DATA0(val) bfin_write16(CAN_MB31_DATA0, val) | ||
| 2090 | #define bfin_read_CAN_MB31_DATA1() bfin_read16(CAN_MB31_DATA1) | ||
| 2091 | #define bfin_write_CAN_MB31_DATA1(val) bfin_write16(CAN_MB31_DATA1, val) | ||
| 2092 | #define bfin_read_CAN_MB31_DATA2() bfin_read16(CAN_MB31_DATA2) | ||
| 2093 | #define bfin_write_CAN_MB31_DATA2(val) bfin_write16(CAN_MB31_DATA2, val) | ||
| 2094 | #define bfin_read_CAN_MB31_DATA3() bfin_read16(CAN_MB31_DATA3) | ||
| 2095 | #define bfin_write_CAN_MB31_DATA3(val) bfin_write16(CAN_MB31_DATA3, val) | ||
| 2096 | #define bfin_read_CAN_MB31_LENGTH() bfin_read16(CAN_MB31_LENGTH) | ||
| 2097 | #define bfin_write_CAN_MB31_LENGTH(val) bfin_write16(CAN_MB31_LENGTH, val) | ||
| 2098 | #define bfin_read_CAN_MB31_TIMESTAMP() bfin_read16(CAN_MB31_TIMESTAMP) | ||
| 2099 | #define bfin_write_CAN_MB31_TIMESTAMP(val) bfin_write16(CAN_MB31_TIMESTAMP, val) | ||
| 2100 | #define bfin_read_CAN_MB31_ID0() bfin_read16(CAN_MB31_ID0) | ||
| 2101 | #define bfin_write_CAN_MB31_ID0(val) bfin_write16(CAN_MB31_ID0, val) | ||
| 2102 | #define bfin_read_CAN_MB31_ID1() bfin_read16(CAN_MB31_ID1) | ||
| 2103 | #define bfin_write_CAN_MB31_ID1(val) bfin_write16(CAN_MB31_ID1, val) | ||
| 2104 | |||
| 2105 | #endif | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/cdefBF539.h b/arch/blackfin/mach-bf538/include/mach/cdefBF539.h new file mode 100644 index 000000000000..198c4bbc8e5d --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/cdefBF539.h | |||
| @@ -0,0 +1,240 @@ | |||
| 1 | /* DO NOT EDIT THIS FILE | ||
| 2 | * Automatically generated by generate-cdef-headers.xsl | ||
| 3 | * DO NOT EDIT THIS FILE | ||
| 4 | */ | ||
| 5 | |||
| 6 | #ifndef _CDEF_BF539_H | ||
| 7 | #define _CDEF_BF539_H | ||
| 8 | |||
| 9 | /* Include MMRs Common to BF538 */ | ||
| 10 | #include "cdefBF538.h" | ||
| 11 | |||
| 12 | |||
| 13 | #define bfin_read_MXVR_CONFIG() bfin_read16(MXVR_CONFIG) | ||
| 14 | #define bfin_write_MXVR_CONFIG(val) bfin_write16(MXVR_CONFIG, val) | ||
| 15 | #define bfin_read_MXVR_PLL_CTL_0() bfin_read32(MXVR_PLL_CTL_0) | ||
| 16 | #define bfin_write_MXVR_PLL_CTL_0(val) bfin_write32(MXVR_PLL_CTL_0, val) | ||
| 17 | #define bfin_read_MXVR_STATE_0() bfin_read32(MXVR_STATE_0) | ||
| 18 | #define bfin_write_MXVR_STATE_0(val) bfin_write32(MXVR_STATE_0, val) | ||
| 19 | #define bfin_read_MXVR_STATE_1() bfin_read32(MXVR_STATE_1) | ||
| 20 | #define bfin_write_MXVR_STATE_1(val) bfin_write32(MXVR_STATE_1, val) | ||
| 21 | #define bfin_read_MXVR_INT_STAT_0() bfin_read32(MXVR_INT_STAT_0) | ||
| 22 | #define bfin_write_MXVR_INT_STAT_0(val) bfin_write32(MXVR_INT_STAT_0, val) | ||
| 23 | #define bfin_read_MXVR_INT_STAT_1() bfin_read32(MXVR_INT_STAT_1) | ||
| 24 | #define bfin_write_MXVR_INT_STAT_1(val) bfin_write32(MXVR_INT_STAT_1, val) | ||
| 25 | #define bfin_read_MXVR_INT_EN_0() bfin_read32(MXVR_INT_EN_0) | ||
| 26 | #define bfin_write_MXVR_INT_EN_0(val) bfin_write32(MXVR_INT_EN_0, val) | ||
| 27 | #define bfin_read_MXVR_INT_EN_1() bfin_read32(MXVR_INT_EN_1) | ||
| 28 | #define bfin_write_MXVR_INT_EN_1(val) bfin_write32(MXVR_INT_EN_1, val) | ||
| 29 | #define bfin_read_MXVR_POSITION() bfin_read16(MXVR_POSITION) | ||
| 30 | #define bfin_write_MXVR_POSITION(val) bfin_write16(MXVR_POSITION, val) | ||
| 31 | #define bfin_read_MXVR_MAX_POSITION() bfin_read16(MXVR_MAX_POSITION) | ||
| 32 | #define bfin_write_MXVR_MAX_POSITION(val) bfin_write16(MXVR_MAX_POSITION, val) | ||
| 33 | #define bfin_read_MXVR_DELAY() bfin_read16(MXVR_DELAY) | ||
| 34 | #define bfin_write_MXVR_DELAY(val) bfin_write16(MXVR_DELAY, val) | ||
| 35 | #define bfin_read_MXVR_MAX_DELAY() bfin_read16(MXVR_MAX_DELAY) | ||
| 36 | #define bfin_write_MXVR_MAX_DELAY(val) bfin_write16(MXVR_MAX_DELAY, val) | ||
| 37 | #define bfin_read_MXVR_LADDR() bfin_read32(MXVR_LADDR) | ||
| 38 | #define bfin_write_MXVR_LADDR(val) bfin_write32(MXVR_LADDR, val) | ||
| 39 | #define bfin_read_MXVR_GADDR() bfin_read16(MXVR_GADDR) | ||
| 40 | #define bfin_write_MXVR_GADDR(val) bfin_write16(MXVR_GADDR, val) | ||
| 41 | #define bfin_read_MXVR_AADDR() bfin_read32(MXVR_AADDR) | ||
| 42 | #define bfin_write_MXVR_AADDR(val) bfin_write32(MXVR_AADDR, val) | ||
| 43 | #define bfin_read_MXVR_ALLOC_0() bfin_read32(MXVR_ALLOC_0) | ||
| 44 | #define bfin_write_MXVR_ALLOC_0(val) bfin_write32(MXVR_ALLOC_0, val) | ||
| 45 | #define bfin_read_MXVR_ALLOC_1() bfin_read32(MXVR_ALLOC_1) | ||
| 46 | #define bfin_write_MXVR_ALLOC_1(val) bfin_write32(MXVR_ALLOC_1, val) | ||
| 47 | #define bfin_read_MXVR_ALLOC_2() bfin_read32(MXVR_ALLOC_2) | ||
| 48 | #define bfin_write_MXVR_ALLOC_2(val) bfin_write32(MXVR_ALLOC_2, val) | ||
| 49 | #define bfin_read_MXVR_ALLOC_3() bfin_read32(MXVR_ALLOC_3) | ||
| 50 | #define bfin_write_MXVR_ALLOC_3(val) bfin_write32(MXVR_ALLOC_3, val) | ||
| 51 | #define bfin_read_MXVR_ALLOC_4() bfin_read32(MXVR_ALLOC_4) | ||
| 52 | #define bfin_write_MXVR_ALLOC_4(val) bfin_write32(MXVR_ALLOC_4, val) | ||
| 53 | #define bfin_read_MXVR_ALLOC_5() bfin_read32(MXVR_ALLOC_5) | ||
| 54 | #define bfin_write_MXVR_ALLOC_5(val) bfin_write32(MXVR_ALLOC_5, val) | ||
| 55 | #define bfin_read_MXVR_ALLOC_6() bfin_read32(MXVR_ALLOC_6) | ||
| 56 | #define bfin_write_MXVR_ALLOC_6(val) bfin_write32(MXVR_ALLOC_6, val) | ||
| 57 | #define bfin_read_MXVR_ALLOC_7() bfin_read32(MXVR_ALLOC_7) | ||
| 58 | #define bfin_write_MXVR_ALLOC_7(val) bfin_write32(MXVR_ALLOC_7, val) | ||
| 59 | #define bfin_read_MXVR_ALLOC_8() bfin_read32(MXVR_ALLOC_8) | ||
| 60 | #define bfin_write_MXVR_ALLOC_8(val) bfin_write32(MXVR_ALLOC_8, val) | ||
| 61 | #define bfin_read_MXVR_ALLOC_9() bfin_read32(MXVR_ALLOC_9) | ||
| 62 | #define bfin_write_MXVR_ALLOC_9(val) bfin_write32(MXVR_ALLOC_9, val) | ||
| 63 | #define bfin_read_MXVR_ALLOC_10() bfin_read32(MXVR_ALLOC_10) | ||
| 64 | #define bfin_write_MXVR_ALLOC_10(val) bfin_write32(MXVR_ALLOC_10, val) | ||
| 65 | #define bfin_read_MXVR_ALLOC_11() bfin_read32(MXVR_ALLOC_11) | ||
| 66 | #define bfin_write_MXVR_ALLOC_11(val) bfin_write32(MXVR_ALLOC_11, val) | ||
| 67 | #define bfin_read_MXVR_ALLOC_12() bfin_read32(MXVR_ALLOC_12) | ||
| 68 | #define bfin_write_MXVR_ALLOC_12(val) bfin_write32(MXVR_ALLOC_12, val) | ||
| 69 | #define bfin_read_MXVR_ALLOC_13() bfin_read32(MXVR_ALLOC_13) | ||
| 70 | #define bfin_write_MXVR_ALLOC_13(val) bfin_write32(MXVR_ALLOC_13, val) | ||
| 71 | #define bfin_read_MXVR_ALLOC_14() bfin_read32(MXVR_ALLOC_14) | ||
| 72 | #define bfin_write_MXVR_ALLOC_14(val) bfin_write32(MXVR_ALLOC_14, val) | ||
| 73 | #define bfin_read_MXVR_SYNC_LCHAN_0() bfin_read32(MXVR_SYNC_LCHAN_0) | ||
| 74 | #define bfin_write_MXVR_SYNC_LCHAN_0(val) bfin_write32(MXVR_SYNC_LCHAN_0, val) | ||
| 75 | #define bfin_read_MXVR_SYNC_LCHAN_1() bfin_read32(MXVR_SYNC_LCHAN_1) | ||
| 76 | #define bfin_write_MXVR_SYNC_LCHAN_1(val) bfin_write32(MXVR_SYNC_LCHAN_1, val) | ||
| 77 | #define bfin_read_MXVR_SYNC_LCHAN_2() bfin_read32(MXVR_SYNC_LCHAN_2) | ||
| 78 | #define bfin_write_MXVR_SYNC_LCHAN_2(val) bfin_write32(MXVR_SYNC_LCHAN_2, val) | ||
| 79 | #define bfin_read_MXVR_SYNC_LCHAN_3() bfin_read32(MXVR_SYNC_LCHAN_3) | ||
| 80 | #define bfin_write_MXVR_SYNC_LCHAN_3(val) bfin_write32(MXVR_SYNC_LCHAN_3, val) | ||
| 81 | #define bfin_read_MXVR_SYNC_LCHAN_4() bfin_read32(MXVR_SYNC_LCHAN_4) | ||
| 82 | #define bfin_write_MXVR_SYNC_LCHAN_4(val) bfin_write32(MXVR_SYNC_LCHAN_4, val) | ||
| 83 | #define bfin_read_MXVR_SYNC_LCHAN_5() bfin_read32(MXVR_SYNC_LCHAN_5) | ||
| 84 | #define bfin_write_MXVR_SYNC_LCHAN_5(val) bfin_write32(MXVR_SYNC_LCHAN_5, val) | ||
| 85 | #define bfin_read_MXVR_SYNC_LCHAN_6() bfin_read32(MXVR_SYNC_LCHAN_6) | ||
| 86 | #define bfin_write_MXVR_SYNC_LCHAN_6(val) bfin_write32(MXVR_SYNC_LCHAN_6, val) | ||
| 87 | #define bfin_read_MXVR_SYNC_LCHAN_7() bfin_read32(MXVR_SYNC_LCHAN_7) | ||
| 88 | #define bfin_write_MXVR_SYNC_LCHAN_7(val) bfin_write32(MXVR_SYNC_LCHAN_7, val) | ||
| 89 | #define bfin_read_MXVR_DMA0_CONFIG() bfin_read32(MXVR_DMA0_CONFIG) | ||
| 90 | #define bfin_write_MXVR_DMA0_CONFIG(val) bfin_write32(MXVR_DMA0_CONFIG, val) | ||
| 91 | #define bfin_read_MXVR_DMA0_START_ADDR() bfin_readPTR(MXVR_DMA0_START_ADDR) | ||
| 92 | #define bfin_write_MXVR_DMA0_START_ADDR(val) bfin_writePTR(MXVR_DMA0_START_ADDR, val) | ||
| 93 | #define bfin_read_MXVR_DMA0_COUNT() bfin_read16(MXVR_DMA0_COUNT) | ||
| 94 | #define bfin_write_MXVR_DMA0_COUNT(val) bfin_write16(MXVR_DMA0_COUNT, val) | ||
| 95 | #define bfin_read_MXVR_DMA0_CURR_ADDR() bfin_readPTR(MXVR_DMA0_CURR_ADDR) | ||
| 96 | #define bfin_write_MXVR_DMA0_CURR_ADDR(val) bfin_writePTR(MXVR_DMA0_CURR_ADDR, val) | ||
| 97 | #define bfin_read_MXVR_DMA0_CURR_COUNT() bfin_read16(MXVR_DMA0_CURR_COUNT) | ||
| 98 | #define bfin_write_MXVR_DMA0_CURR_COUNT(val) bfin_write16(MXVR_DMA0_CURR_COUNT, val) | ||
| 99 | #define bfin_read_MXVR_DMA1_CONFIG() bfin_read32(MXVR_DMA1_CONFIG) | ||
| 100 | #define bfin_write_MXVR_DMA1_CONFIG(val) bfin_write32(MXVR_DMA1_CONFIG, val) | ||
| 101 | #define bfin_read_MXVR_DMA1_START_ADDR() bfin_readPTR(MXVR_DMA1_START_ADDR) | ||
| 102 | #define bfin_write_MXVR_DMA1_START_ADDR(val) bfin_writePTR(MXVR_DMA1_START_ADDR, val) | ||
| 103 | #define bfin_read_MXVR_DMA1_COUNT() bfin_read16(MXVR_DMA1_COUNT) | ||
| 104 | #define bfin_write_MXVR_DMA1_COUNT(val) bfin_write16(MXVR_DMA1_COUNT, val) | ||
| 105 | #define bfin_read_MXVR_DMA1_CURR_ADDR() bfin_readPTR(MXVR_DMA1_CURR_ADDR) | ||
| 106 | #define bfin_write_MXVR_DMA1_CURR_ADDR(val) bfin_writePTR(MXVR_DMA1_CURR_ADDR, val) | ||
| 107 | #define bfin_read_MXVR_DMA1_CURR_COUNT() bfin_read16(MXVR_DMA1_CURR_COUNT) | ||
| 108 | #define bfin_write_MXVR_DMA1_CURR_COUNT(val) bfin_write16(MXVR_DMA1_CURR_COUNT, val) | ||
| 109 | #define bfin_read_MXVR_DMA2_CONFIG() bfin_read32(MXVR_DMA2_CONFIG) | ||
| 110 | #define bfin_write_MXVR_DMA2_CONFIG(val) bfin_write32(MXVR_DMA2_CONFIG, val) | ||
| 111 | #define bfin_read_MXVR_DMA2_START_ADDR() bfin_readPTR(MXVR_DMA2_START_ADDR) | ||
| 112 | #define bfin_write_MXVR_DMA2_START_ADDR(val) bfin_writePTR(MXVR_DMA2_START_ADDR, val) | ||
| 113 | #define bfin_read_MXVR_DMA2_COUNT() bfin_read16(MXVR_DMA2_COUNT) | ||
| 114 | #define bfin_write_MXVR_DMA2_COUNT(val) bfin_write16(MXVR_DMA2_COUNT, val) | ||
| 115 | #define bfin_read_MXVR_DMA2_CURR_ADDR() bfin_readPTR(MXVR_DMA2_CURR_ADDR) | ||
| 116 | #define bfin_write_MXVR_DMA2_CURR_ADDR(val) bfin_writePTR(MXVR_DMA2_CURR_ADDR, val) | ||
| 117 | #define bfin_read_MXVR_DMA2_CURR_COUNT() bfin_read16(MXVR_DMA2_CURR_COUNT) | ||
| 118 | #define bfin_write_MXVR_DMA2_CURR_COUNT(val) bfin_write16(MXVR_DMA2_CURR_COUNT, val) | ||
| 119 | #define bfin_read_MXVR_DMA3_CONFIG() bfin_read32(MXVR_DMA3_CONFIG) | ||
| 120 | #define bfin_write_MXVR_DMA3_CONFIG(val) bfin_write32(MXVR_DMA3_CONFIG, val) | ||
| 121 | #define bfin_read_MXVR_DMA3_START_ADDR() bfin_readPTR(MXVR_DMA3_START_ADDR) | ||
| 122 | #define bfin_write_MXVR_DMA3_START_ADDR(val) bfin_writePTR(MXVR_DMA3_START_ADDR, val) | ||
| 123 | #define bfin_read_MXVR_DMA3_COUNT() bfin_read16(MXVR_DMA3_COUNT) | ||
| 124 | #define bfin_write_MXVR_DMA3_COUNT(val) bfin_write16(MXVR_DMA3_COUNT, val) | ||
| 125 | #define bfin_read_MXVR_DMA3_CURR_ADDR() bfin_readPTR(MXVR_DMA3_CURR_ADDR) | ||
| 126 | #define bfin_write_MXVR_DMA3_CURR_ADDR(val) bfin_writePTR(MXVR_DMA3_CURR_ADDR, val) | ||
| 127 | #define bfin_read_MXVR_DMA3_CURR_COUNT() bfin_read16(MXVR_DMA3_CURR_COUNT) | ||
| 128 | #define bfin_write_MXVR_DMA3_CURR_COUNT(val) bfin_write16(MXVR_DMA3_CURR_COUNT, val) | ||
| 129 | #define bfin_read_MXVR_DMA4_CONFIG() bfin_read32(MXVR_DMA4_CONFIG) | ||
| 130 | #define bfin_write_MXVR_DMA4_CONFIG(val) bfin_write32(MXVR_DMA4_CONFIG, val) | ||
| 131 | #define bfin_read_MXVR_DMA4_START_ADDR() bfin_readPTR(MXVR_DMA4_START_ADDR) | ||
| 132 | #define bfin_write_MXVR_DMA4_START_ADDR(val) bfin_writePTR(MXVR_DMA4_START_ADDR, val) | ||
| 133 | #define bfin_read_MXVR_DMA4_COUNT() bfin_read16(MXVR_DMA4_COUNT) | ||
| 134 | #define bfin_write_MXVR_DMA4_COUNT(val) bfin_write16(MXVR_DMA4_COUNT, val) | ||
| 135 | #define bfin_read_MXVR_DMA4_CURR_ADDR() bfin_readPTR(MXVR_DMA4_CURR_ADDR) | ||
| 136 | #define bfin_write_MXVR_DMA4_CURR_ADDR(val) bfin_writePTR(MXVR_DMA4_CURR_ADDR, val) | ||
| 137 | #define bfin_read_MXVR_DMA4_CURR_COUNT() bfin_read16(MXVR_DMA4_CURR_COUNT) | ||
| 138 | #define bfin_write_MXVR_DMA4_CURR_COUNT(val) bfin_write16(MXVR_DMA4_CURR_COUNT, val) | ||
| 139 | #define bfin_read_MXVR_DMA5_CONFIG() bfin_read32(MXVR_DMA5_CONFIG) | ||
| 140 | #define bfin_write_MXVR_DMA5_CONFIG(val) bfin_write32(MXVR_DMA5_CONFIG, val) | ||
| 141 | #define bfin_read_MXVR_DMA5_START_ADDR() bfin_readPTR(MXVR_DMA5_START_ADDR) | ||
| 142 | #define bfin_write_MXVR_DMA5_START_ADDR(val) bfin_writePTR(MXVR_DMA5_START_ADDR, val) | ||
| 143 | #define bfin_read_MXVR_DMA5_COUNT() bfin_read16(MXVR_DMA5_COUNT) | ||
| 144 | #define bfin_write_MXVR_DMA5_COUNT(val) bfin_write16(MXVR_DMA5_COUNT, val) | ||
| 145 | #define bfin_read_MXVR_DMA5_CURR_ADDR() bfin_readPTR(MXVR_DMA5_CURR_ADDR) | ||
| 146 | #define bfin_write_MXVR_DMA5_CURR_ADDR(val) bfin_writePTR(MXVR_DMA5_CURR_ADDR, val) | ||
| 147 | #define bfin_read_MXVR_DMA5_CURR_COUNT() bfin_read16(MXVR_DMA5_CURR_COUNT) | ||
| 148 | #define bfin_write_MXVR_DMA5_CURR_COUNT(val) bfin_write16(MXVR_DMA5_CURR_COUNT, val) | ||
| 149 | #define bfin_read_MXVR_DMA6_CONFIG() bfin_read32(MXVR_DMA6_CONFIG) | ||
| 150 | #define bfin_write_MXVR_DMA6_CONFIG(val) bfin_write32(MXVR_DMA6_CONFIG, val) | ||
| 151 | #define bfin_read_MXVR_DMA6_START_ADDR() bfin_readPTR(MXVR_DMA6_START_ADDR) | ||
| 152 | #define bfin_write_MXVR_DMA6_START_ADDR(val) bfin_writePTR(MXVR_DMA6_START_ADDR, val) | ||
| 153 | #define bfin_read_MXVR_DMA6_COUNT() bfin_read16(MXVR_DMA6_COUNT) | ||
| 154 | #define bfin_write_MXVR_DMA6_COUNT(val) bfin_write16(MXVR_DMA6_COUNT, val) | ||
| 155 | #define bfin_read_MXVR_DMA6_CURR_ADDR() bfin_readPTR(MXVR_DMA6_CURR_ADDR) | ||
| 156 | #define bfin_write_MXVR_DMA6_CURR_ADDR(val) bfin_writePTR(MXVR_DMA6_CURR_ADDR, val) | ||
| 157 | #define bfin_read_MXVR_DMA6_CURR_COUNT() bfin_read16(MXVR_DMA6_CURR_COUNT) | ||
| 158 | #define bfin_write_MXVR_DMA6_CURR_COUNT(val) bfin_write16(MXVR_DMA6_CURR_COUNT, val) | ||
| 159 | #define bfin_read_MXVR_DMA7_CONFIG() bfin_read32(MXVR_DMA7_CONFIG) | ||
| 160 | #define bfin_write_MXVR_DMA7_CONFIG(val) bfin_write32(MXVR_DMA7_CONFIG, val) | ||
| 161 | #define bfin_read_MXVR_DMA7_START_ADDR() bfin_readPTR(MXVR_DMA7_START_ADDR) | ||
| 162 | #define bfin_write_MXVR_DMA7_START_ADDR(val) bfin_writePTR(MXVR_DMA7_START_ADDR, val) | ||
| 163 | #define bfin_read_MXVR_DMA7_COUNT() bfin_read16(MXVR_DMA7_COUNT) | ||
| 164 | #define bfin_write_MXVR_DMA7_COUNT(val) bfin_write16(MXVR_DMA7_COUNT, val) | ||
| 165 | #define bfin_read_MXVR_DMA7_CURR_ADDR() bfin_readPTR(MXVR_DMA7_CURR_ADDR) | ||
| 166 | #define bfin_write_MXVR_DMA7_CURR_ADDR(val) bfin_writePTR(MXVR_DMA7_CURR_ADDR, val) | ||
| 167 | #define bfin_read_MXVR_DMA7_CURR_COUNT() bfin_read16(MXVR_DMA7_CURR_COUNT) | ||
| 168 | #define bfin_write_MXVR_DMA7_CURR_COUNT(val) bfin_write16(MXVR_DMA7_CURR_COUNT, val) | ||
| 169 | #define bfin_read_MXVR_AP_CTL() bfin_read16(MXVR_AP_CTL) | ||
| 170 | #define bfin_write_MXVR_AP_CTL(val) bfin_write16(MXVR_AP_CTL, val) | ||
| 171 | #define bfin_read_MXVR_APRB_START_ADDR() bfin_readPTR(MXVR_APRB_START_ADDR) | ||
| 172 | #define bfin_write_MXVR_APRB_START_ADDR(val) bfin_writePTR(MXVR_APRB_START_ADDR, val) | ||
| 173 | #define bfin_read_MXVR_APRB_CURR_ADDR() bfin_readPTR(MXVR_APRB_CURR_ADDR) | ||
| 174 | #define bfin_write_MXVR_APRB_CURR_ADDR(val) bfin_writePTR(MXVR_APRB_CURR_ADDR, val) | ||
| 175 | #define bfin_read_MXVR_APTB_START_ADDR() bfin_readPTR(MXVR_APTB_START_ADDR) | ||
| 176 | #define bfin_write_MXVR_APTB_START_ADDR(val) bfin_writePTR(MXVR_APTB_START_ADDR, val) | ||
| 177 | #define bfin_read_MXVR_APTB_CURR_ADDR() bfin_readPTR(MXVR_APTB_CURR_ADDR) | ||
| 178 | #define bfin_write_MXVR_APTB_CURR_ADDR(val) bfin_writePTR(MXVR_APTB_CURR_ADDR, val) | ||
| 179 | #define bfin_read_MXVR_CM_CTL() bfin_read32(MXVR_CM_CTL) | ||
| 180 | #define bfin_write_MXVR_CM_CTL(val) bfin_write32(MXVR_CM_CTL, val) | ||
| 181 | #define bfin_read_MXVR_CMRB_START_ADDR() bfin_readPTR(MXVR_CMRB_START_ADDR) | ||
| 182 | #define bfin_write_MXVR_CMRB_START_ADDR(val) bfin_writePTR(MXVR_CMRB_START_ADDR, val) | ||
| 183 | #define bfin_read_MXVR_CMRB_CURR_ADDR() bfin_readPTR(MXVR_CMRB_CURR_ADDR) | ||
| 184 | #define bfin_write_MXVR_CMRB_CURR_ADDR(val) bfin_writePTR(MXVR_CMRB_CURR_ADDR, val) | ||
| 185 | #define bfin_read_MXVR_CMTB_START_ADDR() bfin_readPTR(MXVR_CMTB_START_ADDR) | ||
| 186 | #define bfin_write_MXVR_CMTB_START_ADDR(val) bfin_writePTR(MXVR_CMTB_START_ADDR, val) | ||
| 187 | #define bfin_read_MXVR_CMTB_CURR_ADDR() bfin_readPTR(MXVR_CMTB_CURR_ADDR) | ||
| 188 | #define bfin_write_MXVR_CMTB_CURR_ADDR(val) bfin_writePTR(MXVR_CMTB_CURR_ADDR, val) | ||
| 189 | #define bfin_read_MXVR_RRDB_START_ADDR() bfin_readPTR(MXVR_RRDB_START_ADDR) | ||
| 190 | #define bfin_write_MXVR_RRDB_START_ADDR(val) bfin_writePTR(MXVR_RRDB_START_ADDR, val) | ||
| 191 | #define bfin_read_MXVR_RRDB_CURR_ADDR() bfin_readPTR(MXVR_RRDB_CURR_ADDR) | ||
| 192 | #define bfin_write_MXVR_RRDB_CURR_ADDR(val) bfin_writePTR(MXVR_RRDB_CURR_ADDR, val) | ||
| 193 | #define bfin_read_MXVR_PAT_DATA_0() bfin_read32(MXVR_PAT_DATA_0) | ||
| 194 | #define bfin_write_MXVR_PAT_DATA_0(val) bfin_write32(MXVR_PAT_DATA_0, val) | ||
| 195 | #define bfin_read_MXVR_PAT_EN_0() bfin_read32(MXVR_PAT_EN_0) | ||
| 196 | #define bfin_write_MXVR_PAT_EN_0(val) bfin_write32(MXVR_PAT_EN_0, val) | ||
| 197 | #define bfin_read_MXVR_PAT_DATA_1() bfin_read32(MXVR_PAT_DATA_1) | ||
| 198 | #define bfin_write_MXVR_PAT_DATA_1(val) bfin_write32(MXVR_PAT_DATA_1, val) | ||
| 199 | #define bfin_read_MXVR_PAT_EN_1() bfin_read32(MXVR_PAT_EN_1) | ||
| 200 | #define bfin_write_MXVR_PAT_EN_1(val) bfin_write32(MXVR_PAT_EN_1, val) | ||
| 201 | #define bfin_read_MXVR_FRAME_CNT_0() bfin_read16(MXVR_FRAME_CNT_0) | ||
| 202 | #define bfin_write_MXVR_FRAME_CNT_0(val) bfin_write16(MXVR_FRAME_CNT_0, val) | ||
| 203 | #define bfin_read_MXVR_FRAME_CNT_1() bfin_read16(MXVR_FRAME_CNT_1) | ||
| 204 | #define bfin_write_MXVR_FRAME_CNT_1(val) bfin_write16(MXVR_FRAME_CNT_1, val) | ||
| 205 | #define bfin_read_MXVR_ROUTING_0() bfin_read32(MXVR_ROUTING_0) | ||
| 206 | #define bfin_write_MXVR_ROUTING_0(val) bfin_write32(MXVR_ROUTING_0, val) | ||
| 207 | #define bfin_read_MXVR_ROUTING_1() bfin_read32(MXVR_ROUTING_1) | ||
| 208 | #define bfin_write_MXVR_ROUTING_1(val) bfin_write32(MXVR_ROUTING_1, val) | ||
| 209 | #define bfin_read_MXVR_ROUTING_2() bfin_read32(MXVR_ROUTING_2) | ||
| 210 | #define bfin_write_MXVR_ROUTING_2(val) bfin_write32(MXVR_ROUTING_2, val) | ||
| 211 | #define bfin_read_MXVR_ROUTING_3() bfin_read32(MXVR_ROUTING_3) | ||
| 212 | #define bfin_write_MXVR_ROUTING_3(val) bfin_write32(MXVR_ROUTING_3, val) | ||
| 213 | #define bfin_read_MXVR_ROUTING_4() bfin_read32(MXVR_ROUTING_4) | ||
| 214 | #define bfin_write_MXVR_ROUTING_4(val) bfin_write32(MXVR_ROUTING_4, val) | ||
| 215 | #define bfin_read_MXVR_ROUTING_5() bfin_read32(MXVR_ROUTING_5) | ||
| 216 | #define bfin_write_MXVR_ROUTING_5(val) bfin_write32(MXVR_ROUTING_5, val) | ||
| 217 | #define bfin_read_MXVR_ROUTING_6() bfin_read32(MXVR_ROUTING_6) | ||
| 218 | #define bfin_write_MXVR_ROUTING_6(val) bfin_write32(MXVR_ROUTING_6, val) | ||
| 219 | #define bfin_read_MXVR_ROUTING_7() bfin_read32(MXVR_ROUTING_7) | ||
| 220 | #define bfin_write_MXVR_ROUTING_7(val) bfin_write32(MXVR_ROUTING_7, val) | ||
| 221 | #define bfin_read_MXVR_ROUTING_8() bfin_read32(MXVR_ROUTING_8) | ||
| 222 | #define bfin_write_MXVR_ROUTING_8(val) bfin_write32(MXVR_ROUTING_8, val) | ||
| 223 | #define bfin_read_MXVR_ROUTING_9() bfin_read32(MXVR_ROUTING_9) | ||
| 224 | #define bfin_write_MXVR_ROUTING_9(val) bfin_write32(MXVR_ROUTING_9, val) | ||
| 225 | #define bfin_read_MXVR_ROUTING_10() bfin_read32(MXVR_ROUTING_10) | ||
| 226 | #define bfin_write_MXVR_ROUTING_10(val) bfin_write32(MXVR_ROUTING_10, val) | ||
| 227 | #define bfin_read_MXVR_ROUTING_11() bfin_read32(MXVR_ROUTING_11) | ||
| 228 | #define bfin_write_MXVR_ROUTING_11(val) bfin_write32(MXVR_ROUTING_11, val) | ||
| 229 | #define bfin_read_MXVR_ROUTING_12() bfin_read32(MXVR_ROUTING_12) | ||
| 230 | #define bfin_write_MXVR_ROUTING_12(val) bfin_write32(MXVR_ROUTING_12, val) | ||
| 231 | #define bfin_read_MXVR_ROUTING_13() bfin_read32(MXVR_ROUTING_13) | ||
| 232 | #define bfin_write_MXVR_ROUTING_13(val) bfin_write32(MXVR_ROUTING_13, val) | ||
| 233 | #define bfin_read_MXVR_ROUTING_14() bfin_read32(MXVR_ROUTING_14) | ||
| 234 | #define bfin_write_MXVR_ROUTING_14(val) bfin_write32(MXVR_ROUTING_14, val) | ||
| 235 | #define bfin_read_MXVR_PLL_CTL_1() bfin_read32(MXVR_PLL_CTL_1) | ||
| 236 | #define bfin_write_MXVR_PLL_CTL_1(val) bfin_write32(MXVR_PLL_CTL_1, val) | ||
| 237 | #define bfin_read_MXVR_BLOCK_CNT() bfin_read16(MXVR_BLOCK_CNT) | ||
| 238 | #define bfin_write_MXVR_BLOCK_CNT(val) bfin_write16(MXVR_BLOCK_CNT, val) | ||
| 239 | |||
| 240 | #endif /* _CDEF_BF539_H */ | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/defBF539.h b/arch/blackfin/mach-bf538/include/mach/defBF539.h new file mode 100644 index 000000000000..6adbfcc65a35 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/defBF539.h | |||
| @@ -0,0 +1,4243 @@ | |||
| 1 | /************************************************************************ | ||
| 2 | * | ||
| 3 | * This file is subject to the terms and conditions of the GNU Public | ||
| 4 | * License. See the file "COPYING" in the main directory of this archive | ||
| 5 | * for more details. | ||
| 6 | * | ||
| 7 | * Non-GPL License also available as part of VisualDSP++ | ||
| 8 | * http://www.analog.com/processors/resources/crosscore/visualDspDevSoftware.html | ||
| 9 | * | ||
| 10 | * (c) Copyright 2001-2005 Analog Devices, Inc. All rights reserved | ||
| 11 | * | ||
| 12 | * This file under source code control, please send bugs or changes to: | ||
| 13 | * dsptools.support@analog.com | ||
| 14 | * | ||
| 15 | ************************************************************************/ | ||
| 16 | /* | ||
| 17 | * File: include/asm-blackfin/mach-bf538/defBF539.h | ||
| 18 | * Based on: | ||
| 19 | * Author: | ||
| 20 | * | ||
| 21 | * Created: | ||
| 22 | * Description: | ||
| 23 | * | ||
| 24 | * Rev: | ||
| 25 | * | ||
| 26 | * Modified: | ||
| 27 | * | ||
| 28 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
| 29 | * | ||
| 30 | * This program is free software; you can redistribute it and/or modify | ||
| 31 | * it under the terms of the GNU General Public License as published by | ||
| 32 | * the Free Software Foundation; either version 2, or (at your option) | ||
| 33 | * any later version. | ||
| 34 | * | ||
| 35 | * This program is distributed in the hope that it will be useful, | ||
| 36 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 37 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 38 | * GNU General Public License for more details. | ||
| 39 | * | ||
| 40 | * You should have received a copy of the GNU General Public License | ||
| 41 | * along with this program; see the file COPYING. | ||
| 42 | * If not, write to the Free Software Foundation, | ||
| 43 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
| 44 | */ | ||
| 45 | /* SYSTEM & MM REGISTER BIT & ADDRESS DEFINITIONS FOR ADSP-BF538/9 */ | ||
| 46 | |||
| 47 | #ifndef _DEF_BF539_H | ||
| 48 | #define _DEF_BF539_H | ||
| 49 | |||
| 50 | /* include all Core registers and bit definitions */ | ||
| 51 | #include <asm/def_LPBlackfin.h> | ||
| 52 | |||
| 53 | |||
| 54 | /*********************************************************************************** */ | ||
| 55 | /* System MMR Register Map */ | ||
| 56 | /*********************************************************************************** */ | ||
| 57 | /* Clock/Regulator Control (0xFFC00000 - 0xFFC000FF) */ | ||
| 58 | #define PLL_CTL 0xFFC00000 /* PLL Control register (16-bit) */ | ||
| 59 | #define PLL_DIV 0xFFC00004 /* PLL Divide Register (16-bit) */ | ||
| 60 | #define VR_CTL 0xFFC00008 /* Voltage Regulator Control Register (16-bit) */ | ||
| 61 | #define PLL_STAT 0xFFC0000C /* PLL Status register (16-bit) */ | ||
| 62 | #define PLL_LOCKCNT 0xFFC00010 /* PLL Lock Count register (16-bit) */ | ||
| 63 | #define CHIPID 0xFFC00014 /* Chip ID Register */ | ||
| 64 | |||
| 65 | /* CHIPID Masks */ | ||
| 66 | #define CHIPID_VERSION 0xF0000000 | ||
| 67 | #define CHIPID_FAMILY 0x0FFFF000 | ||
| 68 | #define CHIPID_MANUFACTURE 0x00000FFE | ||
| 69 | |||
| 70 | /* System Interrupt Controller (0xFFC00100 - 0xFFC001FF) */ | ||
| 71 | #define SWRST 0xFFC00100 /* Software Reset Register (16-bit) */ | ||
| 72 | #define SYSCR 0xFFC00104 /* System Configuration registe */ | ||
| 73 | #define SIC_IMASK0 0xFFC0010C /* Interrupt Mask Register */ | ||
| 74 | #define SIC_IAR0 0xFFC00110 /* Interrupt Assignment Register 0 */ | ||
| 75 | #define SIC_IAR1 0xFFC00114 /* Interrupt Assignment Register 1 */ | ||
| 76 | #define SIC_IAR2 0xFFC00118 /* Interrupt Assignment Register 2 */ | ||
| 77 | #define SIC_IAR3 0xFFC0011C /* Interrupt Assignment Register 3 */ | ||
| 78 | #define SIC_ISR0 0xFFC00120 /* Interrupt Status Register */ | ||
| 79 | #define SIC_IWR0 0xFFC00124 /* Interrupt Wakeup Register */ | ||
| 80 | #define SIC_IMASK1 0xFFC00128 /* Interrupt Mask Register 1 */ | ||
| 81 | #define SIC_ISR1 0xFFC0012C /* Interrupt Status Register 1 */ | ||
| 82 | #define SIC_IWR1 0xFFC00130 /* Interrupt Wakeup Register 1 */ | ||
| 83 | #define SIC_IAR4 0xFFC00134 /* Interrupt Assignment Register 4 */ | ||
| 84 | #define SIC_IAR5 0xFFC00138 /* Interrupt Assignment Register 5 */ | ||
| 85 | #define SIC_IAR6 0xFFC0013C /* Interrupt Assignment Register 6 */ | ||
| 86 | |||
| 87 | |||
| 88 | /* Watchdog Timer (0xFFC00200 - 0xFFC002FF) */ | ||
| 89 | #define WDOG_CTL 0xFFC00200 /* Watchdog Control Register */ | ||
| 90 | #define WDOG_CNT 0xFFC00204 /* Watchdog Count Register */ | ||
| 91 | #define WDOG_STAT 0xFFC00208 /* Watchdog Status Register */ | ||
| 92 | |||
| 93 | |||
| 94 | /* Real Time Clock (0xFFC00300 - 0xFFC003FF) */ | ||
| 95 | #define RTC_STAT 0xFFC00300 /* RTC Status Register */ | ||
| 96 | #define RTC_ICTL 0xFFC00304 /* RTC Interrupt Control Register */ | ||
| 97 | #define RTC_ISTAT 0xFFC00308 /* RTC Interrupt Status Register */ | ||
| 98 | #define RTC_SWCNT 0xFFC0030C /* RTC Stopwatch Count Register */ | ||
| 99 | #define RTC_ALARM 0xFFC00310 /* RTC Alarm Time Register */ | ||
| 100 | #define RTC_FAST 0xFFC00314 /* RTC Prescaler Enable Register */ | ||
| 101 | #define RTC_PREN 0xFFC00314 /* RTC Prescaler Enable Register (alternate macro) */ | ||
| 102 | |||
| 103 | |||
| 104 | /* UART0 Controller (0xFFC00400 - 0xFFC004FF) */ | ||
| 105 | #define UART0_THR 0xFFC00400 /* Transmit Holding register */ | ||
| 106 | #define UART0_RBR 0xFFC00400 /* Receive Buffer register */ | ||
| 107 | #define UART0_DLL 0xFFC00400 /* Divisor Latch (Low-Byte) */ | ||
| 108 | #define UART0_IER 0xFFC00404 /* Interrupt Enable Register */ | ||
| 109 | #define UART0_DLH 0xFFC00404 /* Divisor Latch (High-Byte) */ | ||
| 110 | #define UART0_IIR 0xFFC00408 /* Interrupt Identification Register */ | ||
| 111 | #define UART0_LCR 0xFFC0040C /* Line Control Register */ | ||
| 112 | #define UART0_MCR 0xFFC00410 /* Modem Control Register */ | ||
| 113 | #define UART0_LSR 0xFFC00414 /* Line Status Register */ | ||
| 114 | #define UART0_SCR 0xFFC0041C /* SCR Scratch Register */ | ||
| 115 | #define UART0_GCTL 0xFFC00424 /* Global Control Register */ | ||
| 116 | |||
| 117 | |||
| 118 | /* SPI0 Controller (0xFFC00500 - 0xFFC005FF) */ | ||
| 119 | |||
| 120 | #define SPI0_CTL 0xFFC00500 /* SPI0 Control Register */ | ||
| 121 | #define SPI0_FLG 0xFFC00504 /* SPI0 Flag register */ | ||
| 122 | #define SPI0_STAT 0xFFC00508 /* SPI0 Status register */ | ||
| 123 | #define SPI0_TDBR 0xFFC0050C /* SPI0 Transmit Data Buffer Register */ | ||
| 124 | #define SPI0_RDBR 0xFFC00510 /* SPI0 Receive Data Buffer Register */ | ||
| 125 | #define SPI0_BAUD 0xFFC00514 /* SPI0 Baud rate Register */ | ||
| 126 | #define SPI0_SHADOW 0xFFC00518 /* SPI0_RDBR Shadow Register */ | ||
| 127 | #define SPI0_REGBASE SPI0_CTL | ||
| 128 | |||
| 129 | |||
| 130 | /* TIMER 0, 1, 2 Registers (0xFFC00600 - 0xFFC006FF) */ | ||
| 131 | #define TIMER0_CONFIG 0xFFC00600 /* Timer 0 Configuration Register */ | ||
| 132 | #define TIMER0_COUNTER 0xFFC00604 /* Timer 0 Counter Register */ | ||
| 133 | #define TIMER0_PERIOD 0xFFC00608 /* Timer 0 Period Register */ | ||
| 134 | #define TIMER0_WIDTH 0xFFC0060C /* Timer 0 Width Register */ | ||
| 135 | |||
| 136 | #define TIMER1_CONFIG 0xFFC00610 /* Timer 1 Configuration Register */ | ||
| 137 | #define TIMER1_COUNTER 0xFFC00614 /* Timer 1 Counter Register */ | ||
| 138 | #define TIMER1_PERIOD 0xFFC00618 /* Timer 1 Period Register */ | ||
| 139 | #define TIMER1_WIDTH 0xFFC0061C /* Timer 1 Width Register */ | ||
| 140 | |||
| 141 | #define TIMER2_CONFIG 0xFFC00620 /* Timer 2 Configuration Register */ | ||
| 142 | #define TIMER2_COUNTER 0xFFC00624 /* Timer 2 Counter Register */ | ||
| 143 | #define TIMER2_PERIOD 0xFFC00628 /* Timer 2 Period Register */ | ||
| 144 | #define TIMER2_WIDTH 0xFFC0062C /* Timer 2 Width Register */ | ||
| 145 | |||
| 146 | #define TIMER_ENABLE 0xFFC00640 /* Timer Enable Register */ | ||
| 147 | #define TIMER_DISABLE 0xFFC00644 /* Timer Disable Register */ | ||
| 148 | #define TIMER_STATUS 0xFFC00648 /* Timer Status Register */ | ||
| 149 | |||
| 150 | |||
| 151 | /* Programmable Flags (0xFFC00700 - 0xFFC007FF) */ | ||
| 152 | #define FIO_FLAG_D 0xFFC00700 /* Flag Mask to directly specify state of pins */ | ||
| 153 | #define FIO_FLAG_C 0xFFC00704 /* Peripheral Interrupt Flag Register (clear) */ | ||
| 154 | #define FIO_FLAG_S 0xFFC00708 /* Peripheral Interrupt Flag Register (set) */ | ||
| 155 | #define FIO_FLAG_T 0xFFC0070C /* Flag Mask to directly toggle state of pins */ | ||
| 156 | #define FIO_MASKA_D 0xFFC00710 /* Flag Mask Interrupt A Register (set directly) */ | ||
| 157 | #define FIO_MASKA_C 0xFFC00714 /* Flag Mask Interrupt A Register (clear) */ | ||
| 158 | #define FIO_MASKA_S 0xFFC00718 /* Flag Mask Interrupt A Register (set) */ | ||
| 159 | #define FIO_MASKA_T 0xFFC0071C /* Flag Mask Interrupt A Register (toggle) */ | ||
| 160 | #define FIO_MASKB_D 0xFFC00720 /* Flag Mask Interrupt B Register (set directly) */ | ||
| 161 | #define FIO_MASKB_C 0xFFC00724 /* Flag Mask Interrupt B Register (clear) */ | ||
| 162 | #define FIO_MASKB_S 0xFFC00728 /* Flag Mask Interrupt B Register (set) */ | ||
| 163 | #define FIO_MASKB_T 0xFFC0072C /* Flag Mask Interrupt B Register (toggle) */ | ||
| 164 | #define FIO_DIR 0xFFC00730 /* Peripheral Flag Direction Register */ | ||
| 165 | #define FIO_POLAR 0xFFC00734 /* Flag Source Polarity Register */ | ||
| 166 | #define FIO_EDGE 0xFFC00738 /* Flag Source Sensitivity Register */ | ||
| 167 | #define FIO_BOTH 0xFFC0073C /* Flag Set on BOTH Edges Register */ | ||
| 168 | #define FIO_INEN 0xFFC00740 /* Flag Input Enable Register */ | ||
| 169 | |||
| 170 | |||
| 171 | /* SPORT0 Controller (0xFFC00800 - 0xFFC008FF) */ | ||
| 172 | #define SPORT0_TCR1 0xFFC00800 /* SPORT0 Transmit Configuration 1 Register */ | ||
| 173 | #define SPORT0_TCR2 0xFFC00804 /* SPORT0 Transmit Configuration 2 Register */ | ||
| 174 | #define SPORT0_TCLKDIV 0xFFC00808 /* SPORT0 Transmit Clock Divider */ | ||
| 175 | #define SPORT0_TFSDIV 0xFFC0080C /* SPORT0 Transmit Frame Sync Divider */ | ||
| 176 | #define SPORT0_TX 0xFFC00810 /* SPORT0 TX Data Register */ | ||
| 177 | #define SPORT0_RX 0xFFC00818 /* SPORT0 RX Data Register */ | ||
| 178 | #define SPORT0_RCR1 0xFFC00820 /* SPORT0 Transmit Configuration 1 Register */ | ||
| 179 | #define SPORT0_RCR2 0xFFC00824 /* SPORT0 Transmit Configuration 2 Register */ | ||
| 180 | #define SPORT0_RCLKDIV 0xFFC00828 /* SPORT0 Receive Clock Divider */ | ||
| 181 | #define SPORT0_RFSDIV 0xFFC0082C /* SPORT0 Receive Frame Sync Divider */ | ||
| 182 | #define SPORT0_STAT 0xFFC00830 /* SPORT0 Status Register */ | ||
| 183 | #define SPORT0_CHNL 0xFFC00834 /* SPORT0 Current Channel Register */ | ||
| 184 | #define SPORT0_MCMC1 0xFFC00838 /* SPORT0 Multi-Channel Configuration Register 1 */ | ||
| 185 | #define SPORT0_MCMC2 0xFFC0083C /* SPORT0 Multi-Channel Configuration Register 2 */ | ||
| 186 | #define SPORT0_MTCS0 0xFFC00840 /* SPORT0 Multi-Channel Transmit Select Register 0 */ | ||
| 187 | #define SPORT0_MTCS1 0xFFC00844 /* SPORT0 Multi-Channel Transmit Select Register 1 */ | ||
| 188 | #define SPORT0_MTCS2 0xFFC00848 /* SPORT0 Multi-Channel Transmit Select Register 2 */ | ||
| 189 | #define SPORT0_MTCS3 0xFFC0084C /* SPORT0 Multi-Channel Transmit Select Register 3 */ | ||
| 190 | #define SPORT0_MRCS0 0xFFC00850 /* SPORT0 Multi-Channel Receive Select Register 0 */ | ||
| 191 | #define SPORT0_MRCS1 0xFFC00854 /* SPORT0 Multi-Channel Receive Select Register 1 */ | ||
| 192 | #define SPORT0_MRCS2 0xFFC00858 /* SPORT0 Multi-Channel Receive Select Register 2 */ | ||
| 193 | #define SPORT0_MRCS3 0xFFC0085C /* SPORT0 Multi-Channel Receive Select Register 3 */ | ||
| 194 | |||
| 195 | |||
| 196 | /* SPORT1 Controller (0xFFC00900 - 0xFFC009FF) */ | ||
| 197 | #define SPORT1_TCR1 0xFFC00900 /* SPORT1 Transmit Configuration 1 Register */ | ||
| 198 | #define SPORT1_TCR2 0xFFC00904 /* SPORT1 Transmit Configuration 2 Register */ | ||
| 199 | #define SPORT1_TCLKDIV 0xFFC00908 /* SPORT1 Transmit Clock Divider */ | ||
| 200 | #define SPORT1_TFSDIV 0xFFC0090C /* SPORT1 Transmit Frame Sync Divider */ | ||
| 201 | #define SPORT1_TX 0xFFC00910 /* SPORT1 TX Data Register */ | ||
| 202 | #define SPORT1_RX 0xFFC00918 /* SPORT1 RX Data Register */ | ||
| 203 | #define SPORT1_RCR1 0xFFC00920 /* SPORT1 Transmit Configuration 1 Register */ | ||
| 204 | #define SPORT1_RCR2 0xFFC00924 /* SPORT1 Transmit Configuration 2 Register */ | ||
| 205 | #define SPORT1_RCLKDIV 0xFFC00928 /* SPORT1 Receive Clock Divider */ | ||
| 206 | #define SPORT1_RFSDIV 0xFFC0092C /* SPORT1 Receive Frame Sync Divider */ | ||
| 207 | #define SPORT1_STAT 0xFFC00930 /* SPORT1 Status Register */ | ||
| 208 | #define SPORT1_CHNL 0xFFC00934 /* SPORT1 Current Channel Register */ | ||
| 209 | #define SPORT1_MCMC1 0xFFC00938 /* SPORT1 Multi-Channel Configuration Register 1 */ | ||
| 210 | #define SPORT1_MCMC2 0xFFC0093C /* SPORT1 Multi-Channel Configuration Register 2 */ | ||
| 211 | #define SPORT1_MTCS0 0xFFC00940 /* SPORT1 Multi-Channel Transmit Select Register 0 */ | ||
| 212 | #define SPORT1_MTCS1 0xFFC00944 /* SPORT1 Multi-Channel Transmit Select Register 1 */ | ||
| 213 | #define SPORT1_MTCS2 0xFFC00948 /* SPORT1 Multi-Channel Transmit Select Register 2 */ | ||
| 214 | #define SPORT1_MTCS3 0xFFC0094C /* SPORT1 Multi-Channel Transmit Select Register 3 */ | ||
| 215 | #define SPORT1_MRCS0 0xFFC00950 /* SPORT1 Multi-Channel Receive Select Register 0 */ | ||
| 216 | #define SPORT1_MRCS1 0xFFC00954 /* SPORT1 Multi-Channel Receive Select Register 1 */ | ||
| 217 | #define SPORT1_MRCS2 0xFFC00958 /* SPORT1 Multi-Channel Receive Select Register 2 */ | ||
| 218 | #define SPORT1_MRCS3 0xFFC0095C /* SPORT1 Multi-Channel Receive Select Register 3 */ | ||
| 219 | |||
| 220 | |||
| 221 | /* External Bus Interface Unit (0xFFC00A00 - 0xFFC00AFF) */ | ||
| 222 | /* Asynchronous Memory Controller */ | ||
| 223 | #define EBIU_AMGCTL 0xFFC00A00 /* Asynchronous Memory Global Control Register */ | ||
| 224 | #define EBIU_AMBCTL0 0xFFC00A04 /* Asynchronous Memory Bank Control Register 0 */ | ||
| 225 | #define EBIU_AMBCTL1 0xFFC00A08 /* Asynchronous Memory Bank Control Register 1 */ | ||
| 226 | |||
| 227 | /* SDRAM Controller */ | ||
| 228 | #define EBIU_SDGCTL 0xFFC00A10 /* SDRAM Global Control Register */ | ||
| 229 | #define EBIU_SDBCTL 0xFFC00A14 /* SDRAM Bank Control Register */ | ||
| 230 | #define EBIU_SDRRC 0xFFC00A18 /* SDRAM Refresh Rate Control Register */ | ||
| 231 | #define EBIU_SDSTAT 0xFFC00A1C /* SDRAM Status Register */ | ||
| 232 | |||
| 233 | |||
| 234 | |||
| 235 | /* DMA Controller 0 Traffic Control Registers (0xFFC00B00 - 0xFFC00BFF) */ | ||
| 236 | |||
| 237 | #define DMAC0_TC_PER 0xFFC00B0C /* DMA Controller 0 Traffic Control Periods Register */ | ||
| 238 | #define DMAC0_TC_CNT 0xFFC00B10 /* DMA Controller 0 Traffic Control Current Counts Register */ | ||
| 239 | |||
| 240 | /* Alternate deprecated register names (below) provided for backwards code compatibility */ | ||
| 241 | #define DMA0_TCPER DMAC0_TC_PER | ||
| 242 | #define DMA0_TCCNT DMAC0_TC_CNT | ||
| 243 | |||
| 244 | |||
| 245 | /* DMA Controller 0 (0xFFC00C00 - 0xFFC00FFF) */ | ||
| 246 | |||
| 247 | #define DMA0_NEXT_DESC_PTR 0xFFC00C00 /* DMA Channel 0 Next Descriptor Pointer Register */ | ||
| 248 | #define DMA0_START_ADDR 0xFFC00C04 /* DMA Channel 0 Start Address Register */ | ||
| 249 | #define DMA0_CONFIG 0xFFC00C08 /* DMA Channel 0 Configuration Register */ | ||
| 250 | #define DMA0_X_COUNT 0xFFC00C10 /* DMA Channel 0 X Count Register */ | ||
| 251 | #define DMA0_X_MODIFY 0xFFC00C14 /* DMA Channel 0 X Modify Register */ | ||
| 252 | #define DMA0_Y_COUNT 0xFFC00C18 /* DMA Channel 0 Y Count Register */ | ||
| 253 | #define DMA0_Y_MODIFY 0xFFC00C1C /* DMA Channel 0 Y Modify Register */ | ||
| 254 | #define DMA0_CURR_DESC_PTR 0xFFC00C20 /* DMA Channel 0 Current Descriptor Pointer Register */ | ||
| 255 | #define DMA0_CURR_ADDR 0xFFC00C24 /* DMA Channel 0 Current Address Register */ | ||
| 256 | #define DMA0_IRQ_STATUS 0xFFC00C28 /* DMA Channel 0 Interrupt/Status Register */ | ||
| 257 | #define DMA0_PERIPHERAL_MAP 0xFFC00C2C /* DMA Channel 0 Peripheral Map Register */ | ||
| 258 | #define DMA0_CURR_X_COUNT 0xFFC00C30 /* DMA Channel 0 Current X Count Register */ | ||
| 259 | #define DMA0_CURR_Y_COUNT 0xFFC00C38 /* DMA Channel 0 Current Y Count Register */ | ||
| 260 | |||
| 261 | #define DMA1_NEXT_DESC_PTR 0xFFC00C40 /* DMA Channel 1 Next Descriptor Pointer Register */ | ||
| 262 | #define DMA1_START_ADDR 0xFFC00C44 /* DMA Channel 1 Start Address Register */ | ||
| 263 | #define DMA1_CONFIG 0xFFC00C48 /* DMA Channel 1 Configuration Register */ | ||
| 264 | #define DMA1_X_COUNT 0xFFC00C50 /* DMA Channel 1 X Count Register */ | ||
| 265 | #define DMA1_X_MODIFY 0xFFC00C54 /* DMA Channel 1 X Modify Register */ | ||
| 266 | #define DMA1_Y_COUNT 0xFFC00C58 /* DMA Channel 1 Y Count Register */ | ||
| 267 | #define DMA1_Y_MODIFY 0xFFC00C5C /* DMA Channel 1 Y Modify Register */ | ||
| 268 | #define DMA1_CURR_DESC_PTR 0xFFC00C60 /* DMA Channel 1 Current Descriptor Pointer Register */ | ||
| 269 | #define DMA1_CURR_ADDR 0xFFC00C64 /* DMA Channel 1 Current Address Register */ | ||
| 270 | #define DMA1_IRQ_STATUS 0xFFC00C68 /* DMA Channel 1 Interrupt/Status Register */ | ||
| 271 | #define DMA1_PERIPHERAL_MAP 0xFFC00C6C /* DMA Channel 1 Peripheral Map Register */ | ||
| 272 | #define DMA1_CURR_X_COUNT 0xFFC00C70 /* DMA Channel 1 Current X Count Register */ | ||
| 273 | #define DMA1_CURR_Y_COUNT 0xFFC00C78 /* DMA Channel 1 Current Y Count Register */ | ||
| 274 | |||
| 275 | #define DMA2_NEXT_DESC_PTR 0xFFC00C80 /* DMA Channel 2 Next Descriptor Pointer Register */ | ||
| 276 | #define DMA2_START_ADDR 0xFFC00C84 /* DMA Channel 2 Start Address Register */ | ||
| 277 | #define DMA2_CONFIG 0xFFC00C88 /* DMA Channel 2 Configuration Register */ | ||
| 278 | #define DMA2_X_COUNT 0xFFC00C90 /* DMA Channel 2 X Count Register */ | ||
| 279 | #define DMA2_X_MODIFY 0xFFC00C94 /* DMA Channel 2 X Modify Register */ | ||
| 280 | #define DMA2_Y_COUNT 0xFFC00C98 /* DMA Channel 2 Y Count Register */ | ||
| 281 | #define DMA2_Y_MODIFY 0xFFC00C9C /* DMA Channel 2 Y Modify Register */ | ||
| 282 | #define DMA2_CURR_DESC_PTR 0xFFC00CA0 /* DMA Channel 2 Current Descriptor Pointer Register */ | ||
| 283 | #define DMA2_CURR_ADDR 0xFFC00CA4 /* DMA Channel 2 Current Address Register */ | ||
| 284 | #define DMA2_IRQ_STATUS 0xFFC00CA8 /* DMA Channel 2 Interrupt/Status Register */ | ||
| 285 | #define DMA2_PERIPHERAL_MAP 0xFFC00CAC /* DMA Channel 2 Peripheral Map Register */ | ||
| 286 | #define DMA2_CURR_X_COUNT 0xFFC00CB0 /* DMA Channel 2 Current X Count Register */ | ||
| 287 | #define DMA2_CURR_Y_COUNT 0xFFC00CB8 /* DMA Channel 2 Current Y Count Register */ | ||
| 288 | |||
| 289 | #define DMA3_NEXT_DESC_PTR 0xFFC00CC0 /* DMA Channel 3 Next Descriptor Pointer Register */ | ||
| 290 | #define DMA3_START_ADDR 0xFFC00CC4 /* DMA Channel 3 Start Address Register */ | ||
| 291 | #define DMA3_CONFIG 0xFFC00CC8 /* DMA Channel 3 Configuration Register */ | ||
| 292 | #define DMA3_X_COUNT 0xFFC00CD0 /* DMA Channel 3 X Count Register */ | ||
| 293 | #define DMA3_X_MODIFY 0xFFC00CD4 /* DMA Channel 3 X Modify Register */ | ||
| 294 | #define DMA3_Y_COUNT 0xFFC00CD8 /* DMA Channel 3 Y Count Register */ | ||
| 295 | #define DMA3_Y_MODIFY 0xFFC00CDC /* DMA Channel 3 Y Modify Register */ | ||
| 296 | #define DMA3_CURR_DESC_PTR 0xFFC00CE0 /* DMA Channel 3 Current Descriptor Pointer Register */ | ||
| 297 | #define DMA3_CURR_ADDR 0xFFC00CE4 /* DMA Channel 3 Current Address Register */ | ||
| 298 | #define DMA3_IRQ_STATUS 0xFFC00CE8 /* DMA Channel 3 Interrupt/Status Register */ | ||
| 299 | #define DMA3_PERIPHERAL_MAP 0xFFC00CEC /* DMA Channel 3 Peripheral Map Register */ | ||
| 300 | #define DMA3_CURR_X_COUNT 0xFFC00CF0 /* DMA Channel 3 Current X Count Register */ | ||
| 301 | #define DMA3_CURR_Y_COUNT 0xFFC00CF8 /* DMA Channel 3 Current Y Count Register */ | ||
| 302 | |||
| 303 | #define DMA4_NEXT_DESC_PTR 0xFFC00D00 /* DMA Channel 4 Next Descriptor Pointer Register */ | ||
| 304 | #define DMA4_START_ADDR 0xFFC00D04 /* DMA Channel 4 Start Address Register */ | ||
| 305 | #define DMA4_CONFIG 0xFFC00D08 /* DMA Channel 4 Configuration Register */ | ||
| 306 | #define DMA4_X_COUNT 0xFFC00D10 /* DMA Channel 4 X Count Register */ | ||
| 307 | #define DMA4_X_MODIFY 0xFFC00D14 /* DMA Channel 4 X Modify Register */ | ||
| 308 | #define DMA4_Y_COUNT 0xFFC00D18 /* DMA Channel 4 Y Count Register */ | ||
| 309 | #define DMA4_Y_MODIFY 0xFFC00D1C /* DMA Channel 4 Y Modify Register */ | ||
| 310 | #define DMA4_CURR_DESC_PTR 0xFFC00D20 /* DMA Channel 4 Current Descriptor Pointer Register */ | ||
| 311 | #define DMA4_CURR_ADDR 0xFFC00D24 /* DMA Channel 4 Current Address Register */ | ||
| 312 | #define DMA4_IRQ_STATUS 0xFFC00D28 /* DMA Channel 4 Interrupt/Status Register */ | ||
| 313 | #define DMA4_PERIPHERAL_MAP 0xFFC00D2C /* DMA Channel 4 Peripheral Map Register */ | ||
| 314 | #define DMA4_CURR_X_COUNT 0xFFC00D30 /* DMA Channel 4 Current X Count Register */ | ||
| 315 | #define DMA4_CURR_Y_COUNT 0xFFC00D38 /* DMA Channel 4 Current Y Count Register */ | ||
| 316 | |||
| 317 | #define DMA5_NEXT_DESC_PTR 0xFFC00D40 /* DMA Channel 5 Next Descriptor Pointer Register */ | ||
| 318 | #define DMA5_START_ADDR 0xFFC00D44 /* DMA Channel 5 Start Address Register */ | ||
| 319 | #define DMA5_CONFIG 0xFFC00D48 /* DMA Channel 5 Configuration Register */ | ||
| 320 | #define DMA5_X_COUNT 0xFFC00D50 /* DMA Channel 5 X Count Register */ | ||
| 321 | #define DMA5_X_MODIFY 0xFFC00D54 /* DMA Channel 5 X Modify Register */ | ||
| 322 | #define DMA5_Y_COUNT 0xFFC00D58 /* DMA Channel 5 Y Count Register */ | ||
| 323 | #define DMA5_Y_MODIFY 0xFFC00D5C /* DMA Channel 5 Y Modify Register */ | ||
| 324 | #define DMA5_CURR_DESC_PTR 0xFFC00D60 /* DMA Channel 5 Current Descriptor Pointer Register */ | ||
| 325 | #define DMA5_CURR_ADDR 0xFFC00D64 /* DMA Channel 5 Current Address Register */ | ||
| 326 | #define DMA5_IRQ_STATUS 0xFFC00D68 /* DMA Channel 5 Interrupt/Status Register */ | ||
| 327 | #define DMA5_PERIPHERAL_MAP 0xFFC00D6C /* DMA Channel 5 Peripheral Map Register */ | ||
| 328 | #define DMA5_CURR_X_COUNT 0xFFC00D70 /* DMA Channel 5 Current X Count Register */ | ||
| 329 | #define DMA5_CURR_Y_COUNT 0xFFC00D78 /* DMA Channel 5 Current Y Count Register */ | ||
| 330 | |||
| 331 | #define DMA6_NEXT_DESC_PTR 0xFFC00D80 /* DMA Channel 6 Next Descriptor Pointer Register */ | ||
| 332 | #define DMA6_START_ADDR 0xFFC00D84 /* DMA Channel 6 Start Address Register */ | ||
| 333 | #define DMA6_CONFIG 0xFFC00D88 /* DMA Channel 6 Configuration Register */ | ||
| 334 | #define DMA6_X_COUNT 0xFFC00D90 /* DMA Channel 6 X Count Register */ | ||
| 335 | #define DMA6_X_MODIFY 0xFFC00D94 /* DMA Channel 6 X Modify Register */ | ||
| 336 | #define DMA6_Y_COUNT 0xFFC00D98 /* DMA Channel 6 Y Count Register */ | ||
| 337 | #define DMA6_Y_MODIFY 0xFFC00D9C /* DMA Channel 6 Y Modify Register */ | ||
| 338 | #define DMA6_CURR_DESC_PTR 0xFFC00DA0 /* DMA Channel 6 Current Descriptor Pointer Register */ | ||
| 339 | #define DMA6_CURR_ADDR 0xFFC00DA4 /* DMA Channel 6 Current Address Register */ | ||
| 340 | #define DMA6_IRQ_STATUS 0xFFC00DA8 /* DMA Channel 6 Interrupt/Status Register */ | ||
| 341 | #define DMA6_PERIPHERAL_MAP 0xFFC00DAC /* DMA Channel 6 Peripheral Map Register */ | ||
| 342 | #define DMA6_CURR_X_COUNT 0xFFC00DB0 /* DMA Channel 6 Current X Count Register */ | ||
| 343 | #define DMA6_CURR_Y_COUNT 0xFFC00DB8 /* DMA Channel 6 Current Y Count Register */ | ||
| 344 | |||
| 345 | #define DMA7_NEXT_DESC_PTR 0xFFC00DC0 /* DMA Channel 7 Next Descriptor Pointer Register */ | ||
| 346 | #define DMA7_START_ADDR 0xFFC00DC4 /* DMA Channel 7 Start Address Register */ | ||
| 347 | #define DMA7_CONFIG 0xFFC00DC8 /* DMA Channel 7 Configuration Register */ | ||
| 348 | #define DMA7_X_COUNT 0xFFC00DD0 /* DMA Channel 7 X Count Register */ | ||
| 349 | #define DMA7_X_MODIFY 0xFFC00DD4 /* DMA Channel 7 X Modify Register */ | ||
| 350 | #define DMA7_Y_COUNT 0xFFC00DD8 /* DMA Channel 7 Y Count Register */ | ||
| 351 | #define DMA7_Y_MODIFY 0xFFC00DDC /* DMA Channel 7 Y Modify Register */ | ||
| 352 | #define DMA7_CURR_DESC_PTR 0xFFC00DE0 /* DMA Channel 7 Current Descriptor Pointer Register */ | ||
| 353 | #define DMA7_CURR_ADDR 0xFFC00DE4 /* DMA Channel 7 Current Address Register */ | ||
| 354 | #define DMA7_IRQ_STATUS 0xFFC00DE8 /* DMA Channel 7 Interrupt/Status Register */ | ||
| 355 | #define DMA7_PERIPHERAL_MAP 0xFFC00DEC /* DMA Channel 7 Peripheral Map Register */ | ||
| 356 | #define DMA7_CURR_X_COUNT 0xFFC00DF0 /* DMA Channel 7 Current X Count Register */ | ||
| 357 | #define DMA7_CURR_Y_COUNT 0xFFC00DF8 /* DMA Channel 7 Current Y Count Register */ | ||
| 358 | |||
| 359 | #define MDMA0_D0_NEXT_DESC_PTR 0xFFC00E00 /* MemDMA0 Stream 0 Destination Next Descriptor Pointer Register */ | ||
| 360 | #define MDMA0_D0_START_ADDR 0xFFC00E04 /* MemDMA0 Stream 0 Destination Start Address Register */ | ||
| 361 | #define MDMA0_D0_CONFIG 0xFFC00E08 /* MemDMA0 Stream 0 Destination Configuration Register */ | ||
| 362 | #define MDMA0_D0_X_COUNT 0xFFC00E10 /* MemDMA0 Stream 0 Destination X Count Register */ | ||
| 363 | #define MDMA0_D0_X_MODIFY 0xFFC00E14 /* MemDMA0 Stream 0 Destination X Modify Register */ | ||
| 364 | #define MDMA0_D0_Y_COUNT 0xFFC00E18 /* MemDMA0 Stream 0 Destination Y Count Register */ | ||
| 365 | #define MDMA0_D0_Y_MODIFY 0xFFC00E1C /* MemDMA0 Stream 0 Destination Y Modify Register */ | ||
| 366 | #define MDMA0_D0_CURR_DESC_PTR 0xFFC00E20 /* MemDMA0 Stream 0 Destination Current Descriptor Pointer Register */ | ||
| 367 | #define MDMA0_D0_CURR_ADDR 0xFFC00E24 /* MemDMA0 Stream 0 Destination Current Address Register */ | ||
| 368 | #define MDMA0_D0_IRQ_STATUS 0xFFC00E28 /* MemDMA0 Stream 0 Destination Interrupt/Status Register */ | ||
| 369 | #define MDMA0_D0_PERIPHERAL_MAP 0xFFC00E2C /* MemDMA0 Stream 0 Destination Peripheral Map Register */ | ||
| 370 | #define MDMA0_D0_CURR_X_COUNT 0xFFC00E30 /* MemDMA0 Stream 0 Destination Current X Count Register */ | ||
| 371 | #define MDMA0_D0_CURR_Y_COUNT 0xFFC00E38 /* MemDMA0 Stream 0 Destination Current Y Count Register */ | ||
| 372 | |||
| 373 | #define MDMA0_S0_NEXT_DESC_PTR 0xFFC00E40 /* MemDMA0 Stream 0 Source Next Descriptor Pointer Register */ | ||
| 374 | #define MDMA0_S0_START_ADDR 0xFFC00E44 /* MemDMA0 Stream 0 Source Start Address Register */ | ||
| 375 | #define MDMA0_S0_CONFIG 0xFFC00E48 /* MemDMA0 Stream 0 Source Configuration Register */ | ||
| 376 | #define MDMA0_S0_X_COUNT 0xFFC00E50 /* MemDMA0 Stream 0 Source X Count Register */ | ||
| 377 | #define MDMA0_S0_X_MODIFY 0xFFC00E54 /* MemDMA0 Stream 0 Source X Modify Register */ | ||
| 378 | #define MDMA0_S0_Y_COUNT 0xFFC00E58 /* MemDMA0 Stream 0 Source Y Count Register */ | ||
| 379 | #define MDMA0_S0_Y_MODIFY 0xFFC00E5C /* MemDMA0 Stream 0 Source Y Modify Register */ | ||
| 380 | #define MDMA0_S0_CURR_DESC_PTR 0xFFC00E60 /* MemDMA0 Stream 0 Source Current Descriptor Pointer Register */ | ||
| 381 | #define MDMA0_S0_CURR_ADDR 0xFFC00E64 /* MemDMA0 Stream 0 Source Current Address Register */ | ||
| 382 | #define MDMA0_S0_IRQ_STATUS 0xFFC00E68 /* MemDMA0 Stream 0 Source Interrupt/Status Register */ | ||
| 383 | #define MDMA0_S0_PERIPHERAL_MAP 0xFFC00E6C /* MemDMA0 Stream 0 Source Peripheral Map Register */ | ||
| 384 | #define MDMA0_S0_CURR_X_COUNT 0xFFC00E70 /* MemDMA0 Stream 0 Source Current X Count Register */ | ||
| 385 | #define MDMA0_S0_CURR_Y_COUNT 0xFFC00E78 /* MemDMA0 Stream 0 Source Current Y Count Register */ | ||
| 386 | |||
| 387 | #define MDMA0_D1_NEXT_DESC_PTR 0xFFC00E80 /* MemDMA0 Stream 1 Destination Next Descriptor Pointer Register */ | ||
| 388 | #define MDMA0_D1_START_ADDR 0xFFC00E84 /* MemDMA0 Stream 1 Destination Start Address Register */ | ||
| 389 | #define MDMA0_D1_CONFIG 0xFFC00E88 /* MemDMA0 Stream 1 Destination Configuration Register */ | ||
| 390 | #define MDMA0_D1_X_COUNT 0xFFC00E90 /* MemDMA0 Stream 1 Destination X Count Register */ | ||
| 391 | #define MDMA0_D1_X_MODIFY 0xFFC00E94 /* MemDMA0 Stream 1 Destination X Modify Register */ | ||
| 392 | #define MDMA0_D1_Y_COUNT 0xFFC00E98 /* MemDMA0 Stream 1 Destination Y Count Register */ | ||
| 393 | #define MDMA0_D1_Y_MODIFY 0xFFC00E9C /* MemDMA0 Stream 1 Destination Y Modify Register */ | ||
| 394 | #define MDMA0_D1_CURR_DESC_PTR 0xFFC00EA0 /* MemDMA0 Stream 1 Destination Current Descriptor Pointer Register */ | ||
| 395 | #define MDMA0_D1_CURR_ADDR 0xFFC00EA4 /* MemDMA0 Stream 1 Destination Current Address Register */ | ||
| 396 | #define MDMA0_D1_IRQ_STATUS 0xFFC00EA8 /* MemDMA0 Stream 1 Destination Interrupt/Status Register */ | ||
| 397 | #define MDMA0_D1_PERIPHERAL_MAP 0xFFC00EAC /* MemDMA0 Stream 1 Destination Peripheral Map Register */ | ||
| 398 | #define MDMA0_D1_CURR_X_COUNT 0xFFC00EB0 /* MemDMA0 Stream 1 Destination Current X Count Register */ | ||
| 399 | #define MDMA0_D1_CURR_Y_COUNT 0xFFC00EB8 /* MemDMA0 Stream 1 Destination Current Y Count Register */ | ||
| 400 | |||
| 401 | #define MDMA0_S1_NEXT_DESC_PTR 0xFFC00EC0 /* MemDMA0 Stream 1 Source Next Descriptor Pointer Register */ | ||
| 402 | #define MDMA0_S1_START_ADDR 0xFFC00EC4 /* MemDMA0 Stream 1 Source Start Address Register */ | ||
| 403 | #define MDMA0_S1_CONFIG 0xFFC00EC8 /* MemDMA0 Stream 1 Source Configuration Register */ | ||
| 404 | #define MDMA0_S1_X_COUNT 0xFFC00ED0 /* MemDMA0 Stream 1 Source X Count Register */ | ||
| 405 | #define MDMA0_S1_X_MODIFY 0xFFC00ED4 /* MemDMA0 Stream 1 Source X Modify Register */ | ||
| 406 | #define MDMA0_S1_Y_COUNT 0xFFC00ED8 /* MemDMA0 Stream 1 Source Y Count Register */ | ||
| 407 | #define MDMA0_S1_Y_MODIFY 0xFFC00EDC /* MemDMA0 Stream 1 Source Y Modify Register */ | ||
| 408 | #define MDMA0_S1_CURR_DESC_PTR 0xFFC00EE0 /* MemDMA0 Stream 1 Source Current Descriptor Pointer Register */ | ||
| 409 | #define MDMA0_S1_CURR_ADDR 0xFFC00EE4 /* MemDMA0 Stream 1 Source Current Address Register */ | ||
| 410 | #define MDMA0_S1_IRQ_STATUS 0xFFC00EE8 /* MemDMA0 Stream 1 Source Interrupt/Status Register */ | ||
| 411 | #define MDMA0_S1_PERIPHERAL_MAP 0xFFC00EEC /* MemDMA0 Stream 1 Source Peripheral Map Register */ | ||
| 412 | #define MDMA0_S1_CURR_X_COUNT 0xFFC00EF0 /* MemDMA0 Stream 1 Source Current X Count Register */ | ||
| 413 | #define MDMA0_S1_CURR_Y_COUNT 0xFFC00EF8 /* MemDMA0 Stream 1 Source Current Y Count Register */ | ||
| 414 | |||
| 415 | |||
| 416 | /* Parallel Peripheral Interface (PPI) (0xFFC01000 - 0xFFC010FF) */ | ||
| 417 | #define PPI_CONTROL 0xFFC01000 /* PPI Control Register */ | ||
| 418 | #define PPI_STATUS 0xFFC01004 /* PPI Status Register */ | ||
| 419 | #define PPI_COUNT 0xFFC01008 /* PPI Transfer Count Register */ | ||
| 420 | #define PPI_DELAY 0xFFC0100C /* PPI Delay Count Register */ | ||
| 421 | #define PPI_FRAME 0xFFC01010 /* PPI Frame Length Register */ | ||
| 422 | |||
| 423 | |||
| 424 | /* Two-Wire Interface 0 (0xFFC01400 - 0xFFC014FF) */ | ||
| 425 | #define TWI0_CLKDIV 0xFFC01400 /* Serial Clock Divider Register */ | ||
| 426 | #define TWI0_CONTROL 0xFFC01404 /* TWI0 Master Internal Time Reference Register */ | ||
| 427 | #define TWI0_SLAVE_CTRL 0xFFC01408 /* Slave Mode Control Register */ | ||
| 428 | #define TWI0_SLAVE_STAT 0xFFC0140C /* Slave Mode Status Register */ | ||
| 429 | #define TWI0_SLAVE_ADDR 0xFFC01410 /* Slave Mode Address Register */ | ||
| 430 | #define TWI0_MASTER_CTRL 0xFFC01414 /* Master Mode Control Register */ | ||
| 431 | #define TWI0_MASTER_STAT 0xFFC01418 /* Master Mode Status Register */ | ||
| 432 | #define TWI0_MASTER_ADDR 0xFFC0141C /* Master Mode Address Register */ | ||
| 433 | #define TWI0_INT_STAT 0xFFC01420 /* TWI0 Master Interrupt Register */ | ||
| 434 | #define TWI0_INT_MASK 0xFFC01424 /* TWI0 Master Interrupt Mask Register */ | ||
| 435 | #define TWI0_FIFO_CTRL 0xFFC01428 /* FIFO Control Register */ | ||
| 436 | #define TWI0_FIFO_STAT 0xFFC0142C /* FIFO Status Register */ | ||
| 437 | #define TWI0_XMT_DATA8 0xFFC01480 /* FIFO Transmit Data Single Byte Register */ | ||
| 438 | #define TWI0_XMT_DATA16 0xFFC01484 /* FIFO Transmit Data Double Byte Register */ | ||
| 439 | #define TWI0_RCV_DATA8 0xFFC01488 /* FIFO Receive Data Single Byte Register */ | ||
| 440 | #define TWI0_RCV_DATA16 0xFFC0148C /* FIFO Receive Data Double Byte Register */ | ||
| 441 | |||
| 442 | #define TWI0_REGBASE TWI0_CLKDIV | ||
| 443 | |||
| 444 | /* the following are for backwards compatibility */ | ||
| 445 | #define TWI0_PRESCALE TWI0_CONTROL | ||
| 446 | #define TWI0_INT_SRC TWI0_INT_STAT | ||
| 447 | #define TWI0_INT_ENABLE TWI0_INT_MASK | ||
| 448 | |||
| 449 | |||
| 450 | /* General-Purpose Ports (0xFFC01500 - 0xFFC015FF) */ | ||
| 451 | |||
| 452 | /* GPIO Port C Register Names */ | ||
| 453 | #define GPIO_C_CNFG 0xFFC01500 /* GPIO Pin Port C Configuration Register */ | ||
| 454 | #define GPIO_C_D 0xFFC01510 /* GPIO Pin Port C Data Register */ | ||
| 455 | #define GPIO_C_C 0xFFC01520 /* Clear GPIO Pin Port C Register */ | ||
| 456 | #define GPIO_C_S 0xFFC01530 /* Set GPIO Pin Port C Register */ | ||
| 457 | #define GPIO_C_T 0xFFC01540 /* Toggle GPIO Pin Port C Register */ | ||
| 458 | #define GPIO_C_DIR 0xFFC01550 /* GPIO Pin Port C Direction Register */ | ||
| 459 | #define GPIO_C_INEN 0xFFC01560 /* GPIO Pin Port C Input Enable Register */ | ||
| 460 | |||
| 461 | /* GPIO Port D Register Names */ | ||
| 462 | #define GPIO_D_CNFG 0xFFC01504 /* GPIO Pin Port D Configuration Register */ | ||
| 463 | #define GPIO_D_D 0xFFC01514 /* GPIO Pin Port D Data Register */ | ||
| 464 | #define GPIO_D_C 0xFFC01524 /* Clear GPIO Pin Port D Register */ | ||
| 465 | #define GPIO_D_S 0xFFC01534 /* Set GPIO Pin Port D Register */ | ||
| 466 | #define GPIO_D_T 0xFFC01544 /* Toggle GPIO Pin Port D Register */ | ||
| 467 | #define GPIO_D_DIR 0xFFC01554 /* GPIO Pin Port D Direction Register */ | ||
| 468 | #define GPIO_D_INEN 0xFFC01564 /* GPIO Pin Port D Input Enable Register */ | ||
| 469 | |||
| 470 | /* GPIO Port E Register Names */ | ||
| 471 | #define GPIO_E_CNFG 0xFFC01508 /* GPIO Pin Port E Configuration Register */ | ||
| 472 | #define GPIO_E_D 0xFFC01518 /* GPIO Pin Port E Data Register */ | ||
| 473 | #define GPIO_E_C 0xFFC01528 /* Clear GPIO Pin Port E Register */ | ||
| 474 | #define GPIO_E_S 0xFFC01538 /* Set GPIO Pin Port E Register */ | ||
| 475 | #define GPIO_E_T 0xFFC01548 /* Toggle GPIO Pin Port E Register */ | ||
| 476 | #define GPIO_E_DIR 0xFFC01558 /* GPIO Pin Port E Direction Register */ | ||
| 477 | #define GPIO_E_INEN 0xFFC01568 /* GPIO Pin Port E Input Enable Register */ | ||
| 478 | |||
| 479 | /* DMA Controller 1 Traffic Control Registers (0xFFC01B00 - 0xFFC01BFF) */ | ||
| 480 | |||
| 481 | #define DMAC1_TC_PER 0xFFC01B0C /* DMA Controller 1 Traffic Control Periods Register */ | ||
| 482 | #define DMAC1_TC_CNT 0xFFC01B10 /* DMA Controller 1 Traffic Control Current Counts Register */ | ||
| 483 | |||
| 484 | /* Alternate deprecated register names (below) provided for backwards code compatibility */ | ||
| 485 | #define DMA1_TCPER DMAC1_TC_PER | ||
| 486 | #define DMA1_TCCNT DMAC1_TC_CNT | ||
| 487 | |||
| 488 | |||
| 489 | /* DMA Controller 1 (0xFFC01C00 - 0xFFC01FFF) */ | ||
| 490 | #define DMA8_NEXT_DESC_PTR 0xFFC01C00 /* DMA Channel 8 Next Descriptor Pointer Register */ | ||
| 491 | #define DMA8_START_ADDR 0xFFC01C04 /* DMA Channel 8 Start Address Register */ | ||
| 492 | #define DMA8_CONFIG 0xFFC01C08 /* DMA Channel 8 Configuration Register */ | ||
| 493 | #define DMA8_X_COUNT 0xFFC01C10 /* DMA Channel 8 X Count Register */ | ||
| 494 | #define DMA8_X_MODIFY 0xFFC01C14 /* DMA Channel 8 X Modify Register */ | ||
| 495 | #define DMA8_Y_COUNT 0xFFC01C18 /* DMA Channel 8 Y Count Register */ | ||
| 496 | #define DMA8_Y_MODIFY 0xFFC01C1C /* DMA Channel 8 Y Modify Register */ | ||
| 497 | #define DMA8_CURR_DESC_PTR 0xFFC01C20 /* DMA Channel 8 Current Descriptor Pointer Register */ | ||
| 498 | #define DMA8_CURR_ADDR 0xFFC01C24 /* DMA Channel 8 Current Address Register */ | ||
| 499 | #define DMA8_IRQ_STATUS 0xFFC01C28 /* DMA Channel 8 Interrupt/Status Register */ | ||
| 500 | #define DMA8_PERIPHERAL_MAP 0xFFC01C2C /* DMA Channel 8 Peripheral Map Register */ | ||
| 501 | #define DMA8_CURR_X_COUNT 0xFFC01C30 /* DMA Channel 8 Current X Count Register */ | ||
| 502 | #define DMA8_CURR_Y_COUNT 0xFFC01C38 /* DMA Channel 8 Current Y Count Register */ | ||
| 503 | |||
| 504 | #define DMA9_NEXT_DESC_PTR 0xFFC01C40 /* DMA Channel 9 Next Descriptor Pointer Register */ | ||
| 505 | #define DMA9_START_ADDR 0xFFC01C44 /* DMA Channel 9 Start Address Register */ | ||
| 506 | #define DMA9_CONFIG 0xFFC01C48 /* DMA Channel 9 Configuration Register */ | ||
| 507 | #define DMA9_X_COUNT 0xFFC01C50 /* DMA Channel 9 X Count Register */ | ||
| 508 | #define DMA9_X_MODIFY 0xFFC01C54 /* DMA Channel 9 X Modify Register */ | ||
| 509 | #define DMA9_Y_COUNT 0xFFC01C58 /* DMA Channel 9 Y Count Register */ | ||
| 510 | #define DMA9_Y_MODIFY 0xFFC01C5C /* DMA Channel 9 Y Modify Register */ | ||
| 511 | #define DMA9_CURR_DESC_PTR 0xFFC01C60 /* DMA Channel 9 Current Descriptor Pointer Register */ | ||
| 512 | #define DMA9_CURR_ADDR 0xFFC01C64 /* DMA Channel 9 Current Address Register */ | ||
| 513 | #define DMA9_IRQ_STATUS 0xFFC01C68 /* DMA Channel 9 Interrupt/Status Register */ | ||
| 514 | #define DMA9_PERIPHERAL_MAP 0xFFC01C6C /* DMA Channel 9 Peripheral Map Register */ | ||
| 515 | #define DMA9_CURR_X_COUNT 0xFFC01C70 /* DMA Channel 9 Current X Count Register */ | ||
| 516 | #define DMA9_CURR_Y_COUNT 0xFFC01C78 /* DMA Channel 9 Current Y Count Register */ | ||
| 517 | |||
| 518 | #define DMA10_NEXT_DESC_PTR 0xFFC01C80 /* DMA Channel 10 Next Descriptor Pointer Register */ | ||
| 519 | #define DMA10_START_ADDR 0xFFC01C84 /* DMA Channel 10 Start Address Register */ | ||
| 520 | #define DMA10_CONFIG 0xFFC01C88 /* DMA Channel 10 Configuration Register */ | ||
| 521 | #define DMA10_X_COUNT 0xFFC01C90 /* DMA Channel 10 X Count Register */ | ||
| 522 | #define DMA10_X_MODIFY 0xFFC01C94 /* DMA Channel 10 X Modify Register */ | ||
| 523 | #define DMA10_Y_COUNT 0xFFC01C98 /* DMA Channel 10 Y Count Register */ | ||
| 524 | #define DMA10_Y_MODIFY 0xFFC01C9C /* DMA Channel 10 Y Modify Register */ | ||
| 525 | #define DMA10_CURR_DESC_PTR 0xFFC01CA0 /* DMA Channel 10 Current Descriptor Pointer Register */ | ||
| 526 | #define DMA10_CURR_ADDR 0xFFC01CA4 /* DMA Channel 10 Current Address Register */ | ||
| 527 | #define DMA10_IRQ_STATUS 0xFFC01CA8 /* DMA Channel 10 Interrupt/Status Register */ | ||
| 528 | #define DMA10_PERIPHERAL_MAP 0xFFC01CAC /* DMA Channel 10 Peripheral Map Register */ | ||
| 529 | #define DMA10_CURR_X_COUNT 0xFFC01CB0 /* DMA Channel 10 Current X Count Register */ | ||
| 530 | #define DMA10_CURR_Y_COUNT 0xFFC01CB8 /* DMA Channel 10 Current Y Count Register */ | ||
| 531 | |||
| 532 | #define DMA11_NEXT_DESC_PTR 0xFFC01CC0 /* DMA Channel 11 Next Descriptor Pointer Register */ | ||
| 533 | #define DMA11_START_ADDR 0xFFC01CC4 /* DMA Channel 11 Start Address Register */ | ||
| 534 | #define DMA11_CONFIG 0xFFC01CC8 /* DMA Channel 11 Configuration Register */ | ||
| 535 | #define DMA11_X_COUNT 0xFFC01CD0 /* DMA Channel 11 X Count Register */ | ||
| 536 | #define DMA11_X_MODIFY 0xFFC01CD4 /* DMA Channel 11 X Modify Register */ | ||
| 537 | #define DMA11_Y_COUNT 0xFFC01CD8 /* DMA Channel 11 Y Count Register */ | ||
| 538 | #define DMA11_Y_MODIFY 0xFFC01CDC /* DMA Channel 11 Y Modify Register */ | ||
| 539 | #define DMA11_CURR_DESC_PTR 0xFFC01CE0 /* DMA Channel 11 Current Descriptor Pointer Register */ | ||
| 540 | #define DMA11_CURR_ADDR 0xFFC01CE4 /* DMA Channel 11 Current Address Register */ | ||
| 541 | #define DMA11_IRQ_STATUS 0xFFC01CE8 /* DMA Channel 11 Interrupt/Status Register */ | ||
| 542 | #define DMA11_PERIPHERAL_MAP 0xFFC01CEC /* DMA Channel 11 Peripheral Map Register */ | ||
| 543 | #define DMA11_CURR_X_COUNT 0xFFC01CF0 /* DMA Channel 11 Current X Count Register */ | ||
| 544 | #define DMA11_CURR_Y_COUNT 0xFFC01CF8 /* DMA Channel 11 Current Y Count Register */ | ||
| 545 | |||
| 546 | #define DMA12_NEXT_DESC_PTR 0xFFC01D00 /* DMA Channel 12 Next Descriptor Pointer Register */ | ||
| 547 | #define DMA12_START_ADDR 0xFFC01D04 /* DMA Channel 12 Start Address Register */ | ||
| 548 | #define DMA12_CONFIG 0xFFC01D08 /* DMA Channel 12 Configuration Register */ | ||
| 549 | #define DMA12_X_COUNT 0xFFC01D10 /* DMA Channel 12 X Count Register */ | ||
| 550 | #define DMA12_X_MODIFY 0xFFC01D14 /* DMA Channel 12 X Modify Register */ | ||
| 551 | #define DMA12_Y_COUNT 0xFFC01D18 /* DMA Channel 12 Y Count Register */ | ||
| 552 | #define DMA12_Y_MODIFY 0xFFC01D1C /* DMA Channel 12 Y Modify Register */ | ||
| 553 | #define DMA12_CURR_DESC_PTR 0xFFC01D20 /* DMA Channel 12 Current Descriptor Pointer Register */ | ||
| 554 | #define DMA12_CURR_ADDR 0xFFC01D24 /* DMA Channel 12 Current Address Register */ | ||
| 555 | #define DMA12_IRQ_STATUS 0xFFC01D28 /* DMA Channel 12 Interrupt/Status Register */ | ||
| 556 | #define DMA12_PERIPHERAL_MAP 0xFFC01D2C /* DMA Channel 12 Peripheral Map Register */ | ||
| 557 | #define DMA12_CURR_X_COUNT 0xFFC01D30 /* DMA Channel 12 Current X Count Register */ | ||
| 558 | #define DMA12_CURR_Y_COUNT 0xFFC01D38 /* DMA Channel 12 Current Y Count Register */ | ||
| 559 | |||
| 560 | #define DMA13_NEXT_DESC_PTR 0xFFC01D40 /* DMA Channel 13 Next Descriptor Pointer Register */ | ||
| 561 | #define DMA13_START_ADDR 0xFFC01D44 /* DMA Channel 13 Start Address Register */ | ||
| 562 | #define DMA13_CONFIG 0xFFC01D48 /* DMA Channel 13 Configuration Register */ | ||
| 563 | #define DMA13_X_COUNT 0xFFC01D50 /* DMA Channel 13 X Count Register */ | ||
| 564 | #define DMA13_X_MODIFY 0xFFC01D54 /* DMA Channel 13 X Modify Register */ | ||
| 565 | #define DMA13_Y_COUNT 0xFFC01D58 /* DMA Channel 13 Y Count Register */ | ||
| 566 | #define DMA13_Y_MODIFY 0xFFC01D5C /* DMA Channel 13 Y Modify Register */ | ||
| 567 | #define DMA13_CURR_DESC_PTR 0xFFC01D60 /* DMA Channel 13 Current Descriptor Pointer Register */ | ||
| 568 | #define DMA13_CURR_ADDR 0xFFC01D64 /* DMA Channel 13 Current Address Register */ | ||
| 569 | #define DMA13_IRQ_STATUS 0xFFC01D68 /* DMA Channel 13 Interrupt/Status Register */ | ||
| 570 | #define DMA13_PERIPHERAL_MAP 0xFFC01D6C /* DMA Channel 13 Peripheral Map Register */ | ||
| 571 | #define DMA13_CURR_X_COUNT 0xFFC01D70 /* DMA Channel 13 Current X Count Register */ | ||
| 572 | #define DMA13_CURR_Y_COUNT 0xFFC01D78 /* DMA Channel 13 Current Y Count Register */ | ||
| 573 | |||
| 574 | #define DMA14_NEXT_DESC_PTR 0xFFC01D80 /* DMA Channel 14 Next Descriptor Pointer Register */ | ||
| 575 | #define DMA14_START_ADDR 0xFFC01D84 /* DMA Channel 14 Start Address Register */ | ||
| 576 | #define DMA14_CONFIG 0xFFC01D88 /* DMA Channel 14 Configuration Register */ | ||
| 577 | #define DMA14_X_COUNT 0xFFC01D90 /* DMA Channel 14 X Count Register */ | ||
| 578 | #define DMA14_X_MODIFY 0xFFC01D94 /* DMA Channel 14 X Modify Register */ | ||
| 579 | #define DMA14_Y_COUNT 0xFFC01D98 /* DMA Channel 14 Y Count Register */ | ||
| 580 | #define DMA14_Y_MODIFY 0xFFC01D9C /* DMA Channel 14 Y Modify Register */ | ||
| 581 | #define DMA14_CURR_DESC_PTR 0xFFC01DA0 /* DMA Channel 14 Current Descriptor Pointer Register */ | ||
| 582 | #define DMA14_CURR_ADDR 0xFFC01DA4 /* DMA Channel 14 Current Address Register */ | ||
| 583 | #define DMA14_IRQ_STATUS 0xFFC01DA8 /* DMA Channel 14 Interrupt/Status Register */ | ||
| 584 | #define DMA14_PERIPHERAL_MAP 0xFFC01DAC /* DMA Channel 14 Peripheral Map Register */ | ||
| 585 | #define DMA14_CURR_X_COUNT 0xFFC01DB0 /* DMA Channel 14 Current X Count Register */ | ||
| 586 | #define DMA14_CURR_Y_COUNT 0xFFC01DB8 /* DMA Channel 14 Current Y Count Register */ | ||
| 587 | |||
| 588 | #define DMA15_NEXT_DESC_PTR 0xFFC01DC0 /* DMA Channel 15 Next Descriptor Pointer Register */ | ||
| 589 | #define DMA15_START_ADDR 0xFFC01DC4 /* DMA Channel 15 Start Address Register */ | ||
| 590 | #define DMA15_CONFIG 0xFFC01DC8 /* DMA Channel 15 Configuration Register */ | ||
| 591 | #define DMA15_X_COUNT 0xFFC01DD0 /* DMA Channel 15 X Count Register */ | ||
| 592 | #define DMA15_X_MODIFY 0xFFC01DD4 /* DMA Channel 15 X Modify Register */ | ||
| 593 | #define DMA15_Y_COUNT 0xFFC01DD8 /* DMA Channel 15 Y Count Register */ | ||
| 594 | #define DMA15_Y_MODIFY 0xFFC01DDC /* DMA Channel 15 Y Modify Register */ | ||
| 595 | #define DMA15_CURR_DESC_PTR 0xFFC01DE0 /* DMA Channel 15 Current Descriptor Pointer Register */ | ||
| 596 | #define DMA15_CURR_ADDR 0xFFC01DE4 /* DMA Channel 15 Current Address Register */ | ||
| 597 | #define DMA15_IRQ_STATUS 0xFFC01DE8 /* DMA Channel 15 Interrupt/Status Register */ | ||
| 598 | #define DMA15_PERIPHERAL_MAP 0xFFC01DEC /* DMA Channel 15 Peripheral Map Register */ | ||
| 599 | #define DMA15_CURR_X_COUNT 0xFFC01DF0 /* DMA Channel 15 Current X Count Register */ | ||
| 600 | #define DMA15_CURR_Y_COUNT 0xFFC01DF8 /* DMA Channel 15 Current Y Count Register */ | ||
| 601 | |||
| 602 | #define DMA16_NEXT_DESC_PTR 0xFFC01E00 /* DMA Channel 16 Next Descriptor Pointer Register */ | ||
| 603 | #define DMA16_START_ADDR 0xFFC01E04 /* DMA Channel 16 Start Address Register */ | ||
| 604 | #define DMA16_CONFIG 0xFFC01E08 /* DMA Channel 16 Configuration Register */ | ||
| 605 | #define DMA16_X_COUNT 0xFFC01E10 /* DMA Channel 16 X Count Register */ | ||
| 606 | #define DMA16_X_MODIFY 0xFFC01E14 /* DMA Channel 16 X Modify Register */ | ||
| 607 | #define DMA16_Y_COUNT 0xFFC01E18 /* DMA Channel 16 Y Count Register */ | ||
| 608 | #define DMA16_Y_MODIFY 0xFFC01E1C /* DMA Channel 16 Y Modify Register */ | ||
| 609 | #define DMA16_CURR_DESC_PTR 0xFFC01E20 /* DMA Channel 16 Current Descriptor Pointer Register */ | ||
| 610 | #define DMA16_CURR_ADDR 0xFFC01E24 /* DMA Channel 16 Current Address Register */ | ||
| 611 | #define DMA16_IRQ_STATUS 0xFFC01E28 /* DMA Channel 16 Interrupt/Status Register */ | ||
| 612 | #define DMA16_PERIPHERAL_MAP 0xFFC01E2C /* DMA Channel 16 Peripheral Map Register */ | ||
| 613 | #define DMA16_CURR_X_COUNT 0xFFC01E30 /* DMA Channel 16 Current X Count Register */ | ||
| 614 | #define DMA16_CURR_Y_COUNT 0xFFC01E38 /* DMA Channel 16 Current Y Count Register */ | ||
| 615 | |||
| 616 | #define DMA17_NEXT_DESC_PTR 0xFFC01E40 /* DMA Channel 17 Next Descriptor Pointer Register */ | ||
| 617 | #define DMA17_START_ADDR 0xFFC01E44 /* DMA Channel 17 Start Address Register */ | ||
| 618 | #define DMA17_CONFIG 0xFFC01E48 /* DMA Channel 17 Configuration Register */ | ||
| 619 | #define DMA17_X_COUNT 0xFFC01E50 /* DMA Channel 17 X Count Register */ | ||
| 620 | #define DMA17_X_MODIFY 0xFFC01E54 /* DMA Channel 17 X Modify Register */ | ||
| 621 | #define DMA17_Y_COUNT 0xFFC01E58 /* DMA Channel 17 Y Count Register */ | ||
| 622 | #define DMA17_Y_MODIFY 0xFFC01E5C /* DMA Channel 17 Y Modify Register */ | ||
| 623 | #define DMA17_CURR_DESC_PTR 0xFFC01E60 /* DMA Channel 17 Current Descriptor Pointer Register */ | ||
| 624 | #define DMA17_CURR_ADDR 0xFFC01E64 /* DMA Channel 17 Current Address Register */ | ||
| 625 | #define DMA17_IRQ_STATUS 0xFFC01E68 /* DMA Channel 17 Interrupt/Status Register */ | ||
| 626 | #define DMA17_PERIPHERAL_MAP 0xFFC01E6C /* DMA Channel 17 Peripheral Map Register */ | ||
| 627 | #define DMA17_CURR_X_COUNT 0xFFC01E70 /* DMA Channel 17 Current X Count Register */ | ||
| 628 | #define DMA17_CURR_Y_COUNT 0xFFC01E78 /* DMA Channel 17 Current Y Count Register */ | ||
| 629 | |||
| 630 | #define DMA18_NEXT_DESC_PTR 0xFFC01E80 /* DMA Channel 18 Next Descriptor Pointer Register */ | ||
| 631 | #define DMA18_START_ADDR 0xFFC01E84 /* DMA Channel 18 Start Address Register */ | ||
| 632 | #define DMA18_CONFIG 0xFFC01E88 /* DMA Channel 18 Configuration Register */ | ||
| 633 | #define DMA18_X_COUNT 0xFFC01E90 /* DMA Channel 18 X Count Register */ | ||
| 634 | #define DMA18_X_MODIFY 0xFFC01E94 /* DMA Channel 18 X Modify Register */ | ||
| 635 | #define DMA18_Y_COUNT 0xFFC01E98 /* DMA Channel 18 Y Count Register */ | ||
| 636 | #define DMA18_Y_MODIFY 0xFFC01E9C /* DMA Channel 18 Y Modify Register */ | ||
| 637 | #define DMA18_CURR_DESC_PTR 0xFFC01EA0 /* DMA Channel 18 Current Descriptor Pointer Register */ | ||
| 638 | #define DMA18_CURR_ADDR 0xFFC01EA4 /* DMA Channel 18 Current Address Register */ | ||
| 639 | #define DMA18_IRQ_STATUS 0xFFC01EA8 /* DMA Channel 18 Interrupt/Status Register */ | ||
| 640 | #define DMA18_PERIPHERAL_MAP 0xFFC01EAC /* DMA Channel 18 Peripheral Map Register */ | ||
| 641 | #define DMA18_CURR_X_COUNT 0xFFC01EB0 /* DMA Channel 18 Current X Count Register */ | ||
| 642 | #define DMA18_CURR_Y_COUNT 0xFFC01EB8 /* DMA Channel 18 Current Y Count Register */ | ||
| 643 | |||
| 644 | #define DMA19_NEXT_DESC_PTR 0xFFC01EC0 /* DMA Channel 19 Next Descriptor Pointer Register */ | ||
| 645 | #define DMA19_START_ADDR 0xFFC01EC4 /* DMA Channel 19 Start Address Register */ | ||
| 646 | #define DMA19_CONFIG 0xFFC01EC8 /* DMA Channel 19 Configuration Register */ | ||
| 647 | #define DMA19_X_COUNT 0xFFC01ED0 /* DMA Channel 19 X Count Register */ | ||
| 648 | #define DMA19_X_MODIFY 0xFFC01ED4 /* DMA Channel 19 X Modify Register */ | ||
| 649 | #define DMA19_Y_COUNT 0xFFC01ED8 /* DMA Channel 19 Y Count Register */ | ||
| 650 | #define DMA19_Y_MODIFY 0xFFC01EDC /* DMA Channel 19 Y Modify Register */ | ||
| 651 | #define DMA19_CURR_DESC_PTR 0xFFC01EE0 /* DMA Channel 19 Current Descriptor Pointer Register */ | ||
| 652 | #define DMA19_CURR_ADDR 0xFFC01EE4 /* DMA Channel 19 Current Address Register */ | ||
| 653 | #define DMA19_IRQ_STATUS 0xFFC01EE8 /* DMA Channel 19 Interrupt/Status Register */ | ||
| 654 | #define DMA19_PERIPHERAL_MAP 0xFFC01EEC /* DMA Channel 19 Peripheral Map Register */ | ||
| 655 | #define DMA19_CURR_X_COUNT 0xFFC01EF0 /* DMA Channel 19 Current X Count Register */ | ||
| 656 | #define DMA19_CURR_Y_COUNT 0xFFC01EF8 /* DMA Channel 19 Current Y Count Register */ | ||
| 657 | |||
| 658 | #define MDMA1_D0_NEXT_DESC_PTR 0xFFC01F00 /* MemDMA1 Stream 0 Destination Next Descriptor Pointer Register */ | ||
| 659 | #define MDMA1_D0_START_ADDR 0xFFC01F04 /* MemDMA1 Stream 0 Destination Start Address Register */ | ||
| 660 | #define MDMA1_D0_CONFIG 0xFFC01F08 /* MemDMA1 Stream 0 Destination Configuration Register */ | ||
| 661 | #define MDMA1_D0_X_COUNT 0xFFC01F10 /* MemDMA1 Stream 0 Destination X Count Register */ | ||
| 662 | #define MDMA1_D0_X_MODIFY 0xFFC01F14 /* MemDMA1 Stream 0 Destination X Modify Register */ | ||
| 663 | #define MDMA1_D0_Y_COUNT 0xFFC01F18 /* MemDMA1 Stream 0 Destination Y Count Register */ | ||
| 664 | #define MDMA1_D0_Y_MODIFY 0xFFC01F1C /* MemDMA1 Stream 0 Destination Y Modify Register */ | ||
| 665 | #define MDMA1_D0_CURR_DESC_PTR 0xFFC01F20 /* MemDMA1 Stream 0 Destination Current Descriptor Pointer Register */ | ||
| 666 | #define MDMA1_D0_CURR_ADDR 0xFFC01F24 /* MemDMA1 Stream 0 Destination Current Address Register */ | ||
| 667 | #define MDMA1_D0_IRQ_STATUS 0xFFC01F28 /* MemDMA1 Stream 0 Destination Interrupt/Status Register */ | ||
| 668 | #define MDMA1_D0_PERIPHERAL_MAP 0xFFC01F2C /* MemDMA1 Stream 0 Destination Peripheral Map Register */ | ||
| 669 | #define MDMA1_D0_CURR_X_COUNT 0xFFC01F30 /* MemDMA1 Stream 0 Destination Current X Count Register */ | ||
| 670 | #define MDMA1_D0_CURR_Y_COUNT 0xFFC01F38 /* MemDMA1 Stream 0 Destination Current Y Count Register */ | ||
| 671 | |||
| 672 | #define MDMA1_S0_NEXT_DESC_PTR 0xFFC01F40 /* MemDMA1 Stream 0 Source Next Descriptor Pointer Register */ | ||
| 673 | #define MDMA1_S0_START_ADDR 0xFFC01F44 /* MemDMA1 Stream 0 Source Start Address Register */ | ||
| 674 | #define MDMA1_S0_CONFIG 0xFFC01F48 /* MemDMA1 Stream 0 Source Configuration Register */ | ||
| 675 | #define MDMA1_S0_X_COUNT 0xFFC01F50 /* MemDMA1 Stream 0 Source X Count Register */ | ||
| 676 | #define MDMA1_S0_X_MODIFY 0xFFC01F54 /* MemDMA1 Stream 0 Source X Modify Register */ | ||
| 677 | #define MDMA1_S0_Y_COUNT 0xFFC01F58 /* MemDMA1 Stream 0 Source Y Count Register */ | ||
| 678 | #define MDMA1_S0_Y_MODIFY 0xFFC01F5C /* MemDMA1 Stream 0 Source Y Modify Register */ | ||
| 679 | #define MDMA1_S0_CURR_DESC_PTR 0xFFC01F60 /* MemDMA1 Stream 0 Source Current Descriptor Pointer Register */ | ||
| 680 | #define MDMA1_S0_CURR_ADDR 0xFFC01F64 /* MemDMA1 Stream 0 Source Current Address Register */ | ||
| 681 | #define MDMA1_S0_IRQ_STATUS 0xFFC01F68 /* MemDMA1 Stream 0 Source Interrupt/Status Register */ | ||
| 682 | #define MDMA1_S0_PERIPHERAL_MAP 0xFFC01F6C /* MemDMA1 Stream 0 Source Peripheral Map Register */ | ||
| 683 | #define MDMA1_S0_CURR_X_COUNT 0xFFC01F70 /* MemDMA1 Stream 0 Source Current X Count Register */ | ||
| 684 | #define MDMA1_S0_CURR_Y_COUNT 0xFFC01F78 /* MemDMA1 Stream 0 Source Current Y Count Register */ | ||
| 685 | |||
| 686 | #define MDMA1_D1_NEXT_DESC_PTR 0xFFC01F80 /* MemDMA1 Stream 1 Destination Next Descriptor Pointer Register */ | ||
| 687 | #define MDMA1_D1_START_ADDR 0xFFC01F84 /* MemDMA1 Stream 1 Destination Start Address Register */ | ||
| 688 | #define MDMA1_D1_CONFIG 0xFFC01F88 /* MemDMA1 Stream 1 Destination Configuration Register */ | ||
| 689 | #define MDMA1_D1_X_COUNT 0xFFC01F90 /* MemDMA1 Stream 1 Destination X Count Register */ | ||
| 690 | #define MDMA1_D1_X_MODIFY 0xFFC01F94 /* MemDMA1 Stream 1 Destination X Modify Register */ | ||
| 691 | #define MDMA1_D1_Y_COUNT 0xFFC01F98 /* MemDMA1 Stream 1 Destination Y Count Register */ | ||
| 692 | #define MDMA1_D1_Y_MODIFY 0xFFC01F9C /* MemDMA1 Stream 1 Destination Y Modify Register */ | ||
| 693 | #define MDMA1_D1_CURR_DESC_PTR 0xFFC01FA0 /* MemDMA1 Stream 1 Destination Current Descriptor Pointer Register */ | ||
| 694 | #define MDMA1_D1_CURR_ADDR 0xFFC01FA4 /* MemDMA1 Stream 1 Destination Current Address Register */ | ||
| 695 | #define MDMA1_D1_IRQ_STATUS 0xFFC01FA8 /* MemDMA1 Stream 1 Destination Interrupt/Status Register */ | ||
| 696 | #define MDMA1_D1_PERIPHERAL_MAP 0xFFC01FAC /* MemDMA1 Stream 1 Destination Peripheral Map Register */ | ||
| 697 | #define MDMA1_D1_CURR_X_COUNT 0xFFC01FB0 /* MemDMA1 Stream 1 Destination Current X Count Register */ | ||
| 698 | #define MDMA1_D1_CURR_Y_COUNT 0xFFC01FB8 /* MemDMA1 Stream 1 Destination Current Y Count Register */ | ||
| 699 | |||
| 700 | #define MDMA1_S1_NEXT_DESC_PTR 0xFFC01FC0 /* MemDMA1 Stream 1 Source Next Descriptor Pointer Register */ | ||
| 701 | #define MDMA1_S1_START_ADDR 0xFFC01FC4 /* MemDMA1 Stream 1 Source Start Address Register */ | ||
| 702 | #define MDMA1_S1_CONFIG 0xFFC01FC8 /* MemDMA1 Stream 1 Source Configuration Register */ | ||
| 703 | #define MDMA1_S1_X_COUNT 0xFFC01FD0 /* MemDMA1 Stream 1 Source X Count Register */ | ||
| 704 | #define MDMA1_S1_X_MODIFY 0xFFC01FD4 /* MemDMA1 Stream 1 Source X Modify Register */ | ||
| 705 | #define MDMA1_S1_Y_COUNT 0xFFC01FD8 /* MemDMA1 Stream 1 Source Y Count Register */ | ||
| 706 | #define MDMA1_S1_Y_MODIFY 0xFFC01FDC /* MemDMA1 Stream 1 Source Y Modify Register */ | ||
| 707 | #define MDMA1_S1_CURR_DESC_PTR 0xFFC01FE0 /* MemDMA1 Stream 1 Source Current Descriptor Pointer Register */ | ||
| 708 | #define MDMA1_S1_CURR_ADDR 0xFFC01FE4 /* MemDMA1 Stream 1 Source Current Address Register */ | ||
| 709 | #define MDMA1_S1_IRQ_STATUS 0xFFC01FE8 /* MemDMA1 Stream 1 Source Interrupt/Status Register */ | ||
| 710 | #define MDMA1_S1_PERIPHERAL_MAP 0xFFC01FEC /* MemDMA1 Stream 1 Source Peripheral Map Register */ | ||
| 711 | #define MDMA1_S1_CURR_X_COUNT 0xFFC01FF0 /* MemDMA1 Stream 1 Source Current X Count Register */ | ||
| 712 | #define MDMA1_S1_CURR_Y_COUNT 0xFFC01FF8 /* MemDMA1 Stream 1 Source Current Y Count Register */ | ||
| 713 | |||
| 714 | |||
| 715 | /* UART1 Controller (0xFFC02000 - 0xFFC020FF) */ | ||
| 716 | #define UART1_THR 0xFFC02000 /* Transmit Holding register */ | ||
| 717 | #define UART1_RBR 0xFFC02000 /* Receive Buffer register */ | ||
| 718 | #define UART1_DLL 0xFFC02000 /* Divisor Latch (Low-Byte) */ | ||
| 719 | #define UART1_IER 0xFFC02004 /* Interrupt Enable Register */ | ||
| 720 | #define UART1_DLH 0xFFC02004 /* Divisor Latch (High-Byte) */ | ||
| 721 | #define UART1_IIR 0xFFC02008 /* Interrupt Identification Register */ | ||
| 722 | #define UART1_LCR 0xFFC0200C /* Line Control Register */ | ||
| 723 | #define UART1_MCR 0xFFC02010 /* Modem Control Register */ | ||
| 724 | #define UART1_LSR 0xFFC02014 /* Line Status Register */ | ||
| 725 | #define UART1_SCR 0xFFC0201C /* SCR Scratch Register */ | ||
| 726 | #define UART1_GCTL 0xFFC02024 /* Global Control Register */ | ||
| 727 | |||
| 728 | |||
| 729 | /* UART2 Controller (0xFFC02100 - 0xFFC021FF) */ | ||
| 730 | #define UART2_THR 0xFFC02100 /* Transmit Holding register */ | ||
| 731 | #define UART2_RBR 0xFFC02100 /* Receive Buffer register */ | ||
| 732 | #define UART2_DLL 0xFFC02100 /* Divisor Latch (Low-Byte) */ | ||
| 733 | #define UART2_IER 0xFFC02104 /* Interrupt Enable Register */ | ||
| 734 | #define UART2_DLH 0xFFC02104 /* Divisor Latch (High-Byte) */ | ||
| 735 | #define UART2_IIR 0xFFC02108 /* Interrupt Identification Register */ | ||
| 736 | #define UART2_LCR 0xFFC0210C /* Line Control Register */ | ||
| 737 | #define UART2_MCR 0xFFC02110 /* Modem Control Register */ | ||
| 738 | #define UART2_LSR 0xFFC02114 /* Line Status Register */ | ||
| 739 | #define UART2_SCR 0xFFC0211C /* SCR Scratch Register */ | ||
| 740 | #define UART2_GCTL 0xFFC02124 /* Global Control Register */ | ||
| 741 | |||
| 742 | |||
| 743 | /* Two-Wire Interface 1 (0xFFC02200 - 0xFFC022FF) */ | ||
| 744 | #define TWI1_CLKDIV 0xFFC02200 /* Serial Clock Divider Register */ | ||
| 745 | #define TWI1_CONTROL 0xFFC02204 /* TWI1 Master Internal Time Reference Register */ | ||
| 746 | #define TWI1_SLAVE_CTRL 0xFFC02208 /* Slave Mode Control Register */ | ||
| 747 | #define TWI1_SLAVE_STAT 0xFFC0220C /* Slave Mode Status Register */ | ||
| 748 | #define TWI1_SLAVE_ADDR 0xFFC02210 /* Slave Mode Address Register */ | ||
| 749 | #define TWI1_MASTER_CTRL 0xFFC02214 /* Master Mode Control Register */ | ||
| 750 | #define TWI1_MASTER_STAT 0xFFC02218 /* Master Mode Status Register */ | ||
| 751 | #define TWI1_MASTER_ADDR 0xFFC0221C /* Master Mode Address Register */ | ||
| 752 | #define TWI1_INT_STAT 0xFFC02220 /* TWI1 Master Interrupt Register */ | ||
| 753 | #define TWI1_INT_MASK 0xFFC02224 /* TWI1 Master Interrupt Mask Register */ | ||
| 754 | #define TWI1_FIFO_CTRL 0xFFC02228 /* FIFO Control Register */ | ||
| 755 | #define TWI1_FIFO_STAT 0xFFC0222C /* FIFO Status Register */ | ||
| 756 | #define TWI1_XMT_DATA8 0xFFC02280 /* FIFO Transmit Data Single Byte Register */ | ||
| 757 | #define TWI1_XMT_DATA16 0xFFC02284 /* FIFO Transmit Data Double Byte Register */ | ||
| 758 | #define TWI1_RCV_DATA8 0xFFC02288 /* FIFO Receive Data Single Byte Register */ | ||
| 759 | #define TWI1_RCV_DATA16 0xFFC0228C /* FIFO Receive Data Double Byte Register */ | ||
| 760 | #define TWI1_REGBASE TWI1_CLKDIV | ||
| 761 | |||
| 762 | |||
| 763 | /* the following are for backwards compatibility */ | ||
| 764 | #define TWI1_PRESCALE TWI1_CONTROL | ||
| 765 | #define TWI1_INT_SRC TWI1_INT_STAT | ||
| 766 | #define TWI1_INT_ENABLE TWI1_INT_MASK | ||
| 767 | |||
| 768 | |||
| 769 | /* SPI1 Controller (0xFFC02300 - 0xFFC023FF) */ | ||
| 770 | #define SPI1_CTL 0xFFC02300 /* SPI1 Control Register */ | ||
| 771 | #define SPI1_FLG 0xFFC02304 /* SPI1 Flag register */ | ||
| 772 | #define SPI1_STAT 0xFFC02308 /* SPI1 Status register */ | ||
| 773 | #define SPI1_TDBR 0xFFC0230C /* SPI1 Transmit Data Buffer Register */ | ||
| 774 | #define SPI1_RDBR 0xFFC02310 /* SPI1 Receive Data Buffer Register */ | ||
| 775 | #define SPI1_BAUD 0xFFC02314 /* SPI1 Baud rate Register */ | ||
| 776 | #define SPI1_SHADOW 0xFFC02318 /* SPI1_RDBR Shadow Register */ | ||
| 777 | #define SPI1_REGBASE SPI1_CTL | ||
| 778 | |||
| 779 | /* SPI2 Controller (0xFFC02400 - 0xFFC024FF) */ | ||
| 780 | #define SPI2_CTL 0xFFC02400 /* SPI2 Control Register */ | ||
| 781 | #define SPI2_FLG 0xFFC02404 /* SPI2 Flag register */ | ||
| 782 | #define SPI2_STAT 0xFFC02408 /* SPI2 Status register */ | ||
| 783 | #define SPI2_TDBR 0xFFC0240C /* SPI2 Transmit Data Buffer Register */ | ||
| 784 | #define SPI2_RDBR 0xFFC02410 /* SPI2 Receive Data Buffer Register */ | ||
| 785 | #define SPI2_BAUD 0xFFC02414 /* SPI2 Baud rate Register */ | ||
| 786 | #define SPI2_SHADOW 0xFFC02418 /* SPI2_RDBR Shadow Register */ | ||
| 787 | #define SPI2_REGBASE SPI2_CTL | ||
| 788 | |||
| 789 | /* SPORT2 Controller (0xFFC02500 - 0xFFC025FF) */ | ||
| 790 | #define SPORT2_TCR1 0xFFC02500 /* SPORT2 Transmit Configuration 1 Register */ | ||
| 791 | #define SPORT2_TCR2 0xFFC02504 /* SPORT2 Transmit Configuration 2 Register */ | ||
| 792 | #define SPORT2_TCLKDIV 0xFFC02508 /* SPORT2 Transmit Clock Divider */ | ||
| 793 | #define SPORT2_TFSDIV 0xFFC0250C /* SPORT2 Transmit Frame Sync Divider */ | ||
| 794 | #define SPORT2_TX 0xFFC02510 /* SPORT2 TX Data Register */ | ||
| 795 | #define SPORT2_RX 0xFFC02518 /* SPORT2 RX Data Register */ | ||
| 796 | #define SPORT2_RCR1 0xFFC02520 /* SPORT2 Transmit Configuration 1 Register */ | ||
| 797 | #define SPORT2_RCR2 0xFFC02524 /* SPORT2 Transmit Configuration 2 Register */ | ||
| 798 | #define SPORT2_RCLKDIV 0xFFC02528 /* SPORT2 Receive Clock Divider */ | ||
| 799 | #define SPORT2_RFSDIV 0xFFC0252C /* SPORT2 Receive Frame Sync Divider */ | ||
| 800 | #define SPORT2_STAT 0xFFC02530 /* SPORT2 Status Register */ | ||
| 801 | #define SPORT2_CHNL 0xFFC02534 /* SPORT2 Current Channel Register */ | ||
| 802 | #define SPORT2_MCMC1 0xFFC02538 /* SPORT2 Multi-Channel Configuration Register 1 */ | ||
| 803 | #define SPORT2_MCMC2 0xFFC0253C /* SPORT2 Multi-Channel Configuration Register 2 */ | ||
| 804 | #define SPORT2_MTCS0 0xFFC02540 /* SPORT2 Multi-Channel Transmit Select Register 0 */ | ||
| 805 | #define SPORT2_MTCS1 0xFFC02544 /* SPORT2 Multi-Channel Transmit Select Register 1 */ | ||
| 806 | #define SPORT2_MTCS2 0xFFC02548 /* SPORT2 Multi-Channel Transmit Select Register 2 */ | ||
| 807 | #define SPORT2_MTCS3 0xFFC0254C /* SPORT2 Multi-Channel Transmit Select Register 3 */ | ||
| 808 | #define SPORT2_MRCS0 0xFFC02550 /* SPORT2 Multi-Channel Receive Select Register 0 */ | ||
| 809 | #define SPORT2_MRCS1 0xFFC02554 /* SPORT2 Multi-Channel Receive Select Register 1 */ | ||
| 810 | #define SPORT2_MRCS2 0xFFC02558 /* SPORT2 Multi-Channel Receive Select Register 2 */ | ||
| 811 | #define SPORT2_MRCS3 0xFFC0255C /* SPORT2 Multi-Channel Receive Select Register 3 */ | ||
| 812 | |||
| 813 | |||
| 814 | /* SPORT3 Controller (0xFFC02600 - 0xFFC026FF) */ | ||
| 815 | #define SPORT3_TCR1 0xFFC02600 /* SPORT3 Transmit Configuration 1 Register */ | ||
| 816 | #define SPORT3_TCR2 0xFFC02604 /* SPORT3 Transmit Configuration 2 Register */ | ||
| 817 | #define SPORT3_TCLKDIV 0xFFC02608 /* SPORT3 Transmit Clock Divider */ | ||
| 818 | #define SPORT3_TFSDIV 0xFFC0260C /* SPORT3 Transmit Frame Sync Divider */ | ||
| 819 | #define SPORT3_TX 0xFFC02610 /* SPORT3 TX Data Register */ | ||
| 820 | #define SPORT3_RX 0xFFC02618 /* SPORT3 RX Data Register */ | ||
| 821 | #define SPORT3_RCR1 0xFFC02620 /* SPORT3 Transmit Configuration 1 Register */ | ||
| 822 | #define SPORT3_RCR2 0xFFC02624 /* SPORT3 Transmit Configuration 2 Register */ | ||
| 823 | #define SPORT3_RCLKDIV 0xFFC02628 /* SPORT3 Receive Clock Divider */ | ||
| 824 | #define SPORT3_RFSDIV 0xFFC0262C /* SPORT3 Receive Frame Sync Divider */ | ||
| 825 | #define SPORT3_STAT 0xFFC02630 /* SPORT3 Status Register */ | ||
| 826 | #define SPORT3_CHNL 0xFFC02634 /* SPORT3 Current Channel Register */ | ||
| 827 | #define SPORT3_MCMC1 0xFFC02638 /* SPORT3 Multi-Channel Configuration Register 1 */ | ||
| 828 | #define SPORT3_MCMC2 0xFFC0263C /* SPORT3 Multi-Channel Configuration Register 2 */ | ||
| 829 | #define SPORT3_MTCS0 0xFFC02640 /* SPORT3 Multi-Channel Transmit Select Register 0 */ | ||
| 830 | #define SPORT3_MTCS1 0xFFC02644 /* SPORT3 Multi-Channel Transmit Select Register 1 */ | ||
| 831 | #define SPORT3_MTCS2 0xFFC02648 /* SPORT3 Multi-Channel Transmit Select Register 2 */ | ||
| 832 | #define SPORT3_MTCS3 0xFFC0264C /* SPORT3 Multi-Channel Transmit Select Register 3 */ | ||
| 833 | #define SPORT3_MRCS0 0xFFC02650 /* SPORT3 Multi-Channel Receive Select Register 0 */ | ||
| 834 | #define SPORT3_MRCS1 0xFFC02654 /* SPORT3 Multi-Channel Receive Select Register 1 */ | ||
| 835 | #define SPORT3_MRCS2 0xFFC02658 /* SPORT3 Multi-Channel Receive Select Register 2 */ | ||
| 836 | #define SPORT3_MRCS3 0xFFC0265C /* SPORT3 Multi-Channel Receive Select Register 3 */ | ||
| 837 | |||
| 838 | |||
| 839 | /* Media Transceiver (MXVR) (0xFFC02700 - 0xFFC028FF) */ | ||
| 840 | |||
| 841 | #define MXVR_CONFIG 0xFFC02700 /* MXVR Configuration Register */ | ||
| 842 | #define MXVR_PLL_CTL_0 0xFFC02704 /* MXVR Phase Lock Loop Control Register 0 */ | ||
| 843 | |||
| 844 | #define MXVR_STATE_0 0xFFC02708 /* MXVR State Register 0 */ | ||
| 845 | #define MXVR_STATE_1 0xFFC0270C /* MXVR State Register 1 */ | ||
| 846 | |||
| 847 | #define MXVR_INT_STAT_0 0xFFC02710 /* MXVR Interrupt Status Register 0 */ | ||
| 848 | #define MXVR_INT_STAT_1 0xFFC02714 /* MXVR Interrupt Status Register 1 */ | ||
| 849 | |||
| 850 | #define MXVR_INT_EN_0 0xFFC02718 /* MXVR Interrupt Enable Register 0 */ | ||
| 851 | #define MXVR_INT_EN_1 0xFFC0271C /* MXVR Interrupt Enable Register 1 */ | ||
| 852 | |||
| 853 | #define MXVR_POSITION 0xFFC02720 /* MXVR Node Position Register */ | ||
| 854 | #define MXVR_MAX_POSITION 0xFFC02724 /* MXVR Maximum Node Position Register */ | ||
| 855 | |||
| 856 | #define MXVR_DELAY 0xFFC02728 /* MXVR Node Frame Delay Register */ | ||
| 857 | #define MXVR_MAX_DELAY 0xFFC0272C /* MXVR Maximum Node Frame Delay Register */ | ||
| 858 | |||
| 859 | #define MXVR_LADDR 0xFFC02730 /* MXVR Logical Address Register */ | ||
| 860 | #define MXVR_GADDR 0xFFC02734 /* MXVR Group Address Register */ | ||
| 861 | #define MXVR_AADDR 0xFFC02738 /* MXVR Alternate Address Register */ | ||
| 862 | |||
| 863 | #define MXVR_ALLOC_0 0xFFC0273C /* MXVR Allocation Table Register 0 */ | ||
| 864 | #define MXVR_ALLOC_1 0xFFC02740 /* MXVR Allocation Table Register 1 */ | ||
| 865 | #define MXVR_ALLOC_2 0xFFC02744 /* MXVR Allocation Table Register 2 */ | ||
| 866 | #define MXVR_ALLOC_3 0xFFC02748 /* MXVR Allocation Table Register 3 */ | ||
| 867 | #define MXVR_ALLOC_4 0xFFC0274C /* MXVR Allocation Table Register 4 */ | ||
| 868 | #define MXVR_ALLOC_5 0xFFC02750 /* MXVR Allocation Table Register 5 */ | ||
| 869 | #define MXVR_ALLOC_6 0xFFC02754 /* MXVR Allocation Table Register 6 */ | ||
| 870 | #define MXVR_ALLOC_7 0xFFC02758 /* MXVR Allocation Table Register 7 */ | ||
| 871 | #define MXVR_ALLOC_8 0xFFC0275C /* MXVR Allocation Table Register 8 */ | ||
| 872 | #define MXVR_ALLOC_9 0xFFC02760 /* MXVR Allocation Table Register 9 */ | ||
| 873 | #define MXVR_ALLOC_10 0xFFC02764 /* MXVR Allocation Table Register 10 */ | ||
| 874 | #define MXVR_ALLOC_11 0xFFC02768 /* MXVR Allocation Table Register 11 */ | ||
| 875 | #define MXVR_ALLOC_12 0xFFC0276C /* MXVR Allocation Table Register 12 */ | ||
| 876 | #define MXVR_ALLOC_13 0xFFC02770 /* MXVR Allocation Table Register 13 */ | ||
| 877 | #define MXVR_ALLOC_14 0xFFC02774 /* MXVR Allocation Table Register 14 */ | ||
| 878 | |||
| 879 | #define MXVR_SYNC_LCHAN_0 0xFFC02778 /* MXVR Sync Data Logical Channel Assign Register 0 */ | ||
| 880 | #define MXVR_SYNC_LCHAN_1 0xFFC0277C /* MXVR Sync Data Logical Channel Assign Register 1 */ | ||
| 881 | #define MXVR_SYNC_LCHAN_2 0xFFC02780 /* MXVR Sync Data Logical Channel Assign Register 2 */ | ||
| 882 | #define MXVR_SYNC_LCHAN_3 0xFFC02784 /* MXVR Sync Data Logical Channel Assign Register 3 */ | ||
| 883 | #define MXVR_SYNC_LCHAN_4 0xFFC02788 /* MXVR Sync Data Logical Channel Assign Register 4 */ | ||
| 884 | #define MXVR_SYNC_LCHAN_5 0xFFC0278C /* MXVR Sync Data Logical Channel Assign Register 5 */ | ||
| 885 | #define MXVR_SYNC_LCHAN_6 0xFFC02790 /* MXVR Sync Data Logical Channel Assign Register 6 */ | ||
| 886 | #define MXVR_SYNC_LCHAN_7 0xFFC02794 /* MXVR Sync Data Logical Channel Assign Register 7 */ | ||
| 887 | |||
| 888 | #define MXVR_DMA0_CONFIG 0xFFC02798 /* MXVR Sync Data DMA0 Config Register */ | ||
| 889 | #define MXVR_DMA0_START_ADDR 0xFFC0279C /* MXVR Sync Data DMA0 Start Address Register */ | ||
| 890 | #define MXVR_DMA0_COUNT 0xFFC027A0 /* MXVR Sync Data DMA0 Loop Count Register */ | ||
| 891 | #define MXVR_DMA0_CURR_ADDR 0xFFC027A4 /* MXVR Sync Data DMA0 Current Address Register */ | ||
| 892 | #define MXVR_DMA0_CURR_COUNT 0xFFC027A8 /* MXVR Sync Data DMA0 Current Loop Count Register */ | ||
| 893 | |||
| 894 | #define MXVR_DMA1_CONFIG 0xFFC027AC /* MXVR Sync Data DMA1 Config Register */ | ||
| 895 | #define MXVR_DMA1_START_ADDR 0xFFC027B0 /* MXVR Sync Data DMA1 Start Address Register */ | ||
| 896 | #define MXVR_DMA1_COUNT 0xFFC027B4 /* MXVR Sync Data DMA1 Loop Count Register */ | ||
| 897 | #define MXVR_DMA1_CURR_ADDR 0xFFC027B8 /* MXVR Sync Data DMA1 Current Address Register */ | ||
| 898 | #define MXVR_DMA1_CURR_COUNT 0xFFC027BC /* MXVR Sync Data DMA1 Current Loop Count Register */ | ||
| 899 | |||
| 900 | #define MXVR_DMA2_CONFIG 0xFFC027C0 /* MXVR Sync Data DMA2 Config Register */ | ||
| 901 | #define MXVR_DMA2_START_ADDR 0xFFC027C4 /* MXVR Sync Data DMA2 Start Address Register */ | ||
| 902 | #define MXVR_DMA2_COUNT 0xFFC027C8 /* MXVR Sync Data DMA2 Loop Count Register */ | ||
| 903 | #define MXVR_DMA2_CURR_ADDR 0xFFC027CC /* MXVR Sync Data DMA2 Current Address Register */ | ||
| 904 | #define MXVR_DMA2_CURR_COUNT 0xFFC027D0 /* MXVR Sync Data DMA2 Current Loop Count Register */ | ||
| 905 | |||
| 906 | #define MXVR_DMA3_CONFIG 0xFFC027D4 /* MXVR Sync Data DMA3 Config Register */ | ||
| 907 | #define MXVR_DMA3_START_ADDR 0xFFC027D8 /* MXVR Sync Data DMA3 Start Address Register */ | ||
| 908 | #define MXVR_DMA3_COUNT 0xFFC027DC /* MXVR Sync Data DMA3 Loop Count Register */ | ||
| 909 | #define MXVR_DMA3_CURR_ADDR 0xFFC027E0 /* MXVR Sync Data DMA3 Current Address Register */ | ||
| 910 | #define MXVR_DMA3_CURR_COUNT 0xFFC027E4 /* MXVR Sync Data DMA3 Current Loop Count Register */ | ||
| 911 | |||
| 912 | #define MXVR_DMA4_CONFIG 0xFFC027E8 /* MXVR Sync Data DMA4 Config Register */ | ||
| 913 | #define MXVR_DMA4_START_ADDR 0xFFC027EC /* MXVR Sync Data DMA4 Start Address Register */ | ||
| 914 | #define MXVR_DMA4_COUNT 0xFFC027F0 /* MXVR Sync Data DMA4 Loop Count Register */ | ||
| 915 | #define MXVR_DMA4_CURR_ADDR 0xFFC027F4 /* MXVR Sync Data DMA4 Current Address Register */ | ||
| 916 | #define MXVR_DMA4_CURR_COUNT 0xFFC027F8 /* MXVR Sync Data DMA4 Current Loop Count Register */ | ||
| 917 | |||
| 918 | #define MXVR_DMA5_CONFIG 0xFFC027FC /* MXVR Sync Data DMA5 Config Register */ | ||
| 919 | #define MXVR_DMA5_START_ADDR 0xFFC02800 /* MXVR Sync Data DMA5 Start Address Register */ | ||
| 920 | #define MXVR_DMA5_COUNT 0xFFC02804 /* MXVR Sync Data DMA5 Loop Count Register */ | ||
| 921 | #define MXVR_DMA5_CURR_ADDR 0xFFC02808 /* MXVR Sync Data DMA5 Current Address Register */ | ||
| 922 | #define MXVR_DMA5_CURR_COUNT 0xFFC0280C /* MXVR Sync Data DMA5 Current Loop Count Register */ | ||
| 923 | |||
| 924 | #define MXVR_DMA6_CONFIG 0xFFC02810 /* MXVR Sync Data DMA6 Config Register */ | ||
| 925 | #define MXVR_DMA6_START_ADDR 0xFFC02814 /* MXVR Sync Data DMA6 Start Address Register */ | ||
| 926 | #define MXVR_DMA6_COUNT 0xFFC02818 /* MXVR Sync Data DMA6 Loop Count Register */ | ||
| 927 | #define MXVR_DMA6_CURR_ADDR 0xFFC0281C /* MXVR Sync Data DMA6 Current Address Register */ | ||
| 928 | #define MXVR_DMA6_CURR_COUNT 0xFFC02820 /* MXVR Sync Data DMA6 Current Loop Count Register */ | ||
| 929 | |||
| 930 | #define MXVR_DMA7_CONFIG 0xFFC02824 /* MXVR Sync Data DMA7 Config Register */ | ||
| 931 | #define MXVR_DMA7_START_ADDR 0xFFC02828 /* MXVR Sync Data DMA7 Start Address Register */ | ||
| 932 | #define MXVR_DMA7_COUNT 0xFFC0282C /* MXVR Sync Data DMA7 Loop Count Register */ | ||
| 933 | #define MXVR_DMA7_CURR_ADDR 0xFFC02830 /* MXVR Sync Data DMA7 Current Address Register */ | ||
| 934 | #define MXVR_DMA7_CURR_COUNT 0xFFC02834 /* MXVR Sync Data DMA7 Current Loop Count Register */ | ||
| 935 | |||
| 936 | #define MXVR_AP_CTL 0xFFC02838 /* MXVR Async Packet Control Register */ | ||
| 937 | #define MXVR_APRB_START_ADDR 0xFFC0283C /* MXVR Async Packet RX Buffer Start Addr Register */ | ||
| 938 | #define MXVR_APRB_CURR_ADDR 0xFFC02840 /* MXVR Async Packet RX Buffer Current Addr Register */ | ||
| 939 | #define MXVR_APTB_START_ADDR 0xFFC02844 /* MXVR Async Packet TX Buffer Start Addr Register */ | ||
| 940 | #define MXVR_APTB_CURR_ADDR 0xFFC02848 /* MXVR Async Packet TX Buffer Current Addr Register */ | ||
| 941 | |||
| 942 | #define MXVR_CM_CTL 0xFFC0284C /* MXVR Control Message Control Register */ | ||
| 943 | #define MXVR_CMRB_START_ADDR 0xFFC02850 /* MXVR Control Message RX Buffer Start Addr Register */ | ||
| 944 | #define MXVR_CMRB_CURR_ADDR 0xFFC02854 /* MXVR Control Message RX Buffer Current Address */ | ||
| 945 | #define MXVR_CMTB_START_ADDR 0xFFC02858 /* MXVR Control Message TX Buffer Start Addr Register */ | ||
| 946 | #define MXVR_CMTB_CURR_ADDR 0xFFC0285C /* MXVR Control Message TX Buffer Current Address */ | ||
| 947 | |||
| 948 | #define MXVR_RRDB_START_ADDR 0xFFC02860 /* MXVR Remote Read Buffer Start Addr Register */ | ||
| 949 | #define MXVR_RRDB_CURR_ADDR 0xFFC02864 /* MXVR Remote Read Buffer Current Addr Register */ | ||
| 950 | |||
| 951 | #define MXVR_PAT_DATA_0 0xFFC02868 /* MXVR Pattern Data Register 0 */ | ||
| 952 | #define MXVR_PAT_EN_0 0xFFC0286C /* MXVR Pattern Enable Register 0 */ | ||
| 953 | #define MXVR_PAT_DATA_1 0xFFC02870 /* MXVR Pattern Data Register 1 */ | ||
| 954 | #define MXVR_PAT_EN_1 0xFFC02874 /* MXVR Pattern Enable Register 1 */ | ||
| 955 | |||
| 956 | #define MXVR_FRAME_CNT_0 0xFFC02878 /* MXVR Frame Counter 0 */ | ||
| 957 | #define MXVR_FRAME_CNT_1 0xFFC0287C /* MXVR Frame Counter 1 */ | ||
| 958 | |||
| 959 | #define MXVR_ROUTING_0 0xFFC02880 /* MXVR Routing Table Register 0 */ | ||
| 960 | #define MXVR_ROUTING_1 0xFFC02884 /* MXVR Routing Table Register 1 */ | ||
| 961 | #define MXVR_ROUTING_2 0xFFC02888 /* MXVR Routing Table Register 2 */ | ||
| 962 | #define MXVR_ROUTING_3 0xFFC0288C /* MXVR Routing Table Register 3 */ | ||
| 963 | #define MXVR_ROUTING_4 0xFFC02890 /* MXVR Routing Table Register 4 */ | ||
| 964 | #define MXVR_ROUTING_5 0xFFC02894 /* MXVR Routing Table Register 5 */ | ||
| 965 | #define MXVR_ROUTING_6 0xFFC02898 /* MXVR Routing Table Register 6 */ | ||
| 966 | #define MXVR_ROUTING_7 0xFFC0289C /* MXVR Routing Table Register 7 */ | ||
| 967 | #define MXVR_ROUTING_8 0xFFC028A0 /* MXVR Routing Table Register 8 */ | ||
| 968 | #define MXVR_ROUTING_9 0xFFC028A4 /* MXVR Routing Table Register 9 */ | ||
| 969 | #define MXVR_ROUTING_10 0xFFC028A8 /* MXVR Routing Table Register 10 */ | ||
| 970 | #define MXVR_ROUTING_11 0xFFC028AC /* MXVR Routing Table Register 11 */ | ||
| 971 | #define MXVR_ROUTING_12 0xFFC028B0 /* MXVR Routing Table Register 12 */ | ||
| 972 | #define MXVR_ROUTING_13 0xFFC028B4 /* MXVR Routing Table Register 13 */ | ||
| 973 | #define MXVR_ROUTING_14 0xFFC028B8 /* MXVR Routing Table Register 14 */ | ||
| 974 | |||
| 975 | #define MXVR_PLL_CTL_1 0xFFC028BC /* MXVR Phase Lock Loop Control Register 1 */ | ||
| 976 | #define MXVR_BLOCK_CNT 0xFFC028C0 /* MXVR Block Counter */ | ||
| 977 | #define MXVR_PLL_CTL_2 0xFFC028C4 /* MXVR Phase Lock Loop Control Register 2 */ | ||
| 978 | |||
| 979 | |||
| 980 | /* CAN Controller (0xFFC02A00 - 0xFFC02FFF) */ | ||
| 981 | /* For Mailboxes 0-15 */ | ||
| 982 | #define CAN_MC1 0xFFC02A00 /* Mailbox config reg 1 */ | ||
| 983 | #define CAN_MD1 0xFFC02A04 /* Mailbox direction reg 1 */ | ||
| 984 | #define CAN_TRS1 0xFFC02A08 /* Transmit Request Set reg 1 */ | ||
| 985 | #define CAN_TRR1 0xFFC02A0C /* Transmit Request Reset reg 1 */ | ||
| 986 | #define CAN_TA1 0xFFC02A10 /* Transmit Acknowledge reg 1 */ | ||
| 987 | #define CAN_AA1 0xFFC02A14 /* Transmit Abort Acknowledge reg 1 */ | ||
| 988 | #define CAN_RMP1 0xFFC02A18 /* Receive Message Pending reg 1 */ | ||
| 989 | #define CAN_RML1 0xFFC02A1C /* Receive Message Lost reg 1 */ | ||
| 990 | #define CAN_MBTIF1 0xFFC02A20 /* Mailbox Transmit Interrupt Flag reg 1 */ | ||
| 991 | #define CAN_MBRIF1 0xFFC02A24 /* Mailbox Receive Interrupt Flag reg 1 */ | ||
| 992 | #define CAN_MBIM1 0xFFC02A28 /* Mailbox Interrupt Mask reg 1 */ | ||
| 993 | #define CAN_RFH1 0xFFC02A2C /* Remote Frame Handling reg 1 */ | ||
| 994 | #define CAN_OPSS1 0xFFC02A30 /* Overwrite Protection Single Shot Xmission reg 1 */ | ||
| 995 | |||
| 996 | /* For Mailboxes 16-31 */ | ||
| 997 | #define CAN_MC2 0xFFC02A40 /* Mailbox config reg 2 */ | ||
| 998 | #define CAN_MD2 0xFFC02A44 /* Mailbox direction reg 2 */ | ||
| 999 | #define CAN_TRS2 0xFFC02A48 /* Transmit Request Set reg 2 */ | ||
| 1000 | #define CAN_TRR2 0xFFC02A4C /* Transmit Request Reset reg 2 */ | ||
| 1001 | #define CAN_TA2 0xFFC02A50 /* Transmit Acknowledge reg 2 */ | ||
| 1002 | #define CAN_AA2 0xFFC02A54 /* Transmit Abort Acknowledge reg 2 */ | ||
| 1003 | #define CAN_RMP2 0xFFC02A58 /* Receive Message Pending reg 2 */ | ||
| 1004 | #define CAN_RML2 0xFFC02A5C /* Receive Message Lost reg 2 */ | ||
| 1005 | #define CAN_MBTIF2 0xFFC02A60 /* Mailbox Transmit Interrupt Flag reg 2 */ | ||
| 1006 | #define CAN_MBRIF2 0xFFC02A64 /* Mailbox Receive Interrupt Flag reg 2 */ | ||
| 1007 | #define CAN_MBIM2 0xFFC02A68 /* Mailbox Interrupt Mask reg 2 */ | ||
| 1008 | #define CAN_RFH2 0xFFC02A6C /* Remote Frame Handling reg 2 */ | ||
| 1009 | #define CAN_OPSS2 0xFFC02A70 /* Overwrite Protection Single Shot Xmission reg 2 */ | ||
| 1010 | |||
| 1011 | #define CAN_CLOCK 0xFFC02A80 /* Bit Timing Configuration register 0 */ | ||
| 1012 | #define CAN_TIMING 0xFFC02A84 /* Bit Timing Configuration register 1 */ | ||
| 1013 | |||
| 1014 | #define CAN_DEBUG 0xFFC02A88 /* Debug Register */ | ||
| 1015 | /* the following is for backwards compatibility */ | ||
| 1016 | #define CAN_CNF CAN_DEBUG | ||
| 1017 | |||
| 1018 | #define CAN_STATUS 0xFFC02A8C /* Global Status Register */ | ||
| 1019 | #define CAN_CEC 0xFFC02A90 /* Error Counter Register */ | ||
| 1020 | #define CAN_GIS 0xFFC02A94 /* Global Interrupt Status Register */ | ||
| 1021 | #define CAN_GIM 0xFFC02A98 /* Global Interrupt Mask Register */ | ||
| 1022 | #define CAN_GIF 0xFFC02A9C /* Global Interrupt Flag Register */ | ||
| 1023 | #define CAN_CONTROL 0xFFC02AA0 /* Master Control Register */ | ||
| 1024 | #define CAN_INTR 0xFFC02AA4 /* Interrupt Pending Register */ | ||
| 1025 | #define CAN_MBTD 0xFFC02AAC /* Mailbox Temporary Disable Feature */ | ||
| 1026 | #define CAN_EWR 0xFFC02AB0 /* Programmable Warning Level */ | ||
| 1027 | #define CAN_ESR 0xFFC02AB4 /* Error Status Register */ | ||
| 1028 | #define CAN_UCCNT 0xFFC02AC4 /* Universal Counter */ | ||
| 1029 | #define CAN_UCRC 0xFFC02AC8 /* Universal Counter Reload/Capture Register */ | ||
| 1030 | #define CAN_UCCNF 0xFFC02ACC /* Universal Counter Configuration Register */ | ||
| 1031 | |||
| 1032 | /* Mailbox Acceptance Masks */ | ||
| 1033 | #define CAN_AM00L 0xFFC02B00 /* Mailbox 0 Low Acceptance Mask */ | ||
| 1034 | #define CAN_AM00H 0xFFC02B04 /* Mailbox 0 High Acceptance Mask */ | ||
| 1035 | #define CAN_AM01L 0xFFC02B08 /* Mailbox 1 Low Acceptance Mask */ | ||
| 1036 | #define CAN_AM01H 0xFFC02B0C /* Mailbox 1 High Acceptance Mask */ | ||
| 1037 | #define CAN_AM02L 0xFFC02B10 /* Mailbox 2 Low Acceptance Mask */ | ||
| 1038 | #define CAN_AM02H 0xFFC02B14 /* Mailbox 2 High Acceptance Mask */ | ||
| 1039 | #define CAN_AM03L 0xFFC02B18 /* Mailbox 3 Low Acceptance Mask */ | ||
| 1040 | #define CAN_AM03H 0xFFC02B1C /* Mailbox 3 High Acceptance Mask */ | ||
| 1041 | #define CAN_AM04L 0xFFC02B20 /* Mailbox 4 Low Acceptance Mask */ | ||
| 1042 | #define CAN_AM04H 0xFFC02B24 /* Mailbox 4 High Acceptance Mask */ | ||
| 1043 | #define CAN_AM05L 0xFFC02B28 /* Mailbox 5 Low Acceptance Mask */ | ||
| 1044 | #define CAN_AM05H 0xFFC02B2C /* Mailbox 5 High Acceptance Mask */ | ||
| 1045 | #define CAN_AM06L 0xFFC02B30 /* Mailbox 6 Low Acceptance Mask */ | ||
| 1046 | #define CAN_AM06H 0xFFC02B34 /* Mailbox 6 High Acceptance Mask */ | ||
| 1047 | #define CAN_AM07L 0xFFC02B38 /* Mailbox 7 Low Acceptance Mask */ | ||
| 1048 | #define CAN_AM07H 0xFFC02B3C /* Mailbox 7 High Acceptance Mask */ | ||
| 1049 | #define CAN_AM08L 0xFFC02B40 /* Mailbox 8 Low Acceptance Mask */ | ||
| 1050 | #define CAN_AM08H 0xFFC02B44 /* Mailbox 8 High Acceptance Mask */ | ||
| 1051 | #define CAN_AM09L 0xFFC02B48 /* Mailbox 9 Low Acceptance Mask */ | ||
| 1052 | #define CAN_AM09H 0xFFC02B4C /* Mailbox 9 High Acceptance Mask */ | ||
| 1053 | #define CAN_AM10L 0xFFC02B50 /* Mailbox 10 Low Acceptance Mask */ | ||
| 1054 | #define CAN_AM10H 0xFFC02B54 /* Mailbox 10 High Acceptance Mask */ | ||
| 1055 | #define CAN_AM11L 0xFFC02B58 /* Mailbox 11 Low Acceptance Mask */ | ||
| 1056 | #define CAN_AM11H 0xFFC02B5C /* Mailbox 11 High Acceptance Mask */ | ||
| 1057 | #define CAN_AM12L 0xFFC02B60 /* Mailbox 12 Low Acceptance Mask */ | ||
| 1058 | #define CAN_AM12H 0xFFC02B64 /* Mailbox 12 High Acceptance Mask */ | ||
| 1059 | #define CAN_AM13L 0xFFC02B68 /* Mailbox 13 Low Acceptance Mask */ | ||
| 1060 | #define CAN_AM13H 0xFFC02B6C /* Mailbox 13 High Acceptance Mask */ | ||
| 1061 | #define CAN_AM14L 0xFFC02B70 /* Mailbox 14 Low Acceptance Mask */ | ||
| 1062 | #define CAN_AM14H 0xFFC02B74 /* Mailbox 14 High Acceptance Mask */ | ||
| 1063 | #define CAN_AM15L 0xFFC02B78 /* Mailbox 15 Low Acceptance Mask */ | ||
| 1064 | #define CAN_AM15H 0xFFC02B7C /* Mailbox 15 High Acceptance Mask */ | ||
| 1065 | |||
| 1066 | #define CAN_AM16L 0xFFC02B80 /* Mailbox 16 Low Acceptance Mask */ | ||
| 1067 | #define CAN_AM16H 0xFFC02B84 /* Mailbox 16 High Acceptance Mask */ | ||
| 1068 | #define CAN_AM17L 0xFFC02B88 /* Mailbox 17 Low Acceptance Mask */ | ||
| 1069 | #define CAN_AM17H 0xFFC02B8C /* Mailbox 17 High Acceptance Mask */ | ||
| 1070 | #define CAN_AM18L 0xFFC02B90 /* Mailbox 18 Low Acceptance Mask */ | ||
| 1071 | #define CAN_AM18H 0xFFC02B94 /* Mailbox 18 High Acceptance Mask */ | ||
| 1072 | #define CAN_AM19L 0xFFC02B98 /* Mailbox 19 Low Acceptance Mask */ | ||
| 1073 | #define CAN_AM19H 0xFFC02B9C /* Mailbox 19 High Acceptance Mask */ | ||
| 1074 | #define CAN_AM20L 0xFFC02BA0 /* Mailbox 20 Low Acceptance Mask */ | ||
| 1075 | #define CAN_AM20H 0xFFC02BA4 /* Mailbox 20 High Acceptance Mask */ | ||
| 1076 | #define CAN_AM21L 0xFFC02BA8 /* Mailbox 21 Low Acceptance Mask */ | ||
| 1077 | #define CAN_AM21H 0xFFC02BAC /* Mailbox 21 High Acceptance Mask */ | ||
| 1078 | #define CAN_AM22L 0xFFC02BB0 /* Mailbox 22 Low Acceptance Mask */ | ||
| 1079 | #define CAN_AM22H 0xFFC02BB4 /* Mailbox 22 High Acceptance Mask */ | ||
| 1080 | #define CAN_AM23L 0xFFC02BB8 /* Mailbox 23 Low Acceptance Mask */ | ||
| 1081 | #define CAN_AM23H 0xFFC02BBC /* Mailbox 23 High Acceptance Mask */ | ||
| 1082 | #define CAN_AM24L 0xFFC02BC0 /* Mailbox 24 Low Acceptance Mask */ | ||
| 1083 | #define CAN_AM24H 0xFFC02BC4 /* Mailbox 24 High Acceptance Mask */ | ||
| 1084 | #define CAN_AM25L 0xFFC02BC8 /* Mailbox 25 Low Acceptance Mask */ | ||
| 1085 | #define CAN_AM25H 0xFFC02BCC /* Mailbox 25 High Acceptance Mask */ | ||
| 1086 | #define CAN_AM26L 0xFFC02BD0 /* Mailbox 26 Low Acceptance Mask */ | ||
| 1087 | #define CAN_AM26H 0xFFC02BD4 /* Mailbox 26 High Acceptance Mask */ | ||
| 1088 | #define CAN_AM27L 0xFFC02BD8 /* Mailbox 27 Low Acceptance Mask */ | ||
| 1089 | #define CAN_AM27H 0xFFC02BDC /* Mailbox 27 High Acceptance Mask */ | ||
| 1090 | #define CAN_AM28L 0xFFC02BE0 /* Mailbox 28 Low Acceptance Mask */ | ||
| 1091 | #define CAN_AM28H 0xFFC02BE4 /* Mailbox 28 High Acceptance Mask */ | ||
| 1092 | #define CAN_AM29L 0xFFC02BE8 /* Mailbox 29 Low Acceptance Mask */ | ||
| 1093 | #define CAN_AM29H 0xFFC02BEC /* Mailbox 29 High Acceptance Mask */ | ||
| 1094 | #define CAN_AM30L 0xFFC02BF0 /* Mailbox 30 Low Acceptance Mask */ | ||
| 1095 | #define CAN_AM30H 0xFFC02BF4 /* Mailbox 30 High Acceptance Mask */ | ||
| 1096 | #define CAN_AM31L 0xFFC02BF8 /* Mailbox 31 Low Acceptance Mask */ | ||
| 1097 | #define CAN_AM31H 0xFFC02BFC /* Mailbox 31 High Acceptance Mask */ | ||
| 1098 | |||
| 1099 | /* CAN Acceptance Mask Macros */ | ||
| 1100 | #define CAN_AM_L(x) (CAN_AM00L+((x)*0x8)) | ||
| 1101 | #define CAN_AM_H(x) (CAN_AM00H+((x)*0x8)) | ||
| 1102 | |||
| 1103 | /* Mailbox Registers */ | ||
| 1104 | #define CAN_MB00_DATA0 0xFFC02C00 /* Mailbox 0 Data Word 0 [15:0] Register */ | ||
| 1105 | #define CAN_MB00_DATA1 0xFFC02C04 /* Mailbox 0 Data Word 1 [31:16] Register */ | ||
| 1106 | #define CAN_MB00_DATA2 0xFFC02C08 /* Mailbox 0 Data Word 2 [47:32] Register */ | ||
| 1107 | #define CAN_MB00_DATA3 0xFFC02C0C /* Mailbox 0 Data Word 3 [63:48] Register */ | ||
| 1108 | #define CAN_MB00_LENGTH 0xFFC02C10 /* Mailbox 0 Data Length Code Register */ | ||
| 1109 | #define CAN_MB00_TIMESTAMP 0xFFC02C14 /* Mailbox 0 Time Stamp Value Register */ | ||
| 1110 | #define CAN_MB00_ID0 0xFFC02C18 /* Mailbox 0 Identifier Low Register */ | ||
| 1111 | #define CAN_MB00_ID1 0xFFC02C1C /* Mailbox 0 Identifier High Register */ | ||
| 1112 | |||
| 1113 | #define CAN_MB01_DATA0 0xFFC02C20 /* Mailbox 1 Data Word 0 [15:0] Register */ | ||
| 1114 | #define CAN_MB01_DATA1 0xFFC02C24 /* Mailbox 1 Data Word 1 [31:16] Register */ | ||
| 1115 | #define CAN_MB01_DATA2 0xFFC02C28 /* Mailbox 1 Data Word 2 [47:32] Register */ | ||
| 1116 | #define CAN_MB01_DATA3 0xFFC02C2C /* Mailbox 1 Data Word 3 [63:48] Register */ | ||
| 1117 | #define CAN_MB01_LENGTH 0xFFC02C30 /* Mailbox 1 Data Length Code Register */ | ||
| 1118 | #define CAN_MB01_TIMESTAMP 0xFFC02C34 /* Mailbox 1 Time Stamp Value Register */ | ||
| 1119 | #define CAN_MB01_ID0 0xFFC02C38 /* Mailbox 1 Identifier Low Register */ | ||
| 1120 | #define CAN_MB01_ID1 0xFFC02C3C /* Mailbox 1 Identifier High Register */ | ||
| 1121 | |||
| 1122 | #define CAN_MB02_DATA0 0xFFC02C40 /* Mailbox 2 Data Word 0 [15:0] Register */ | ||
| 1123 | #define CAN_MB02_DATA1 0xFFC02C44 /* Mailbox 2 Data Word 1 [31:16] Register */ | ||
| 1124 | #define CAN_MB02_DATA2 0xFFC02C48 /* Mailbox 2 Data Word 2 [47:32] Register */ | ||
| 1125 | #define CAN_MB02_DATA3 0xFFC02C4C /* Mailbox 2 Data Word 3 [63:48] Register */ | ||
| 1126 | #define CAN_MB02_LENGTH 0xFFC02C50 /* Mailbox 2 Data Length Code Register */ | ||
| 1127 | #define CAN_MB02_TIMESTAMP 0xFFC02C54 /* Mailbox 2 Time Stamp Value Register */ | ||
| 1128 | #define CAN_MB02_ID0 0xFFC02C58 /* Mailbox 2 Identifier Low Register */ | ||
| 1129 | #define CAN_MB02_ID1 0xFFC02C5C /* Mailbox 2 Identifier High Register */ | ||
| 1130 | |||
| 1131 | #define CAN_MB03_DATA0 0xFFC02C60 /* Mailbox 3 Data Word 0 [15:0] Register */ | ||
| 1132 | #define CAN_MB03_DATA1 0xFFC02C64 /* Mailbox 3 Data Word 1 [31:16] Register */ | ||
| 1133 | #define CAN_MB03_DATA2 0xFFC02C68 /* Mailbox 3 Data Word 2 [47:32] Register */ | ||
| 1134 | #define CAN_MB03_DATA3 0xFFC02C6C /* Mailbox 3 Data Word 3 [63:48] Register */ | ||
| 1135 | #define CAN_MB03_LENGTH 0xFFC02C70 /* Mailbox 3 Data Length Code Register */ | ||
| 1136 | #define CAN_MB03_TIMESTAMP 0xFFC02C74 /* Mailbox 3 Time Stamp Value Register */ | ||
| 1137 | #define CAN_MB03_ID0 0xFFC02C78 /* Mailbox 3 Identifier Low Register */ | ||
| 1138 | #define CAN_MB03_ID1 0xFFC02C7C /* Mailbox 3 Identifier High Register */ | ||
| 1139 | |||
| 1140 | #define CAN_MB04_DATA0 0xFFC02C80 /* Mailbox 4 Data Word 0 [15:0] Register */ | ||
| 1141 | #define CAN_MB04_DATA1 0xFFC02C84 /* Mailbox 4 Data Word 1 [31:16] Register */ | ||
| 1142 | #define CAN_MB04_DATA2 0xFFC02C88 /* Mailbox 4 Data Word 2 [47:32] Register */ | ||
| 1143 | #define CAN_MB04_DATA3 0xFFC02C8C /* Mailbox 4 Data Word 3 [63:48] Register */ | ||
| 1144 | #define CAN_MB04_LENGTH 0xFFC02C90 /* Mailbox 4 Data Length Code Register */ | ||
| 1145 | #define CAN_MB04_TIMESTAMP 0xFFC02C94 /* Mailbox 4 Time Stamp Value Register */ | ||
| 1146 | #define CAN_MB04_ID0 0xFFC02C98 /* Mailbox 4 Identifier Low Register */ | ||
| 1147 | #define CAN_MB04_ID1 0xFFC02C9C /* Mailbox 4 Identifier High Register */ | ||
| 1148 | |||
| 1149 | #define CAN_MB05_DATA0 0xFFC02CA0 /* Mailbox 5 Data Word 0 [15:0] Register */ | ||
| 1150 | #define CAN_MB05_DATA1 0xFFC02CA4 /* Mailbox 5 Data Word 1 [31:16] Register */ | ||
| 1151 | #define CAN_MB05_DATA2 0xFFC02CA8 /* Mailbox 5 Data Word 2 [47:32] Register */ | ||
| 1152 | #define CAN_MB05_DATA3 0xFFC02CAC /* Mailbox 5 Data Word 3 [63:48] Register */ | ||
| 1153 | #define CAN_MB05_LENGTH 0xFFC02CB0 /* Mailbox 5 Data Length Code Register */ | ||
| 1154 | #define CAN_MB05_TIMESTAMP 0xFFC02CB4 /* Mailbox 5 Time Stamp Value Register */ | ||
| 1155 | #define CAN_MB05_ID0 0xFFC02CB8 /* Mailbox 5 Identifier Low Register */ | ||
| 1156 | #define CAN_MB05_ID1 0xFFC02CBC /* Mailbox 5 Identifier High Register */ | ||
| 1157 | |||
| 1158 | #define CAN_MB06_DATA0 0xFFC02CC0 /* Mailbox 6 Data Word 0 [15:0] Register */ | ||
| 1159 | #define CAN_MB06_DATA1 0xFFC02CC4 /* Mailbox 6 Data Word 1 [31:16] Register */ | ||
| 1160 | #define CAN_MB06_DATA2 0xFFC02CC8 /* Mailbox 6 Data Word 2 [47:32] Register */ | ||
| 1161 | #define CAN_MB06_DATA3 0xFFC02CCC /* Mailbox 6 Data Word 3 [63:48] Register */ | ||
| 1162 | #define CAN_MB06_LENGTH 0xFFC02CD0 /* Mailbox 6 Data Length Code Register */ | ||
| 1163 | #define CAN_MB06_TIMESTAMP 0xFFC02CD4 /* Mailbox 6 Time Stamp Value Register */ | ||
| 1164 | #define CAN_MB06_ID0 0xFFC02CD8 /* Mailbox 6 Identifier Low Register */ | ||
| 1165 | #define CAN_MB06_ID1 0xFFC02CDC /* Mailbox 6 Identifier High Register */ | ||
| 1166 | |||
| 1167 | #define CAN_MB07_DATA0 0xFFC02CE0 /* Mailbox 7 Data Word 0 [15:0] Register */ | ||
| 1168 | #define CAN_MB07_DATA1 0xFFC02CE4 /* Mailbox 7 Data Word 1 [31:16] Register */ | ||
| 1169 | #define CAN_MB07_DATA2 0xFFC02CE8 /* Mailbox 7 Data Word 2 [47:32] Register */ | ||
| 1170 | #define CAN_MB07_DATA3 0xFFC02CEC /* Mailbox 7 Data Word 3 [63:48] Register */ | ||
| 1171 | #define CAN_MB07_LENGTH 0xFFC02CF0 /* Mailbox 7 Data Length Code Register */ | ||
| 1172 | #define CAN_MB07_TIMESTAMP 0xFFC02CF4 /* Mailbox 7 Time Stamp Value Register */ | ||
| 1173 | #define CAN_MB07_ID0 0xFFC02CF8 /* Mailbox 7 Identifier Low Register */ | ||
| 1174 | #define CAN_MB07_ID1 0xFFC02CFC /* Mailbox 7 Identifier High Register */ | ||
| 1175 | |||
| 1176 | #define CAN_MB08_DATA0 0xFFC02D00 /* Mailbox 8 Data Word 0 [15:0] Register */ | ||
| 1177 | #define CAN_MB08_DATA1 0xFFC02D04 /* Mailbox 8 Data Word 1 [31:16] Register */ | ||
| 1178 | #define CAN_MB08_DATA2 0xFFC02D08 /* Mailbox 8 Data Word 2 [47:32] Register */ | ||
| 1179 | #define CAN_MB08_DATA3 0xFFC02D0C /* Mailbox 8 Data Word 3 [63:48] Register */ | ||
| 1180 | #define CAN_MB08_LENGTH 0xFFC02D10 /* Mailbox 8 Data Length Code Register */ | ||
| 1181 | #define CAN_MB08_TIMESTAMP 0xFFC02D14 /* Mailbox 8 Time Stamp Value Register */ | ||
| 1182 | #define CAN_MB08_ID0 0xFFC02D18 /* Mailbox 8 Identifier Low Register */ | ||
| 1183 | #define CAN_MB08_ID1 0xFFC02D1C /* Mailbox 8 Identifier High Register */ | ||
| 1184 | |||
| 1185 | #define CAN_MB09_DATA0 0xFFC02D20 /* Mailbox 9 Data Word 0 [15:0] Register */ | ||
| 1186 | #define CAN_MB09_DATA1 0xFFC02D24 /* Mailbox 9 Data Word 1 [31:16] Register */ | ||
| 1187 | #define CAN_MB09_DATA2 0xFFC02D28 /* Mailbox 9 Data Word 2 [47:32] Register */ | ||
| 1188 | #define CAN_MB09_DATA3 0xFFC02D2C /* Mailbox 9 Data Word 3 [63:48] Register */ | ||
| 1189 | #define CAN_MB09_LENGTH 0xFFC02D30 /* Mailbox 9 Data Length Code Register */ | ||
| 1190 | #define CAN_MB09_TIMESTAMP 0xFFC02D34 /* Mailbox 9 Time Stamp Value Register */ | ||
| 1191 | #define CAN_MB09_ID0 0xFFC02D38 /* Mailbox 9 Identifier Low Register */ | ||
| 1192 | #define CAN_MB09_ID1 0xFFC02D3C /* Mailbox 9 Identifier High Register */ | ||
| 1193 | |||
| 1194 | #define CAN_MB10_DATA0 0xFFC02D40 /* Mailbox 10 Data Word 0 [15:0] Register */ | ||
| 1195 | #define CAN_MB10_DATA1 0xFFC02D44 /* Mailbox 10 Data Word 1 [31:16] Register */ | ||
| 1196 | #define CAN_MB10_DATA2 0xFFC02D48 /* Mailbox 10 Data Word 2 [47:32] Register */ | ||
| 1197 | #define CAN_MB10_DATA3 0xFFC02D4C /* Mailbox 10 Data Word 3 [63:48] Register */ | ||
| 1198 | #define CAN_MB10_LENGTH 0xFFC02D50 /* Mailbox 10 Data Length Code Register */ | ||
| 1199 | #define CAN_MB10_TIMESTAMP 0xFFC02D54 /* Mailbox 10 Time Stamp Value Register */ | ||
| 1200 | #define CAN_MB10_ID0 0xFFC02D58 /* Mailbox 10 Identifier Low Register */ | ||
| 1201 | #define CAN_MB10_ID1 0xFFC02D5C /* Mailbox 10 Identifier High Register */ | ||
| 1202 | |||
| 1203 | #define CAN_MB11_DATA0 0xFFC02D60 /* Mailbox 11 Data Word 0 [15:0] Register */ | ||
| 1204 | #define CAN_MB11_DATA1 0xFFC02D64 /* Mailbox 11 Data Word 1 [31:16] Register */ | ||
| 1205 | #define CAN_MB11_DATA2 0xFFC02D68 /* Mailbox 11 Data Word 2 [47:32] Register */ | ||
| 1206 | #define CAN_MB11_DATA3 0xFFC02D6C /* Mailbox 11 Data Word 3 [63:48] Register */ | ||
| 1207 | #define CAN_MB11_LENGTH 0xFFC02D70 /* Mailbox 11 Data Length Code Register */ | ||
| 1208 | #define CAN_MB11_TIMESTAMP 0xFFC02D74 /* Mailbox 11 Time Stamp Value Register */ | ||
| 1209 | #define CAN_MB11_ID0 0xFFC02D78 /* Mailbox 11 Identifier Low Register */ | ||
| 1210 | #define CAN_MB11_ID1 0xFFC02D7C /* Mailbox 11 Identifier High Register */ | ||
| 1211 | |||
| 1212 | #define CAN_MB12_DATA0 0xFFC02D80 /* Mailbox 12 Data Word 0 [15:0] Register */ | ||
| 1213 | #define CAN_MB12_DATA1 0xFFC02D84 /* Mailbox 12 Data Word 1 [31:16] Register */ | ||
| 1214 | #define CAN_MB12_DATA2 0xFFC02D88 /* Mailbox 12 Data Word 2 [47:32] Register */ | ||
| 1215 | #define CAN_MB12_DATA3 0xFFC02D8C /* Mailbox 12 Data Word 3 [63:48] Register */ | ||
| 1216 | #define CAN_MB12_LENGTH 0xFFC02D90 /* Mailbox 12 Data Length Code Register */ | ||
| 1217 | #define CAN_MB12_TIMESTAMP 0xFFC02D94 /* Mailbox 12 Time Stamp Value Register */ | ||
| 1218 | #define CAN_MB12_ID0 0xFFC02D98 /* Mailbox 12 Identifier Low Register */ | ||
| 1219 | #define CAN_MB12_ID1 0xFFC02D9C /* Mailbox 12 Identifier High Register */ | ||
| 1220 | |||
| 1221 | #define CAN_MB13_DATA0 0xFFC02DA0 /* Mailbox 13 Data Word 0 [15:0] Register */ | ||
| 1222 | #define CAN_MB13_DATA1 0xFFC02DA4 /* Mailbox 13 Data Word 1 [31:16] Register */ | ||
| 1223 | #define CAN_MB13_DATA2 0xFFC02DA8 /* Mailbox 13 Data Word 2 [47:32] Register */ | ||
| 1224 | #define CAN_MB13_DATA3 0xFFC02DAC /* Mailbox 13 Data Word 3 [63:48] Register */ | ||
| 1225 | #define CAN_MB13_LENGTH 0xFFC02DB0 /* Mailbox 13 Data Length Code Register */ | ||
| 1226 | #define CAN_MB13_TIMESTAMP 0xFFC02DB4 /* Mailbox 13 Time Stamp Value Register */ | ||
| 1227 | #define CAN_MB13_ID0 0xFFC02DB8 /* Mailbox 13 Identifier Low Register */ | ||
| 1228 | #define CAN_MB13_ID1 0xFFC02DBC /* Mailbox 13 Identifier High Register */ | ||
| 1229 | |||
| 1230 | #define CAN_MB14_DATA0 0xFFC02DC0 /* Mailbox 14 Data Word 0 [15:0] Register */ | ||
| 1231 | #define CAN_MB14_DATA1 0xFFC02DC4 /* Mailbox 14 Data Word 1 [31:16] Register */ | ||
| 1232 | #define CAN_MB14_DATA2 0xFFC02DC8 /* Mailbox 14 Data Word 2 [47:32] Register */ | ||
| 1233 | #define CAN_MB14_DATA3 0xFFC02DCC /* Mailbox 14 Data Word 3 [63:48] Register */ | ||
| 1234 | #define CAN_MB14_LENGTH 0xFFC02DD0 /* Mailbox 14 Data Length Code Register */ | ||
| 1235 | #define CAN_MB14_TIMESTAMP 0xFFC02DD4 /* Mailbox 14 Time Stamp Value Register */ | ||
| 1236 | #define CAN_MB14_ID0 0xFFC02DD8 /* Mailbox 14 Identifier Low Register */ | ||
| 1237 | #define CAN_MB14_ID1 0xFFC02DDC /* Mailbox 14 Identifier High Register */ | ||
| 1238 | |||
| 1239 | #define CAN_MB15_DATA0 0xFFC02DE0 /* Mailbox 15 Data Word 0 [15:0] Register */ | ||
| 1240 | #define CAN_MB15_DATA1 0xFFC02DE4 /* Mailbox 15 Data Word 1 [31:16] Register */ | ||
| 1241 | #define CAN_MB15_DATA2 0xFFC02DE8 /* Mailbox 15 Data Word 2 [47:32] Register */ | ||
| 1242 | #define CAN_MB15_DATA3 0xFFC02DEC /* Mailbox 15 Data Word 3 [63:48] Register */ | ||
| 1243 | #define CAN_MB15_LENGTH 0xFFC02DF0 /* Mailbox 15 Data Length Code Register */ | ||
| 1244 | #define CAN_MB15_TIMESTAMP 0xFFC02DF4 /* Mailbox 15 Time Stamp Value Register */ | ||
| 1245 | #define CAN_MB15_ID0 0xFFC02DF8 /* Mailbox 15 Identifier Low Register */ | ||
| 1246 | #define CAN_MB15_ID1 0xFFC02DFC /* Mailbox 15 Identifier High Register */ | ||
| 1247 | |||
| 1248 | #define CAN_MB16_DATA0 0xFFC02E00 /* Mailbox 16 Data Word 0 [15:0] Register */ | ||
| 1249 | #define CAN_MB16_DATA1 0xFFC02E04 /* Mailbox 16 Data Word 1 [31:16] Register */ | ||
| 1250 | #define CAN_MB16_DATA2 0xFFC02E08 /* Mailbox 16 Data Word 2 [47:32] Register */ | ||
| 1251 | #define CAN_MB16_DATA3 0xFFC02E0C /* Mailbox 16 Data Word 3 [63:48] Register */ | ||
| 1252 | #define CAN_MB16_LENGTH 0xFFC02E10 /* Mailbox 16 Data Length Code Register */ | ||
| 1253 | #define CAN_MB16_TIMESTAMP 0xFFC02E14 /* Mailbox 16 Time Stamp Value Register */ | ||
| 1254 | #define CAN_MB16_ID0 0xFFC02E18 /* Mailbox 16 Identifier Low Register */ | ||
| 1255 | #define CAN_MB16_ID1 0xFFC02E1C /* Mailbox 16 Identifier High Register */ | ||
| 1256 | |||
| 1257 | #define CAN_MB17_DATA0 0xFFC02E20 /* Mailbox 17 Data Word 0 [15:0] Register */ | ||
| 1258 | #define CAN_MB17_DATA1 0xFFC02E24 /* Mailbox 17 Data Word 1 [31:16] Register */ | ||
| 1259 | #define CAN_MB17_DATA2 0xFFC02E28 /* Mailbox 17 Data Word 2 [47:32] Register */ | ||
| 1260 | #define CAN_MB17_DATA3 0xFFC02E2C /* Mailbox 17 Data Word 3 [63:48] Register */ | ||
| 1261 | #define CAN_MB17_LENGTH 0xFFC02E30 /* Mailbox 17 Data Length Code Register */ | ||
| 1262 | #define CAN_MB17_TIMESTAMP 0xFFC02E34 /* Mailbox 17 Time Stamp Value Register */ | ||
| 1263 | #define CAN_MB17_ID0 0xFFC02E38 /* Mailbox 17 Identifier Low Register */ | ||
| 1264 | #define CAN_MB17_ID1 0xFFC02E3C /* Mailbox 17 Identifier High Register */ | ||
| 1265 | |||
| 1266 | #define CAN_MB18_DATA0 0xFFC02E40 /* Mailbox 18 Data Word 0 [15:0] Register */ | ||
| 1267 | #define CAN_MB18_DATA1 0xFFC02E44 /* Mailbox 18 Data Word 1 [31:16] Register */ | ||
| 1268 | #define CAN_MB18_DATA2 0xFFC02E48 /* Mailbox 18 Data Word 2 [47:32] Register */ | ||
| 1269 | #define CAN_MB18_DATA3 0xFFC02E4C /* Mailbox 18 Data Word 3 [63:48] Register */ | ||
| 1270 | #define CAN_MB18_LENGTH 0xFFC02E50 /* Mailbox 18 Data Length Code Register */ | ||
| 1271 | #define CAN_MB18_TIMESTAMP 0xFFC02E54 /* Mailbox 18 Time Stamp Value Register */ | ||
| 1272 | #define CAN_MB18_ID0 0xFFC02E58 /* Mailbox 18 Identifier Low Register */ | ||
| 1273 | #define CAN_MB18_ID1 0xFFC02E5C /* Mailbox 18 Identifier High Register */ | ||
| 1274 | |||
| 1275 | #define CAN_MB19_DATA0 0xFFC02E60 /* Mailbox 19 Data Word 0 [15:0] Register */ | ||
| 1276 | #define CAN_MB19_DATA1 0xFFC02E64 /* Mailbox 19 Data Word 1 [31:16] Register */ | ||
| 1277 | #define CAN_MB19_DATA2 0xFFC02E68 /* Mailbox 19 Data Word 2 [47:32] Register */ | ||
| 1278 | #define CAN_MB19_DATA3 0xFFC02E6C /* Mailbox 19 Data Word 3 [63:48] Register */ | ||
| 1279 | #define CAN_MB19_LENGTH 0xFFC02E70 /* Mailbox 19 Data Length Code Register */ | ||
| 1280 | #define CAN_MB19_TIMESTAMP 0xFFC02E74 /* Mailbox 19 Time Stamp Value Register */ | ||
| 1281 | #define CAN_MB19_ID0 0xFFC02E78 /* Mailbox 19 Identifier Low Register */ | ||
| 1282 | #define CAN_MB19_ID1 0xFFC02E7C /* Mailbox 19 Identifier High Register */ | ||
| 1283 | |||
| 1284 | #define CAN_MB20_DATA0 0xFFC02E80 /* Mailbox 20 Data Word 0 [15:0] Register */ | ||
| 1285 | #define CAN_MB20_DATA1 0xFFC02E84 /* Mailbox 20 Data Word 1 [31:16] Register */ | ||
| 1286 | #define CAN_MB20_DATA2 0xFFC02E88 /* Mailbox 20 Data Word 2 [47:32] Register */ | ||
| 1287 | #define CAN_MB20_DATA3 0xFFC02E8C /* Mailbox 20 Data Word 3 [63:48] Register */ | ||
| 1288 | #define CAN_MB20_LENGTH 0xFFC02E90 /* Mailbox 20 Data Length Code Register */ | ||
| 1289 | #define CAN_MB20_TIMESTAMP 0xFFC02E94 /* Mailbox 20 Time Stamp Value Register */ | ||
| 1290 | #define CAN_MB20_ID0 0xFFC02E98 /* Mailbox 20 Identifier Low Register */ | ||
| 1291 | #define CAN_MB20_ID1 0xFFC02E9C /* Mailbox 20 Identifier High Register */ | ||
| 1292 | |||
| 1293 | #define CAN_MB21_DATA0 0xFFC02EA0 /* Mailbox 21 Data Word 0 [15:0] Register */ | ||
| 1294 | #define CAN_MB21_DATA1 0xFFC02EA4 /* Mailbox 21 Data Word 1 [31:16] Register */ | ||
| 1295 | #define CAN_MB21_DATA2 0xFFC02EA8 /* Mailbox 21 Data Word 2 [47:32] Register */ | ||
| 1296 | #define CAN_MB21_DATA3 0xFFC02EAC /* Mailbox 21 Data Word 3 [63:48] Register */ | ||
| 1297 | #define CAN_MB21_LENGTH 0xFFC02EB0 /* Mailbox 21 Data Length Code Register */ | ||
| 1298 | #define CAN_MB21_TIMESTAMP 0xFFC02EB4 /* Mailbox 21 Time Stamp Value Register */ | ||
| 1299 | #define CAN_MB21_ID0 0xFFC02EB8 /* Mailbox 21 Identifier Low Register */ | ||
| 1300 | #define CAN_MB21_ID1 0xFFC02EBC /* Mailbox 21 Identifier High Register */ | ||
| 1301 | |||
| 1302 | #define CAN_MB22_DATA0 0xFFC02EC0 /* Mailbox 22 Data Word 0 [15:0] Register */ | ||
| 1303 | #define CAN_MB22_DATA1 0xFFC02EC4 /* Mailbox 22 Data Word 1 [31:16] Register */ | ||
| 1304 | #define CAN_MB22_DATA2 0xFFC02EC8 /* Mailbox 22 Data Word 2 [47:32] Register */ | ||
| 1305 | #define CAN_MB22_DATA3 0xFFC02ECC /* Mailbox 22 Data Word 3 [63:48] Register */ | ||
| 1306 | #define CAN_MB22_LENGTH 0xFFC02ED0 /* Mailbox 22 Data Length Code Register */ | ||
| 1307 | #define CAN_MB22_TIMESTAMP 0xFFC02ED4 /* Mailbox 22 Time Stamp Value Register */ | ||
| 1308 | #define CAN_MB22_ID0 0xFFC02ED8 /* Mailbox 22 Identifier Low Register */ | ||
| 1309 | #define CAN_MB22_ID1 0xFFC02EDC /* Mailbox 22 Identifier High Register */ | ||
| 1310 | |||
| 1311 | #define CAN_MB23_DATA0 0xFFC02EE0 /* Mailbox 23 Data Word 0 [15:0] Register */ | ||
| 1312 | #define CAN_MB23_DATA1 0xFFC02EE4 /* Mailbox 23 Data Word 1 [31:16] Register */ | ||
| 1313 | #define CAN_MB23_DATA2 0xFFC02EE8 /* Mailbox 23 Data Word 2 [47:32] Register */ | ||
| 1314 | #define CAN_MB23_DATA3 0xFFC02EEC /* Mailbox 23 Data Word 3 [63:48] Register */ | ||
| 1315 | #define CAN_MB23_LENGTH 0xFFC02EF0 /* Mailbox 23 Data Length Code Register */ | ||
| 1316 | #define CAN_MB23_TIMESTAMP 0xFFC02EF4 /* Mailbox 23 Time Stamp Value Register */ | ||
| 1317 | #define CAN_MB23_ID0 0xFFC02EF8 /* Mailbox 23 Identifier Low Register */ | ||
| 1318 | #define CAN_MB23_ID1 0xFFC02EFC /* Mailbox 23 Identifier High Register */ | ||
| 1319 | |||
| 1320 | #define CAN_MB24_DATA0 0xFFC02F00 /* Mailbox 24 Data Word 0 [15:0] Register */ | ||
| 1321 | #define CAN_MB24_DATA1 0xFFC02F04 /* Mailbox 24 Data Word 1 [31:16] Register */ | ||
| 1322 | #define CAN_MB24_DATA2 0xFFC02F08 /* Mailbox 24 Data Word 2 [47:32] Register */ | ||
| 1323 | #define CAN_MB24_DATA3 0xFFC02F0C /* Mailbox 24 Data Word 3 [63:48] Register */ | ||
| 1324 | #define CAN_MB24_LENGTH 0xFFC02F10 /* Mailbox 24 Data Length Code Register */ | ||
| 1325 | #define CAN_MB24_TIMESTAMP 0xFFC02F14 /* Mailbox 24 Time Stamp Value Register */ | ||
| 1326 | #define CAN_MB24_ID0 0xFFC02F18 /* Mailbox 24 Identifier Low Register */ | ||
| 1327 | #define CAN_MB24_ID1 0xFFC02F1C /* Mailbox 24 Identifier High Register */ | ||
| 1328 | |||
| 1329 | #define CAN_MB25_DATA0 0xFFC02F20 /* Mailbox 25 Data Word 0 [15:0] Register */ | ||
| 1330 | #define CAN_MB25_DATA1 0xFFC02F24 /* Mailbox 25 Data Word 1 [31:16] Register */ | ||
| 1331 | #define CAN_MB25_DATA2 0xFFC02F28 /* Mailbox 25 Data Word 2 [47:32] Register */ | ||
| 1332 | #define CAN_MB25_DATA3 0xFFC02F2C /* Mailbox 25 Data Word 3 [63:48] Register */ | ||
| 1333 | #define CAN_MB25_LENGTH 0xFFC02F30 /* Mailbox 25 Data Length Code Register */ | ||
| 1334 | #define CAN_MB25_TIMESTAMP 0xFFC02F34 /* Mailbox 25 Time Stamp Value Register */ | ||
| 1335 | #define CAN_MB25_ID0 0xFFC02F38 /* Mailbox 25 Identifier Low Register */ | ||
| 1336 | #define CAN_MB25_ID1 0xFFC02F3C /* Mailbox 25 Identifier High Register */ | ||
| 1337 | |||
| 1338 | #define CAN_MB26_DATA0 0xFFC02F40 /* Mailbox 26 Data Word 0 [15:0] Register */ | ||
| 1339 | #define CAN_MB26_DATA1 0xFFC02F44 /* Mailbox 26 Data Word 1 [31:16] Register */ | ||
| 1340 | #define CAN_MB26_DATA2 0xFFC02F48 /* Mailbox 26 Data Word 2 [47:32] Register */ | ||
| 1341 | #define CAN_MB26_DATA3 0xFFC02F4C /* Mailbox 26 Data Word 3 [63:48] Register */ | ||
| 1342 | #define CAN_MB26_LENGTH 0xFFC02F50 /* Mailbox 26 Data Length Code Register */ | ||
| 1343 | #define CAN_MB26_TIMESTAMP 0xFFC02F54 /* Mailbox 26 Time Stamp Value Register */ | ||
| 1344 | #define CAN_MB26_ID0 0xFFC02F58 /* Mailbox 26 Identifier Low Register */ | ||
| 1345 | #define CAN_MB26_ID1 0xFFC02F5C /* Mailbox 26 Identifier High Register */ | ||
| 1346 | |||
| 1347 | #define CAN_MB27_DATA0 0xFFC02F60 /* Mailbox 27 Data Word 0 [15:0] Register */ | ||
| 1348 | #define CAN_MB27_DATA1 0xFFC02F64 /* Mailbox 27 Data Word 1 [31:16] Register */ | ||
| 1349 | #define CAN_MB27_DATA2 0xFFC02F68 /* Mailbox 27 Data Word 2 [47:32] Register */ | ||
| 1350 | #define CAN_MB27_DATA3 0xFFC02F6C /* Mailbox 27 Data Word 3 [63:48] Register */ | ||
| 1351 | #define CAN_MB27_LENGTH 0xFFC02F70 /* Mailbox 27 Data Length Code Register */ | ||
| 1352 | #define CAN_MB27_TIMESTAMP 0xFFC02F74 /* Mailbox 27 Time Stamp Value Register */ | ||
| 1353 | #define CAN_MB27_ID0 0xFFC02F78 /* Mailbox 27 Identifier Low Register */ | ||
| 1354 | #define CAN_MB27_ID1 0xFFC02F7C /* Mailbox 27 Identifier High Register */ | ||
| 1355 | |||
| 1356 | #define CAN_MB28_DATA0 0xFFC02F80 /* Mailbox 28 Data Word 0 [15:0] Register */ | ||
| 1357 | #define CAN_MB28_DATA1 0xFFC02F84 /* Mailbox 28 Data Word 1 [31:16] Register */ | ||
| 1358 | #define CAN_MB28_DATA2 0xFFC02F88 /* Mailbox 28 Data Word 2 [47:32] Register */ | ||
| 1359 | #define CAN_MB28_DATA3 0xFFC02F8C /* Mailbox 28 Data Word 3 [63:48] Register */ | ||
| 1360 | #define CAN_MB28_LENGTH 0xFFC02F90 /* Mailbox 28 Data Length Code Register */ | ||
| 1361 | #define CAN_MB28_TIMESTAMP 0xFFC02F94 /* Mailbox 28 Time Stamp Value Register */ | ||
| 1362 | #define CAN_MB28_ID0 0xFFC02F98 /* Mailbox 28 Identifier Low Register */ | ||
| 1363 | #define CAN_MB28_ID1 0xFFC02F9C /* Mailbox 28 Identifier High Register */ | ||
| 1364 | |||
| 1365 | #define CAN_MB29_DATA0 0xFFC02FA0 /* Mailbox 29 Data Word 0 [15:0] Register */ | ||
| 1366 | #define CAN_MB29_DATA1 0xFFC02FA4 /* Mailbox 29 Data Word 1 [31:16] Register */ | ||
| 1367 | #define CAN_MB29_DATA2 0xFFC02FA8 /* Mailbox 29 Data Word 2 [47:32] Register */ | ||
| 1368 | #define CAN_MB29_DATA3 0xFFC02FAC /* Mailbox 29 Data Word 3 [63:48] Register */ | ||
| 1369 | #define CAN_MB29_LENGTH 0xFFC02FB0 /* Mailbox 29 Data Length Code Register */ | ||
| 1370 | #define CAN_MB29_TIMESTAMP 0xFFC02FB4 /* Mailbox 29 Time Stamp Value Register */ | ||
| 1371 | #define CAN_MB29_ID0 0xFFC02FB8 /* Mailbox 29 Identifier Low Register */ | ||
| 1372 | #define CAN_MB29_ID1 0xFFC02FBC /* Mailbox 29 Identifier High Register */ | ||
| 1373 | |||
| 1374 | #define CAN_MB30_DATA0 0xFFC02FC0 /* Mailbox 30 Data Word 0 [15:0] Register */ | ||
| 1375 | #define CAN_MB30_DATA1 0xFFC02FC4 /* Mailbox 30 Data Word 1 [31:16] Register */ | ||
| 1376 | #define CAN_MB30_DATA2 0xFFC02FC8 /* Mailbox 30 Data Word 2 [47:32] Register */ | ||
| 1377 | #define CAN_MB30_DATA3 0xFFC02FCC /* Mailbox 30 Data Word 3 [63:48] Register */ | ||
| 1378 | #define CAN_MB30_LENGTH 0xFFC02FD0 /* Mailbox 30 Data Length Code Register */ | ||
| 1379 | #define CAN_MB30_TIMESTAMP 0xFFC02FD4 /* Mailbox 30 Time Stamp Value Register */ | ||
| 1380 | #define CAN_MB30_ID0 0xFFC02FD8 /* Mailbox 30 Identifier Low Register */ | ||
| 1381 | #define CAN_MB30_ID1 0xFFC02FDC /* Mailbox 30 Identifier High Register */ | ||
| 1382 | |||
| 1383 | #define CAN_MB31_DATA0 0xFFC02FE0 /* Mailbox 31 Data Word 0 [15:0] Register */ | ||
| 1384 | #define CAN_MB31_DATA1 0xFFC02FE4 /* Mailbox 31 Data Word 1 [31:16] Register */ | ||
| 1385 | #define CAN_MB31_DATA2 0xFFC02FE8 /* Mailbox 31 Data Word 2 [47:32] Register */ | ||
| 1386 | #define CAN_MB31_DATA3 0xFFC02FEC /* Mailbox 31 Data Word 3 [63:48] Register */ | ||
| 1387 | #define CAN_MB31_LENGTH 0xFFC02FF0 /* Mailbox 31 Data Length Code Register */ | ||
| 1388 | #define CAN_MB31_TIMESTAMP 0xFFC02FF4 /* Mailbox 31 Time Stamp Value Register */ | ||
| 1389 | #define CAN_MB31_ID0 0xFFC02FF8 /* Mailbox 31 Identifier Low Register */ | ||
| 1390 | #define CAN_MB31_ID1 0xFFC02FFC /* Mailbox 31 Identifier High Register */ | ||
| 1391 | |||
| 1392 | /* CAN Mailbox Area Macros */ | ||
| 1393 | #define CAN_MB_ID1(x) (CAN_MB00_ID1+((x)*0x20)) | ||
| 1394 | #define CAN_MB_ID0(x) (CAN_MB00_ID0+((x)*0x20)) | ||
| 1395 | #define CAN_MB_TIMESTAMP(x) (CAN_MB00_TIMESTAMP+((x)*0x20)) | ||
| 1396 | #define CAN_MB_LENGTH(x) (CAN_MB00_LENGTH+((x)*0x20)) | ||
| 1397 | #define CAN_MB_DATA3(x) (CAN_MB00_DATA3+((x)*0x20)) | ||
| 1398 | #define CAN_MB_DATA2(x) (CAN_MB00_DATA2+((x)*0x20)) | ||
| 1399 | #define CAN_MB_DATA1(x) (CAN_MB00_DATA1+((x)*0x20)) | ||
| 1400 | #define CAN_MB_DATA0(x) (CAN_MB00_DATA0+((x)*0x20)) | ||
| 1401 | |||
| 1402 | |||
| 1403 | /*********************************************************************************** */ | ||
| 1404 | /* System MMR Register Bits and Macros */ | ||
| 1405 | /******************************************************************************* */ | ||
| 1406 | |||
| 1407 | /* ********************* PLL AND RESET MASKS ************************ */ | ||
| 1408 | /* PLL_CTL Masks */ | ||
| 1409 | #define PLL_CLKIN 0x0000 /* Pass CLKIN to PLL */ | ||
| 1410 | #define PLL_CLKIN_DIV2 0x0001 /* Pass CLKIN/2 to PLL */ | ||
| 1411 | #define DF 0x0001 /* 0: PLL = CLKIN, 1: PLL = CLKIN/2 */ | ||
| 1412 | #define PLL_OFF 0x0002 /* Shut off PLL clocks */ | ||
| 1413 | |||
| 1414 | #define STOPCK 0x0008 /* Core Clock Off */ | ||
| 1415 | #define PDWN 0x0020 /* Put the PLL in a Deep Sleep state */ | ||
| 1416 | #define IN_DELAY 0x0014 /* EBIU Input Delay Select */ | ||
| 1417 | #define OUT_DELAY 0x00C0 /* EBIU Output Delay Select */ | ||
| 1418 | #define BYPASS 0x0100 /* Bypass the PLL */ | ||
| 1419 | #define MSEL 0x7E00 /* Multiplier Select For CCLK/VCO Factors */ | ||
| 1420 | |||
| 1421 | /* PLL_CTL Macros */ | ||
| 1422 | #ifdef _MISRA_RULES | ||
| 1423 | #define SET_MSEL(x) (((x)&0x3Fu) << 0x9) /* Set MSEL = 0-63 --> VCO = CLKIN*MSEL */ | ||
| 1424 | #define SET_OUT_DELAY(x) (((x)&0x03u) << 0x6) | ||
| 1425 | #define SET_IN_DELAY(x) ((((x)&0x02u) << 0x3) | (((x)&0x01u) << 0x2)) | ||
| 1426 | #else | ||
| 1427 | #define SET_MSEL(x) (((x)&0x3F) << 0x9) /* Set MSEL = 0-63 --> VCO = CLKIN*MSEL */ | ||
| 1428 | #define SET_OUT_DELAY(x) (((x)&0x03) << 0x6) | ||
| 1429 | #define SET_IN_DELAY(x) ((((x)&0x02) << 0x3) | (((x)&0x01) << 0x2)) | ||
| 1430 | #endif /* _MISRA_RULES */ | ||
| 1431 | |||
| 1432 | /* PLL_DIV Masks */ | ||
| 1433 | #define SSEL 0x000F /* System Select */ | ||
| 1434 | #define CSEL 0x0030 /* Core Select */ | ||
| 1435 | #define CSEL_DIV1 0x0000 /* CCLK = VCO / 1 */ | ||
| 1436 | #define CSEL_DIV2 0x0010 /* CCLK = VCO / 2 */ | ||
| 1437 | #define CSEL_DIV4 0x0020 /* CCLK = VCO / 4 */ | ||
| 1438 | #define CSEL_DIV8 0x0030 /* CCLK = VCO / 8 */ | ||
| 1439 | |||
| 1440 | #define SCLK_DIV(x) (x) /* SCLK = VCO / x */ | ||
| 1441 | |||
| 1442 | /* PLL_DIV Macros */ | ||
| 1443 | #ifdef _MISRA_RULES | ||
| 1444 | #define SET_SSEL(x) ((x)&0xFu) /* Set SSEL = 0-15 --> SCLK = VCO/SSEL */ | ||
| 1445 | #else | ||
| 1446 | #define SET_SSEL(x) ((x)&0xF) /* Set SSEL = 0-15 --> SCLK = VCO/SSEL */ | ||
| 1447 | #endif /* _MISRA_RULES */ | ||
| 1448 | |||
| 1449 | /* PLL_STAT Masks */ | ||
| 1450 | #define ACTIVE_PLLENABLED 0x0001 /* Processor In Active Mode With PLL Enabled */ | ||
| 1451 | #define FULL_ON 0x0002 /* Processor In Full On Mode */ | ||
| 1452 | #define ACTIVE_PLLDISABLED 0x0004 /* Processor In Active Mode With PLL Disabled */ | ||
| 1453 | #define PLL_LOCKED 0x0020 /* PLL_LOCKCNT Has Been Reached */ | ||
| 1454 | |||
| 1455 | /* VR_CTL Masks */ | ||
| 1456 | #define FREQ 0x0003 /* Switching Oscillator Frequency For Regulator */ | ||
| 1457 | #define HIBERNATE 0x0000 /* Powerdown/Bypass On-Board Regulation */ | ||
| 1458 | #define FREQ_333 0x0001 /* Switching Frequency Is 333 kHz */ | ||
| 1459 | #define FREQ_667 0x0002 /* Switching Frequency Is 667 kHz */ | ||
| 1460 | #define FREQ_1000 0x0003 /* Switching Frequency Is 1 MHz */ | ||
| 1461 | |||
| 1462 | #define GAIN 0x000C /* Voltage Level Gain */ | ||
| 1463 | #define GAIN_5 0x0000 /* GAIN = 5 */ | ||
| 1464 | #define GAIN_10 0x0004 /* GAIN = 10 */ | ||
| 1465 | #define GAIN_20 0x0008 /* GAIN = 20 */ | ||
| 1466 | #define GAIN_50 0x000C /* GAIN = 50 */ | ||
| 1467 | |||
| 1468 | #define VLEV 0x00F0 /* Internal Voltage Level - Only Program Values Within Specifications */ | ||
| 1469 | #define VLEV_100 0x0090 /* VLEV = 1.00 V (See Datasheet for Regulator Tolerance) */ | ||
| 1470 | #define VLEV_105 0x00A0 /* VLEV = 1.05 V (See Datasheet for Regulator Tolerance) */ | ||
| 1471 | #define VLEV_110 0x00B0 /* VLEV = 1.10 V (See Datasheet for Regulator Tolerance) */ | ||
| 1472 | #define VLEV_115 0x00C0 /* VLEV = 1.15 V (See Datasheet for Regulator Tolerance) */ | ||
| 1473 | #define VLEV_120 0x00D0 /* VLEV = 1.20 V (See Datasheet for Regulator Tolerance) */ | ||
| 1474 | #define VLEV_125 0x00E0 /* VLEV = 1.25 V (See Datasheet for Regulator Tolerance) */ | ||
| 1475 | #define VLEV_130 0x00F0 /* VLEV = 1.30 V (See Datasheet for Regulator Tolerance) */ | ||
| 1476 | |||
| 1477 | #define WAKE 0x0100 /* Enable RTC/Reset Wakeup From Hibernate */ | ||
| 1478 | #define CANWE 0x0200 /* Enable CAN Wakeup From Hibernate */ | ||
| 1479 | #define MXVRWE 0x0400 /* Enable MXVR Wakeup From Hibernate */ | ||
| 1480 | #define SCKELOW 0x8000 /* Do Not Drive SCKE High During Reset After Hibernate */ | ||
| 1481 | |||
| 1482 | /* SWRST Mask */ | ||
| 1483 | #define SYSTEM_RESET 0x0007 /* Initiates A System Software Reset */ | ||
| 1484 | #define DOUBLE_FAULT 0x0008 /* Core Double Fault Causes Reset */ | ||
| 1485 | #define RESET_DOUBLE 0x2000 /* SW Reset Generated By Core Double-Fault */ | ||
| 1486 | #define RESET_WDOG 0x4000 /* SW Reset Generated By Watchdog Timer */ | ||
| 1487 | #define RESET_SOFTWARE 0x8000 /* SW Reset Occurred Since Last Read Of SWRST */ | ||
| 1488 | |||
| 1489 | /* SYSCR Masks */ | ||
| 1490 | #define BMODE 0x0006 /* Boot Mode - Latched During HW Reset From Mode Pins */ | ||
| 1491 | #define NOBOOT 0x0010 /* Execute From L1 or ASYNC Bank 0 When BMODE = 0 */ | ||
| 1492 | |||
| 1493 | |||
| 1494 | /* ************* SYSTEM INTERRUPT CONTROLLER MASKS ***************** */ | ||
| 1495 | |||
| 1496 | /* Peripheral Masks For SIC0_ISR, SIC0_IWR, SIC0_IMASK */ | ||
| 1497 | #define PLL_WAKEUP_IRQ 0x00000001 /* PLL Wakeup Interrupt Request */ | ||
| 1498 | #define DMAC0_ERR_IRQ 0x00000002 /* DMA Controller 0 Error Interrupt Request */ | ||
| 1499 | #define PPI_ERR_IRQ 0x00000004 /* PPI Error Interrupt Request */ | ||
| 1500 | #define SPORT0_ERR_IRQ 0x00000008 /* SPORT0 Error Interrupt Request */ | ||
| 1501 | #define SPORT1_ERR_IRQ 0x00000010 /* SPORT1 Error Interrupt Request */ | ||
| 1502 | #define SPI0_ERR_IRQ 0x00000020 /* SPI0 Error Interrupt Request */ | ||
| 1503 | #define UART0_ERR_IRQ 0x00000040 /* UART0 Error Interrupt Request */ | ||
| 1504 | #define RTC_IRQ 0x00000080 /* Real-Time Clock Interrupt Request */ | ||
| 1505 | #define DMA0_IRQ 0x00000100 /* DMA Channel 0 (PPI) Interrupt Request */ | ||
| 1506 | #define DMA1_IRQ 0x00000200 /* DMA Channel 1 (SPORT0 RX) Interrupt Request */ | ||
| 1507 | #define DMA2_IRQ 0x00000400 /* DMA Channel 2 (SPORT0 TX) Interrupt Request */ | ||
| 1508 | #define DMA3_IRQ 0x00000800 /* DMA Channel 3 (SPORT1 RX) Interrupt Request */ | ||
| 1509 | #define DMA4_IRQ 0x00001000 /* DMA Channel 4 (SPORT1 TX) Interrupt Request */ | ||
| 1510 | #define DMA5_IRQ 0x00002000 /* DMA Channel 5 (SPI) Interrupt Request */ | ||
| 1511 | #define DMA6_IRQ 0x00004000 /* DMA Channel 6 (UART RX) Interrupt Request */ | ||
| 1512 | #define DMA7_IRQ 0x00008000 /* DMA Channel 7 (UART TX) Interrupt Request */ | ||
| 1513 | #define TIMER0_IRQ 0x00010000 /* Timer 0 Interrupt Request */ | ||
| 1514 | #define TIMER1_IRQ 0x00020000 /* Timer 1 Interrupt Request */ | ||
| 1515 | #define TIMER2_IRQ 0x00040000 /* Timer 2 Interrupt Request */ | ||
| 1516 | #define PFA_IRQ 0x00080000 /* Programmable Flag Interrupt Request A */ | ||
| 1517 | #define PFB_IRQ 0x00100000 /* Programmable Flag Interrupt Request B */ | ||
| 1518 | #define MDMA0_0_IRQ 0x00200000 /* MemDMA0 Stream 0 Interrupt Request */ | ||
| 1519 | #define MDMA0_1_IRQ 0x00400000 /* MemDMA0 Stream 1 Interrupt Request */ | ||
| 1520 | #define WDOG_IRQ 0x00800000 /* Software Watchdog Timer Interrupt Request */ | ||
| 1521 | #define DMAC1_ERR_IRQ 0x01000000 /* DMA Controller 1 Error Interrupt Request */ | ||
| 1522 | #define SPORT2_ERR_IRQ 0x02000000 /* SPORT2 Error Interrupt Request */ | ||
| 1523 | #define SPORT3_ERR_IRQ 0x04000000 /* SPORT3 Error Interrupt Request */ | ||
| 1524 | #define MXVR_SD_IRQ 0x08000000 /* MXVR Synchronous Data Interrupt Request */ | ||
| 1525 | #define SPI1_ERR_IRQ 0x10000000 /* SPI1 Error Interrupt Request */ | ||
| 1526 | #define SPI2_ERR_IRQ 0x20000000 /* SPI2 Error Interrupt Request */ | ||
| 1527 | #define UART1_ERR_IRQ 0x40000000 /* UART1 Error Interrupt Request */ | ||
| 1528 | #define UART2_ERR_IRQ 0x80000000 /* UART2 Error Interrupt Request */ | ||
| 1529 | |||
| 1530 | /* the following are for backwards compatibility */ | ||
| 1531 | #define DMA0_ERR_IRQ DMAC0_ERR_IRQ | ||
| 1532 | #define DMA1_ERR_IRQ DMAC1_ERR_IRQ | ||
| 1533 | |||
| 1534 | |||
| 1535 | /* Peripheral Masks For SIC_ISR1, SIC_IWR1, SIC_IMASK1 */ | ||
| 1536 | #define CAN_ERR_IRQ 0x00000001 /* CAN Error Interrupt Request */ | ||
| 1537 | #define DMA8_IRQ 0x00000002 /* DMA Channel 8 (SPORT2 RX) Interrupt Request */ | ||
| 1538 | #define DMA9_IRQ 0x00000004 /* DMA Channel 9 (SPORT2 TX) Interrupt Request */ | ||
| 1539 | #define DMA10_IRQ 0x00000008 /* DMA Channel 10 (SPORT3 RX) Interrupt Request */ | ||
| 1540 | #define DMA11_IRQ 0x00000010 /* DMA Channel 11 (SPORT3 TX) Interrupt Request */ | ||
| 1541 | #define DMA12_IRQ 0x00000020 /* DMA Channel 12 Interrupt Request */ | ||
| 1542 | #define DMA13_IRQ 0x00000040 /* DMA Channel 13 Interrupt Request */ | ||
| 1543 | #define DMA14_IRQ 0x00000080 /* DMA Channel 14 (SPI1) Interrupt Request */ | ||
| 1544 | #define DMA15_IRQ 0x00000100 /* DMA Channel 15 (SPI2) Interrupt Request */ | ||
| 1545 | #define DMA16_IRQ 0x00000200 /* DMA Channel 16 (UART1 RX) Interrupt Request */ | ||
| 1546 | #define DMA17_IRQ 0x00000400 /* DMA Channel 17 (UART1 TX) Interrupt Request */ | ||
| 1547 | #define DMA18_IRQ 0x00000800 /* DMA Channel 18 (UART2 RX) Interrupt Request */ | ||
| 1548 | #define DMA19_IRQ 0x00001000 /* DMA Channel 19 (UART2 TX) Interrupt Request */ | ||
| 1549 | #define TWI0_IRQ 0x00002000 /* TWI0 Interrupt Request */ | ||
| 1550 | #define TWI1_IRQ 0x00004000 /* TWI1 Interrupt Request */ | ||
| 1551 | #define CAN_RX_IRQ 0x00008000 /* CAN Receive Interrupt Request */ | ||
| 1552 | #define CAN_TX_IRQ 0x00010000 /* CAN Transmit Interrupt Request */ | ||
| 1553 | #define MDMA1_0_IRQ 0x00020000 /* MemDMA1 Stream 0 Interrupt Request */ | ||
| 1554 | #define MDMA1_1_IRQ 0x00040000 /* MemDMA1 Stream 1 Interrupt Request */ | ||
| 1555 | #define MXVR_STAT_IRQ 0x00080000 /* MXVR Status Interrupt Request */ | ||
| 1556 | #define MXVR_CM_IRQ 0x00100000 /* MXVR Control Message Interrupt Request */ | ||
| 1557 | #define MXVR_AP_IRQ 0x00200000 /* MXVR Asynchronous Packet Interrupt */ | ||
| 1558 | |||
| 1559 | /* the following are for backwards compatibility */ | ||
| 1560 | #define MDMA0_IRQ MDMA1_0_IRQ | ||
| 1561 | #define MDMA1_IRQ MDMA1_1_IRQ | ||
| 1562 | |||
| 1563 | #ifdef _MISRA_RULES | ||
| 1564 | #define _MF15 0xFu | ||
| 1565 | #define _MF7 7u | ||
| 1566 | #else | ||
| 1567 | #define _MF15 0xF | ||
| 1568 | #define _MF7 7 | ||
| 1569 | #endif /* _MISRA_RULES */ | ||
| 1570 | |||
| 1571 | /* SIC_IMASKx Masks */ | ||
| 1572 | #define SIC_UNMASK_ALL 0x00000000 /* Unmask all peripheral interrupts */ | ||
| 1573 | #define SIC_MASK_ALL 0xFFFFFFFF /* Mask all peripheral interrupts */ | ||
| 1574 | #ifdef _MISRA_RULES | ||
| 1575 | #define SIC_MASK(x) (1 << ((x)&0x1Fu)) /* Mask Peripheral #x interrupt */ | ||
| 1576 | #define SIC_UNMASK(x) (0xFFFFFFFFu ^ (1 << ((x)&0x1Fu))) /* Unmask Peripheral #x interrupt */ | ||
| 1577 | #else | ||
| 1578 | #define SIC_MASK(x) (1 << ((x)&0x1F)) /* Mask Peripheral #x interrupt */ | ||
| 1579 | #define SIC_UNMASK(x) (0xFFFFFFFF ^ (1 << ((x)&0x1F))) /* Unmask Peripheral #x interrupt */ | ||
| 1580 | #endif /* _MISRA_RULES */ | ||
| 1581 | |||
| 1582 | /* SIC_IWRx Masks */ | ||
| 1583 | #define IWR_DISABLE_ALL 0x00000000 /* Wakeup Disable all peripherals */ | ||
| 1584 | #define IWR_ENABLE_ALL 0xFFFFFFFF /* Wakeup Enable all peripherals */ | ||
| 1585 | #ifdef _MISRA_RULES | ||
| 1586 | #define IWR_ENABLE(x) (1 << ((x)&0x1Fu)) /* Wakeup Enable Peripheral #x */ | ||
| 1587 | #define IWR_DISABLE(x) (0xFFFFFFFFu ^ (1 << ((x)&0x1Fu))) /* Wakeup Disable Peripheral #x */ | ||
| 1588 | #else | ||
| 1589 | #define IWR_ENABLE(x) (1 << ((x)&0x1F)) /* Wakeup Enable Peripheral #x */ | ||
| 1590 | #define IWR_DISABLE(x) (0xFFFFFFFF ^ (1 << ((x)&0x1F))) /* Wakeup Disable Peripheral #x */ | ||
| 1591 | #endif /* _MISRA_RULES */ | ||
| 1592 | |||
| 1593 | |||
| 1594 | /* ********* WATCHDOG TIMER MASKS ******************** */ | ||
| 1595 | /* Watchdog Timer WDOG_CTL Register Masks */ | ||
| 1596 | #ifdef _MISRA_RULES | ||
| 1597 | #define WDEV(x) (((x)<<1) & 0x0006u) /* event generated on roll over */ | ||
| 1598 | #else | ||
| 1599 | #define WDEV(x) (((x)<<1) & 0x0006) /* event generated on roll over */ | ||
| 1600 | #endif /* _MISRA_RULES */ | ||
| 1601 | #define WDEV_RESET 0x0000 /* generate reset event on roll over */ | ||
| 1602 | #define WDEV_NMI 0x0002 /* generate NMI event on roll over */ | ||
| 1603 | #define WDEV_GPI 0x0004 /* generate GP IRQ on roll over */ | ||
| 1604 | #define WDEV_NONE 0x0006 /* no event on roll over */ | ||
| 1605 | #define WDEN 0x0FF0 /* enable watchdog */ | ||
| 1606 | #define WDDIS 0x0AD0 /* disable watchdog */ | ||
| 1607 | #define WDRO 0x8000 /* watchdog rolled over latch */ | ||
| 1608 | |||
| 1609 | /* deprecated WDOG_CTL Register Masks for legacy code */ | ||
| 1610 | #define ICTL WDEV | ||
| 1611 | #define ENABLE_RESET WDEV_RESET | ||
| 1612 | #define WDOG_RESET WDEV_RESET | ||
| 1613 | #define ENABLE_NMI WDEV_NMI | ||
| 1614 | #define WDOG_NMI WDEV_NMI | ||
| 1615 | #define ENABLE_GPI WDEV_GPI | ||
| 1616 | #define WDOG_GPI WDEV_GPI | ||
| 1617 | #define DISABLE_EVT WDEV_NONE | ||
| 1618 | #define WDOG_NONE WDEV_NONE | ||
| 1619 | |||
| 1620 | #define TMR_EN WDEN | ||
| 1621 | #define WDOG_DISABLE WDDIS | ||
| 1622 | #define TRO WDRO | ||
| 1623 | |||
| 1624 | #define ICTL_P0 0x01 | ||
| 1625 | #define ICTL_P1 0x02 | ||
| 1626 | #define TRO_P 0x0F | ||
| 1627 | |||
| 1628 | |||
| 1629 | /* *************** REAL TIME CLOCK MASKS **************************/ | ||
| 1630 | /* RTC_STAT and RTC_ALARM register */ | ||
| 1631 | #define RTSEC 0x0000003F /* Real-Time Clock Seconds */ | ||
| 1632 | #define RTMIN 0x00000FC0 /* Real-Time Clock Minutes */ | ||
| 1633 | #define RTHR 0x0001F000 /* Real-Time Clock Hours */ | ||
| 1634 | #define RTDAY 0xFFFE0000 /* Real-Time Clock Days */ | ||
| 1635 | |||
| 1636 | /* RTC_ICTL register */ | ||
| 1637 | #define SWIE 0x0001 /* Stopwatch Interrupt Enable */ | ||
| 1638 | #define AIE 0x0002 /* Alarm Interrupt Enable */ | ||
| 1639 | #define SIE 0x0004 /* Seconds (1 Hz) Interrupt Enable */ | ||
| 1640 | #define MIE 0x0008 /* Minutes Interrupt Enable */ | ||
| 1641 | #define HIE 0x0010 /* Hours Interrupt Enable */ | ||
| 1642 | #define DIE 0x0020 /* 24 Hours (Days) Interrupt Enable */ | ||
| 1643 | #define DAIE 0x0040 /* Day Alarm (Day, Hour, Minute, Second) Interrupt Enable */ | ||
| 1644 | #define WCIE 0x8000 /* Write Complete Interrupt Enable */ | ||
| 1645 | |||
| 1646 | /* RTC_ISTAT register */ | ||
| 1647 | #define SWEF 0x0001 /* Stopwatch Event Flag */ | ||
| 1648 | #define AEF 0x0002 /* Alarm Event Flag */ | ||
| 1649 | #define SEF 0x0004 /* Seconds (1 Hz) Event Flag */ | ||
| 1650 | #define MEF 0x0008 /* Minutes Event Flag */ | ||
| 1651 | #define HEF 0x0010 /* Hours Event Flag */ | ||
| 1652 | #define DEF 0x0020 /* 24 Hours (Days) Event Flag */ | ||
| 1653 | #define DAEF 0x0040 /* Day Alarm (Day, Hour, Minute, Second) Event Flag */ | ||
| 1654 | #define WPS 0x4000 /* Write Pending Status (RO) */ | ||
| 1655 | #define WCOM 0x8000 /* Write Complete */ | ||
| 1656 | |||
| 1657 | /* RTC_FAST Mask (RTC_PREN Mask) */ | ||
| 1658 | #define ENABLE_PRESCALE 0x00000001 /* Enable prescaler so RTC runs at 1 Hz */ | ||
| 1659 | #define PREN 0x00000001 | ||
| 1660 | /* ** Must be set after power-up for proper operation of RTC */ | ||
| 1661 | |||
| 1662 | /* Deprecated RTC_STAT and RTC_ALARM Masks */ | ||
| 1663 | #define RTC_SEC RTSEC /* Real-Time Clock Seconds */ | ||
| 1664 | #define RTC_MIN RTMIN /* Real-Time Clock Minutes */ | ||
| 1665 | #define RTC_HR RTHR /* Real-Time Clock Hours */ | ||
| 1666 | #define RTC_DAY RTDAY /* Real-Time Clock Days */ | ||
| 1667 | |||
| 1668 | /* Deprecated RTC_ICTL/RTC_ISTAT Masks */ | ||
| 1669 | #define STOPWATCH SWIE /* Stopwatch Interrupt Enable */ | ||
| 1670 | #define ALARM AIE /* Alarm Interrupt Enable */ | ||
| 1671 | #define SECOND SIE /* Seconds (1 Hz) Interrupt Enable */ | ||
| 1672 | #define MINUTE MIE /* Minutes Interrupt Enable */ | ||
| 1673 | #define HOUR HIE /* Hours Interrupt Enable */ | ||
| 1674 | #define DAY DIE /* 24 Hours (Days) Interrupt Enable */ | ||
| 1675 | #define DAY_ALARM DAIE /* Day Alarm (Day, Hour, Minute, Second) Interrupt Enable */ | ||
| 1676 | #define WRITE_COMPLETE WCIE /* Write Complete Interrupt Enable */ | ||
| 1677 | |||
| 1678 | |||
| 1679 | /* ***************************** UART CONTROLLER MASKS ********************** */ | ||
| 1680 | /* UARTx_LCR Register */ | ||
| 1681 | #ifdef _MISRA_RULES | ||
| 1682 | #define WLS(x) (((x)-5u) & 0x03u) /* Word Length Select */ | ||
| 1683 | #else | ||
| 1684 | #define WLS(x) (((x)-5) & 0x03) /* Word Length Select */ | ||
| 1685 | #endif /* _MISRA_RULES */ | ||
| 1686 | #define STB 0x04 /* Stop Bits */ | ||
| 1687 | #define PEN 0x08 /* Parity Enable */ | ||
| 1688 | #define EPS 0x10 /* Even Parity Select */ | ||
| 1689 | #define STP 0x20 /* Stick Parity */ | ||
| 1690 | #define SB 0x40 /* Set Break */ | ||
| 1691 | #define DLAB 0x80 /* Divisor Latch Access */ | ||
| 1692 | |||
| 1693 | #define DLAB_P 0x07 | ||
| 1694 | #define SB_P 0x06 | ||
| 1695 | #define STP_P 0x05 | ||
| 1696 | #define EPS_P 0x04 | ||
| 1697 | #define PEN_P 0x03 | ||
| 1698 | #define STB_P 0x02 | ||
| 1699 | #define WLS_P1 0x01 | ||
| 1700 | #define WLS_P0 0x00 | ||
| 1701 | |||
| 1702 | /* UARTx_MCR Register */ | ||
| 1703 | #define LOOP_ENA 0x10 /* Loopback Mode Enable */ | ||
| 1704 | #define LOOP_ENA_P 0x04 | ||
| 1705 | /* Deprecated UARTx_MCR Mask */ | ||
| 1706 | |||
| 1707 | /* UARTx_LSR Register */ | ||
| 1708 | #define DR 0x01 /* Data Ready */ | ||
| 1709 | #define OE 0x02 /* Overrun Error */ | ||
| 1710 | #define PE 0x04 /* Parity Error */ | ||
| 1711 | #define FE 0x08 /* Framing Error */ | ||
| 1712 | #define BI 0x10 /* Break Interrupt */ | ||
| 1713 | #define THRE 0x20 /* THR Empty */ | ||
| 1714 | #define TEMT 0x40 /* TSR and UART_THR Empty */ | ||
| 1715 | |||
| 1716 | #define TEMP_P 0x06 | ||
| 1717 | #define THRE_P 0x05 | ||
| 1718 | #define BI_P 0x04 | ||
| 1719 | #define FE_P 0x03 | ||
| 1720 | #define PE_P 0x02 | ||
| 1721 | #define OE_P 0x01 | ||
| 1722 | #define DR_P 0x00 | ||
| 1723 | |||
| 1724 | /* UARTx_IER Register */ | ||
| 1725 | #define ERBFI 0x01 /* Enable Receive Buffer Full Interrupt */ | ||
| 1726 | #define ETBEI 0x02 /* Enable Transmit Buffer Empty Interrupt */ | ||
| 1727 | #define ELSI 0x04 /* Enable RX Status Interrupt */ | ||
| 1728 | |||
| 1729 | #define ELSI_P 0x02 | ||
| 1730 | #define ETBEI_P 0x01 | ||
| 1731 | #define ERBFI_P 0x00 | ||
| 1732 | |||
| 1733 | /* UARTx_IIR Register */ | ||
| 1734 | #define NINT 0x01 | ||
| 1735 | #define STATUS_P1 0x02 | ||
| 1736 | #define STATUS_P0 0x01 | ||
| 1737 | #define NINT_P 0x00 | ||
| 1738 | |||
| 1739 | /* UARTx_GCTL Register */ | ||
| 1740 | #define UCEN 0x01 /* Enable UARTx Clocks */ | ||
| 1741 | #define IREN 0x02 /* Enable IrDA Mode */ | ||
| 1742 | #define TPOLC 0x04 /* IrDA TX Polarity Change */ | ||
| 1743 | #define RPOLC 0x08 /* IrDA RX Polarity Change */ | ||
| 1744 | #define FPE 0x10 /* Force Parity Error On Transmit */ | ||
| 1745 | #define FFE 0x20 /* Force Framing Error On Transmit */ | ||
| 1746 | |||
| 1747 | #define FFE_P 0x05 | ||
| 1748 | #define FPE_P 0x04 | ||
| 1749 | #define RPOLC_P 0x03 | ||
| 1750 | #define TPOLC_P 0x02 | ||
| 1751 | #define IREN_P 0x01 | ||
| 1752 | #define UCEN_P 0x00 | ||
| 1753 | |||
| 1754 | |||
| 1755 | /* ********** SERIAL PORT MASKS ********************** */ | ||
| 1756 | /* SPORTx_TCR1 Masks */ | ||
| 1757 | #define TSPEN 0x0001 /* TX enable */ | ||
| 1758 | #define ITCLK 0x0002 /* Internal TX Clock Select */ | ||
| 1759 | #define TDTYPE 0x000C /* TX Data Formatting Select */ | ||
| 1760 | #define DTYPE_NORM 0x0000 /* Data Format Normal */ | ||
| 1761 | #define DTYPE_ULAW 0x0008 /* Compand Using u-Law */ | ||
| 1762 | #define DTYPE_ALAW 0x000C /* Compand Using A-Law */ | ||
| 1763 | #define TLSBIT 0x0010 /* TX Bit Order */ | ||
| 1764 | #define ITFS 0x0200 /* Internal TX Frame Sync Select */ | ||
| 1765 | #define TFSR 0x0400 /* TX Frame Sync Required Select */ | ||
| 1766 | #define DITFS 0x0800 /* Data Independent TX Frame Sync Select */ | ||
| 1767 | #define LTFS 0x1000 /* Low TX Frame Sync Select */ | ||
| 1768 | #define LATFS 0x2000 /* Late TX Frame Sync Select */ | ||
| 1769 | #define TCKFE 0x4000 /* TX Clock Falling Edge Select */ | ||
| 1770 | /* SPORTx_RCR1 Deprecated Masks */ | ||
| 1771 | #define TULAW DTYPE_ULAW /* Compand Using u-Law */ | ||
| 1772 | #define TALAW DTYPE_ALAW /* Compand Using A-Law */ | ||
| 1773 | |||
| 1774 | /* SPORTx_TCR2 Masks */ | ||
| 1775 | #ifdef _MISRA_RULES | ||
| 1776 | #define SLEN(x) ((x)&0x1Fu) /* SPORT TX Word Length (2 - 31) */ | ||
| 1777 | #else | ||
| 1778 | #define SLEN(x) ((x)&0x1F) /* SPORT TX Word Length (2 - 31) */ | ||
| 1779 | #endif /* _MISRA_RULES */ | ||
| 1780 | #define TXSE 0x0100 /*TX Secondary Enable */ | ||
| 1781 | #define TSFSE 0x0200 /*TX Stereo Frame Sync Enable */ | ||
| 1782 | #define TRFST 0x0400 /*TX Right-First Data Order */ | ||
| 1783 | |||
| 1784 | /* SPORTx_RCR1 Masks */ | ||
| 1785 | #define RSPEN 0x0001 /* RX enable */ | ||
| 1786 | #define IRCLK 0x0002 /* Internal RX Clock Select */ | ||
| 1787 | #define RDTYPE 0x000C /* RX Data Formatting Select */ | ||
| 1788 | #define DTYPE_NORM 0x0000 /* no companding */ | ||
| 1789 | #define DTYPE_ULAW 0x0008 /* Compand Using u-Law */ | ||
| 1790 | #define DTYPE_ALAW 0x000C /* Compand Using A-Law */ | ||
| 1791 | #define RLSBIT 0x0010 /* RX Bit Order */ | ||
| 1792 | #define IRFS 0x0200 /* Internal RX Frame Sync Select */ | ||
| 1793 | #define RFSR 0x0400 /* RX Frame Sync Required Select */ | ||
| 1794 | #define LRFS 0x1000 /* Low RX Frame Sync Select */ | ||
| 1795 | #define LARFS 0x2000 /* Late RX Frame Sync Select */ | ||
| 1796 | #define RCKFE 0x4000 /* RX Clock Falling Edge Select */ | ||
| 1797 | /* SPORTx_RCR1 Deprecated Masks */ | ||
| 1798 | #define RULAW DTYPE_ULAW /* Compand Using u-Law */ | ||
| 1799 | #define RALAW DTYPE_ALAW /* Compand Using A-Law */ | ||
| 1800 | |||
| 1801 | /* SPORTx_RCR2 Masks */ | ||
| 1802 | #ifdef _MISRA_RULES | ||
| 1803 | #define SLEN(x) ((x)&0x1Fu) /* SPORT RX Word Length (2 - 31) */ | ||
| 1804 | #else | ||
| 1805 | #define SLEN(x) ((x)&0x1F) /* SPORT RX Word Length (2 - 31) */ | ||
| 1806 | #endif /* _MISRA_RULES */ | ||
| 1807 | #define RXSE 0x0100 /*RX Secondary Enable */ | ||
| 1808 | #define RSFSE 0x0200 /*RX Stereo Frame Sync Enable */ | ||
| 1809 | #define RRFST 0x0400 /*Right-First Data Order */ | ||
| 1810 | |||
| 1811 | /*SPORTx_STAT Masks */ | ||
| 1812 | #define RXNE 0x0001 /*RX FIFO Not Empty Status */ | ||
| 1813 | #define RUVF 0x0002 /*RX Underflow Status */ | ||
| 1814 | #define ROVF 0x0004 /*RX Overflow Status */ | ||
| 1815 | #define TXF 0x0008 /*TX FIFO Full Status */ | ||
| 1816 | #define TUVF 0x0010 /*TX Underflow Status */ | ||
| 1817 | #define TOVF 0x0020 /*TX Overflow Status */ | ||
| 1818 | #define TXHRE 0x0040 /*TX Hold Register Empty */ | ||
| 1819 | |||
| 1820 | /*SPORTx_MCMC1 Masks */ | ||
| 1821 | #define WOFF 0x000003FF /*Multichannel Window Offset Field */ | ||
| 1822 | /* SPORTx_MCMC1 Macros */ | ||
| 1823 | #ifdef _MISRA_RULES | ||
| 1824 | #define SET_WOFF(x) ((x) & 0x3FFu) /* Multichannel Window Offset Field */ | ||
| 1825 | /* Only use SET_WSIZE Macro With Logic OR While Setting Lower Order Bits */ | ||
| 1826 | #define SET_WSIZE(x) (((((x)>>0x3)-1u)&0xFu) << 0xC) /* Multichannel Window Size = (x/8)-1 */ | ||
| 1827 | #else | ||
| 1828 | #define SET_WOFF(x) ((x) & 0x3FF) /* Multichannel Window Offset Field */ | ||
| 1829 | /* Only use SET_WSIZE Macro With Logic OR While Setting Lower Order Bits */ | ||
| 1830 | #define SET_WSIZE(x) (((((x)>>0x3)-1)&0xF) << 0xC) /* Multichannel Window Size = (x/8)-1 */ | ||
| 1831 | #endif /* _MISRA_RULES */ | ||
| 1832 | |||
| 1833 | |||
| 1834 | /*SPORTx_MCMC2 Masks */ | ||
| 1835 | #define MCCRM 0x0003 /*Multichannel Clock Recovery Mode */ | ||
| 1836 | #define REC_BYPASS 0x0000 /* Bypass Mode (No Clock Recovery) */ | ||
| 1837 | #define REC_2FROM4 0x0002 /* Recover 2 MHz Clock from 4 MHz Clock */ | ||
| 1838 | #define REC_8FROM16 0x0003 /* Recover 8 MHz Clock from 16 MHz Clock */ | ||
| 1839 | #define MCDTXPE 0x0004 /*Multichannel DMA Transmit Packing */ | ||
| 1840 | #define MCDRXPE 0x0008 /*Multichannel DMA Receive Packing */ | ||
| 1841 | #define MCMEN 0x0010 /*Multichannel Frame Mode Enable */ | ||
| 1842 | #define FSDR 0x0080 /*Multichannel Frame Sync to Data Relationship */ | ||
| 1843 | #define MFD 0xF000 /*Multichannel Frame Delay */ | ||
| 1844 | #define MFD_0 0x0000 /* Multichannel Frame Delay = 0 */ | ||
| 1845 | #define MFD_1 0x1000 /* Multichannel Frame Delay = 1 */ | ||
| 1846 | #define MFD_2 0x2000 /* Multichannel Frame Delay = 2 */ | ||
| 1847 | #define MFD_3 0x3000 /* Multichannel Frame Delay = 3 */ | ||
| 1848 | #define MFD_4 0x4000 /* Multichannel Frame Delay = 4 */ | ||
| 1849 | #define MFD_5 0x5000 /* Multichannel Frame Delay = 5 */ | ||
| 1850 | #define MFD_6 0x6000 /* Multichannel Frame Delay = 6 */ | ||
| 1851 | #define MFD_7 0x7000 /* Multichannel Frame Delay = 7 */ | ||
| 1852 | #define MFD_8 0x8000 /* Multichannel Frame Delay = 8 */ | ||
| 1853 | #define MFD_9 0x9000 /* Multichannel Frame Delay = 9 */ | ||
| 1854 | #define MFD_10 0xA000 /* Multichannel Frame Delay = 10 */ | ||
| 1855 | #define MFD_11 0xB000 /* Multichannel Frame Delay = 11 */ | ||
| 1856 | #define MFD_12 0xC000 /* Multichannel Frame Delay = 12 */ | ||
| 1857 | #define MFD_13 0xD000 /* Multichannel Frame Delay = 13 */ | ||
| 1858 | #define MFD_14 0xE000 /* Multichannel Frame Delay = 14 */ | ||
| 1859 | #define MFD_15 0xF000 /* Multichannel Frame Delay = 15 */ | ||
| 1860 | |||
| 1861 | |||
| 1862 | /* ********* PARALLEL PERIPHERAL INTERFACE (PPI) MASKS **************** */ | ||
| 1863 | /* PPI_CONTROL Masks */ | ||
| 1864 | #define PORT_EN 0x0001 /* PPI Port Enable */ | ||
| 1865 | #define PORT_DIR 0x0002 /* PPI Port Direction */ | ||
| 1866 | #define XFR_TYPE 0x000C /* PPI Transfer Type */ | ||
| 1867 | #define PORT_CFG 0x0030 /* PPI Port Configuration */ | ||
| 1868 | #define FLD_SEL 0x0040 /* PPI Active Field Select */ | ||
| 1869 | #define PACK_EN 0x0080 /* PPI Packing Mode */ | ||
| 1870 | /* previous versions of defBF539.h erroneously included DMA32 (PPI 32-bit DMA Enable) */ | ||
| 1871 | #define SKIP_EN 0x0200 /* PPI Skip Element Enable */ | ||
| 1872 | #define SKIP_EO 0x0400 /* PPI Skip Even/Odd Elements */ | ||
| 1873 | #define DLENGTH 0x3800 /* PPI Data Length */ | ||
| 1874 | #define DLEN_8 0x0 /* PPI Data Length mask for DLEN=8 */ | ||
| 1875 | #define DLEN_10 0x0800 /* Data Length = 10 Bits */ | ||
| 1876 | #define DLEN_11 0x1000 /* Data Length = 11 Bits */ | ||
| 1877 | #define DLEN_12 0x1800 /* Data Length = 12 Bits */ | ||
| 1878 | #define DLEN_13 0x2000 /* Data Length = 13 Bits */ | ||
| 1879 | #define DLEN_14 0x2800 /* Data Length = 14 Bits */ | ||
| 1880 | #define DLEN_15 0x3000 /* Data Length = 15 Bits */ | ||
| 1881 | #define DLEN_16 0x3800 /* Data Length = 16 Bits */ | ||
| 1882 | #ifdef _MISRA_RULES | ||
| 1883 | #define DLEN(x) ((((x)-9u) & 0x07u) << 11) /* PPI Data Length (only works for x=10-->x=16) */ | ||
| 1884 | #else | ||
| 1885 | #define DLEN(x) ((((x)-9) & 0x07) << 11) /* PPI Data Length (only works for x=10-->x=16) */ | ||
| 1886 | #endif /* _MISRA_RULES */ | ||
| 1887 | #define POL 0xC000 /* PPI Signal Polarities */ | ||
| 1888 | #define POLC 0x4000 /* PPI Clock Polarity */ | ||
| 1889 | #define POLS 0x8000 /* PPI Frame Sync Polarity */ | ||
| 1890 | |||
| 1891 | |||
| 1892 | /* PPI_STATUS Masks */ | ||
| 1893 | #define FLD 0x0400 /* Field Indicator */ | ||
| 1894 | #define FT_ERR 0x0800 /* Frame Track Error */ | ||
| 1895 | #define OVR 0x1000 /* FIFO Overflow Error */ | ||
| 1896 | #define UNDR 0x2000 /* FIFO Underrun Error */ | ||
| 1897 | #define ERR_DET 0x4000 /* Error Detected Indicator */ | ||
| 1898 | #define ERR_NCOR 0x8000 /* Error Not Corrected Indicator */ | ||
| 1899 | |||
| 1900 | |||
| 1901 | /* ********** DMA CONTROLLER MASKS ***********************/ | ||
| 1902 | /* DMAx_CONFIG, MDMA_yy_CONFIG Masks */ | ||
| 1903 | #define DMAEN 0x0001 /* Channel Enable */ | ||
| 1904 | #define WNR 0x0002 /* Channel Direction (W/R*) */ | ||
| 1905 | #define WDSIZE_8 0x0000 /* Word Size 8 bits */ | ||
| 1906 | #define WDSIZE_16 0x0004 /* Word Size 16 bits */ | ||
| 1907 | #define WDSIZE_32 0x0008 /* Word Size 32 bits */ | ||
| 1908 | #define DMA2D 0x0010 /* 2D/1D* Mode */ | ||
| 1909 | #define RESTART 0x0020 /* Restart */ | ||
| 1910 | #define DI_SEL 0x0040 /* Data Interrupt Select */ | ||
| 1911 | #define DI_EN 0x0080 /* Data Interrupt Enable */ | ||
| 1912 | #define NDSIZE 0x0900 /* Next Descriptor Size */ | ||
| 1913 | #define NDSIZE_0 0x0000 /* Next Descriptor Size = 0 (Stop/Autobuffer) */ | ||
| 1914 | #define NDSIZE_1 0x0100 /* Next Descriptor Size = 1 */ | ||
| 1915 | #define NDSIZE_2 0x0200 /* Next Descriptor Size = 2 */ | ||
| 1916 | #define NDSIZE_3 0x0300 /* Next Descriptor Size = 3 */ | ||
| 1917 | #define NDSIZE_4 0x0400 /* Next Descriptor Size = 4 */ | ||
| 1918 | #define NDSIZE_5 0x0500 /* Next Descriptor Size = 5 */ | ||
| 1919 | #define NDSIZE_6 0x0600 /* Next Descriptor Size = 6 */ | ||
| 1920 | #define NDSIZE_7 0x0700 /* Next Descriptor Size = 7 */ | ||
| 1921 | #define NDSIZE_8 0x0800 /* Next Descriptor Size = 8 */ | ||
| 1922 | #define NDSIZE_9 0x0900 /* Next Descriptor Size = 9 */ | ||
| 1923 | |||
| 1924 | #define DMAFLOW 0x7000 /* Flow Control */ | ||
| 1925 | #define DMAFLOW_STOP 0x0000 /* Stop Mode */ | ||
| 1926 | #define DMAFLOW_AUTO 0x1000 /* Autobuffer Mode */ | ||
| 1927 | #define DMAFLOW_ARRAY 0x4000 /* Descriptor Array Mode */ | ||
| 1928 | #define DMAFLOW_SMALL 0x6000 /* Small Model Descriptor List Mode */ | ||
| 1929 | #define DMAFLOW_LARGE 0x7000 /* Large Model Descriptor List Mode */ | ||
| 1930 | |||
| 1931 | #define DMAEN_P 0x0 /* Channel Enable */ | ||
| 1932 | #define WNR_P 0x1 /* Channel Direction (W/R*) */ | ||
| 1933 | #define DMA2D_P 0x4 /* 2D/1D* Mode */ | ||
| 1934 | #define RESTART_P 0x5 /* Restart */ | ||
| 1935 | #define DI_SEL_P 0x6 /* Data Interrupt Select */ | ||
| 1936 | #define DI_EN_P 0x7 /* Data Interrupt Enable */ | ||
| 1937 | |||
| 1938 | /* DMAx_IRQ_STATUS, MDMA_yy_IRQ_STATUS Masks */ | ||
| 1939 | #define DMA_DONE 0x0001 /* DMA Done Indicator */ | ||
| 1940 | #define DMA_ERR 0x0002 /* DMA Error Indicator */ | ||
| 1941 | #define DFETCH 0x0004 /* Descriptor Fetch Indicator */ | ||
| 1942 | #define DMA_RUN 0x0008 /* DMA Running Indicator */ | ||
| 1943 | |||
| 1944 | #define DMA_DONE_P 0x0 /* DMA Done Indicator */ | ||
| 1945 | #define DMA_ERR_P 0x1 /* DMA Error Indicator */ | ||
| 1946 | #define DFETCH_P 0x2 /* Descriptor Fetch Indicator */ | ||
| 1947 | #define DMA_RUN_P 0x3 /* DMA Running Indicator */ | ||
| 1948 | |||
| 1949 | /* DMAx_PERIPHERAL_MAP, MDMA_yy_PERIPHERAL_MAP Masks */ | ||
| 1950 | |||
| 1951 | #define CTYPE 0x0040 /* DMA Channel Type Indicator */ | ||
| 1952 | #define CTYPE_P 0x6 /* DMA Channel Type Indicator BIT POSITION */ | ||
| 1953 | #define PCAP8 0x0080 /* DMA 8-bit Operation Indicator */ | ||
| 1954 | #define PCAP16 0x0100 /* DMA 16-bit Operation Indicator */ | ||
| 1955 | #define PCAP32 0x0200 /* DMA 32-bit Operation Indicator */ | ||
| 1956 | #define PCAPWR 0x0400 /* DMA Write Operation Indicator */ | ||
| 1957 | #define PCAPRD 0x0800 /* DMA Read Operation Indicator */ | ||
| 1958 | #define PMAP 0xF000 /* DMA Peripheral Map Field */ | ||
| 1959 | |||
| 1960 | /* PMAP Encodings For DMA Controller 0 */ | ||
| 1961 | #define PMAP_PPI 0x0000 /* PMAP PPI Port DMA */ | ||
| 1962 | #define PMAP_SPORT0RX 0x1000 /* PMAP SPORT0 Receive DMA */ | ||
| 1963 | #define PMAP_SPORT0TX 0x2000 /* PMAP SPORT0 Transmit DMA */ | ||
| 1964 | #define PMAP_SPORT1RX 0x3000 /* PMAP SPORT1 Receive DMA */ | ||
| 1965 | #define PMAP_SPORT1TX 0x4000 /* PMAP SPORT1 Transmit DMA */ | ||
| 1966 | #define PMAP_SPI0 0x5000 /* PMAP SPI DMA */ | ||
| 1967 | #define PMAP_UART0RX 0x6000 /* PMAP UART Receive DMA */ | ||
| 1968 | #define PMAP_UART0TX 0x7000 /* PMAP UART Transmit DMA */ | ||
| 1969 | |||
| 1970 | /* PMAP Encodings For DMA Controller 1 */ | ||
| 1971 | #define PMAP_SPORT2RX 0x0000 /* PMAP SPORT2 Receive DMA */ | ||
| 1972 | #define PMAP_SPORT2TX 0x1000 /* PMAP SPORT2 Transmit DMA */ | ||
| 1973 | #define PMAP_SPORT3RX 0x2000 /* PMAP SPORT3 Receive DMA */ | ||
| 1974 | #define PMAP_SPORT3TX 0x3000 /* PMAP SPORT3 Transmit DMA */ | ||
| 1975 | #define PMAP_SPI1 0x6000 /* PMAP SPI1 DMA */ | ||
| 1976 | #define PMAP_SPI2 0x7000 /* PMAP SPI2 DMA */ | ||
| 1977 | #define PMAP_UART1RX 0x8000 /* PMAP UART1 Receive DMA */ | ||
| 1978 | #define PMAP_UART1TX 0x9000 /* PMAP UART1 Transmit DMA */ | ||
| 1979 | #define PMAP_UART2RX 0xA000 /* PMAP UART2 Receive DMA */ | ||
| 1980 | #define PMAP_UART2TX 0xB000 /* PMAP UART2 Transmit DMA */ | ||
| 1981 | |||
| 1982 | |||
| 1983 | /* ************* GENERAL PURPOSE TIMER MASKS ******************** */ | ||
| 1984 | /* PWM Timer bit definitions */ | ||
| 1985 | /* TIMER_ENABLE Register */ | ||
| 1986 | #define TIMEN0 0x0001 /* Enable Timer 0 */ | ||
| 1987 | #define TIMEN1 0x0002 /* Enable Timer 1 */ | ||
| 1988 | #define TIMEN2 0x0004 /* Enable Timer 2 */ | ||
| 1989 | |||
| 1990 | #define TIMEN0_P 0x00 | ||
| 1991 | #define TIMEN1_P 0x01 | ||
| 1992 | #define TIMEN2_P 0x02 | ||
| 1993 | |||
| 1994 | /* TIMER_DISABLE Register */ | ||
| 1995 | #define TIMDIS0 0x0001 /* Disable Timer 0 */ | ||
| 1996 | #define TIMDIS1 0x0002 /* Disable Timer 1 */ | ||
| 1997 | #define TIMDIS2 0x0004 /* Disable Timer 2 */ | ||
| 1998 | |||
| 1999 | #define TIMDIS0_P 0x00 | ||
| 2000 | #define TIMDIS1_P 0x01 | ||
| 2001 | #define TIMDIS2_P 0x02 | ||
| 2002 | |||
| 2003 | /* TIMER_STATUS Register */ | ||
| 2004 | #define TIMIL0 0x0001 /* Timer 0 Interrupt */ | ||
| 2005 | #define TIMIL1 0x0002 /* Timer 1 Interrupt */ | ||
| 2006 | #define TIMIL2 0x0004 /* Timer 2 Interrupt */ | ||
| 2007 | #define TOVF_ERR0 0x0010 /* Timer 0 Counter Overflow */ | ||
| 2008 | #define TOVF_ERR1 0x0020 /* Timer 1 Counter Overflow */ | ||
| 2009 | #define TOVF_ERR2 0x0040 /* Timer 2 Counter Overflow */ | ||
| 2010 | #define TRUN0 0x1000 /* Timer 0 Slave Enable Status */ | ||
| 2011 | #define TRUN1 0x2000 /* Timer 1 Slave Enable Status */ | ||
| 2012 | #define TRUN2 0x4000 /* Timer 2 Slave Enable Status */ | ||
| 2013 | |||
| 2014 | #define TIMIL0_P 0x00 | ||
| 2015 | #define TIMIL1_P 0x01 | ||
| 2016 | #define TIMIL2_P 0x02 | ||
| 2017 | #define TOVF_ERR0_P 0x04 | ||
| 2018 | #define TOVF_ERR1_P 0x05 | ||
| 2019 | #define TOVF_ERR2_P 0x06 | ||
| 2020 | #define TRUN0_P 0x0C | ||
| 2021 | #define TRUN1_P 0x0D | ||
| 2022 | #define TRUN2_P 0x0E | ||
| 2023 | |||
| 2024 | /* Alternate Deprecated Macros Provided For Backwards Code Compatibility */ | ||
| 2025 | #define TOVL_ERR0 TOVF_ERR0 | ||
| 2026 | #define TOVL_ERR1 TOVF_ERR1 | ||
| 2027 | #define TOVL_ERR2 TOVF_ERR2 | ||
| 2028 | #define TOVL_ERR0_P TOVF_ERR0_P | ||
| 2029 | #define TOVL_ERR1_P TOVF_ERR1_P | ||
| 2030 | #define TOVL_ERR2_P TOVF_ERR2_P | ||
| 2031 | |||
| 2032 | /* TIMERx_CONFIG Registers */ | ||
| 2033 | #define PWM_OUT 0x0001 | ||
| 2034 | #define WDTH_CAP 0x0002 | ||
| 2035 | #define EXT_CLK 0x0003 | ||
| 2036 | #define PULSE_HI 0x0004 | ||
| 2037 | #define PERIOD_CNT 0x0008 | ||
| 2038 | #define IRQ_ENA 0x0010 | ||
| 2039 | #define TIN_SEL 0x0020 | ||
| 2040 | #define OUT_DIS 0x0040 | ||
| 2041 | #define CLK_SEL 0x0080 | ||
| 2042 | #define TOGGLE_HI 0x0100 | ||
| 2043 | #define EMU_RUN 0x0200 | ||
| 2044 | #ifdef _MISRA_RULES | ||
| 2045 | #define ERR_TYP(x) (((x) & 0x03u) << 14) | ||
| 2046 | #else | ||
| 2047 | #define ERR_TYP(x) (((x) & 0x03) << 14) | ||
| 2048 | #endif /* _MISRA_RULES */ | ||
| 2049 | |||
| 2050 | #define TMODE_P0 0x00 | ||
| 2051 | #define TMODE_P1 0x01 | ||
| 2052 | #define PULSE_HI_P 0x02 | ||
| 2053 | #define PERIOD_CNT_P 0x03 | ||
| 2054 | #define IRQ_ENA_P 0x04 | ||
| 2055 | #define TIN_SEL_P 0x05 | ||
| 2056 | #define OUT_DIS_P 0x06 | ||
| 2057 | #define CLK_SEL_P 0x07 | ||
| 2058 | #define TOGGLE_HI_P 0x08 | ||
| 2059 | #define EMU_RUN_P 0x09 | ||
| 2060 | #define ERR_TYP_P0 0x0E | ||
| 2061 | #define ERR_TYP_P1 0x0F | ||
| 2062 | |||
| 2063 | |||
| 2064 | /*/ ****************** GENERAL-PURPOSE I/O ********************* */ | ||
| 2065 | /* Flag I/O (FIO_) Masks */ | ||
| 2066 | #define PF0 0x0001 | ||
| 2067 | #define PF1 0x0002 | ||
| 2068 | #define PF2 0x0004 | ||
| 2069 | #define PF3 0x0008 | ||
| 2070 | #define PF4 0x0010 | ||
| 2071 | #define PF5 0x0020 | ||
| 2072 | #define PF6 0x0040 | ||
| 2073 | #define PF7 0x0080 | ||
| 2074 | #define PF8 0x0100 | ||
| 2075 | #define PF9 0x0200 | ||
| 2076 | #define PF10 0x0400 | ||
| 2077 | #define PF11 0x0800 | ||
| 2078 | #define PF12 0x1000 | ||
| 2079 | #define PF13 0x2000 | ||
| 2080 | #define PF14 0x4000 | ||
| 2081 | #define PF15 0x8000 | ||
| 2082 | |||
| 2083 | /* PORT F BIT POSITIONS */ | ||
| 2084 | #define PF0_P 0x0 | ||
| 2085 | #define PF1_P 0x1 | ||
| 2086 | #define PF2_P 0x2 | ||
| 2087 | #define PF3_P 0x3 | ||
| 2088 | #define PF4_P 0x4 | ||
| 2089 | #define PF5_P 0x5 | ||
| 2090 | #define PF6_P 0x6 | ||
| 2091 | #define PF7_P 0x7 | ||
| 2092 | #define PF8_P 0x8 | ||
| 2093 | #define PF9_P 0x9 | ||
| 2094 | #define PF10_P 0xA | ||
| 2095 | #define PF11_P 0xB | ||
| 2096 | #define PF12_P 0xC | ||
| 2097 | #define PF13_P 0xD | ||
| 2098 | #define PF14_P 0xE | ||
| 2099 | #define PF15_P 0xF | ||
| 2100 | |||
| 2101 | |||
| 2102 | /******************* GPIO MASKS *********************/ | ||
| 2103 | /* Port C Masks */ | ||
| 2104 | #define PC0 0x0001 | ||
| 2105 | #define PC1 0x0002 | ||
| 2106 | #define PC4 0x0010 | ||
| 2107 | #define PC5 0x0020 | ||
| 2108 | #define PC6 0x0040 | ||
| 2109 | #define PC7 0x0080 | ||
| 2110 | #define PC8 0x0100 | ||
| 2111 | #define PC9 0x0200 | ||
| 2112 | /* Port C Bit Positions */ | ||
| 2113 | #define PC0_P 0x0 | ||
| 2114 | #define PC1_P 0x1 | ||
| 2115 | #define PC4_P 0x4 | ||
| 2116 | #define PC5_P 0x5 | ||
| 2117 | #define PC6_P 0x6 | ||
| 2118 | #define PC7_P 0x7 | ||
| 2119 | #define PC8_P 0x8 | ||
| 2120 | #define PC9_P 0x9 | ||
| 2121 | |||
| 2122 | /* Port D */ | ||
| 2123 | #define PD0 0x0001 | ||
| 2124 | #define PD1 0x0002 | ||
| 2125 | #define PD2 0x0004 | ||
| 2126 | #define PD3 0x0008 | ||
| 2127 | #define PD4 0x0010 | ||
| 2128 | #define PD5 0x0020 | ||
| 2129 | #define PD6 0x0040 | ||
| 2130 | #define PD7 0x0080 | ||
| 2131 | #define PD8 0x0100 | ||
| 2132 | #define PD9 0x0200 | ||
| 2133 | #define PD10 0x0400 | ||
| 2134 | #define PD11 0x0800 | ||
| 2135 | #define PD12 0x1000 | ||
| 2136 | #define PD13 0x2000 | ||
| 2137 | #define PD14 0x4000 | ||
| 2138 | #define PD15 0x8000 | ||
| 2139 | /* Port D Bit Positions */ | ||
| 2140 | #define PD0_P 0x0 | ||
| 2141 | #define PD1_P 0x1 | ||
| 2142 | #define PD2_P 0x2 | ||
| 2143 | #define PD3_P 0x3 | ||
| 2144 | #define PD4_P 0x4 | ||
| 2145 | #define PD5_P 0x5 | ||
| 2146 | #define PD6_P 0x6 | ||
| 2147 | #define PD7_P 0x7 | ||
| 2148 | #define PD8_P 0x8 | ||
| 2149 | #define PD9_P 0x9 | ||
| 2150 | #define PD10_P 0xA | ||
| 2151 | #define PD11_P 0xB | ||
| 2152 | #define PD12_P 0xC | ||
| 2153 | #define PD13_P 0xD | ||
| 2154 | #define PD14_P 0xE | ||
| 2155 | #define PD15_P 0xF | ||
| 2156 | |||
| 2157 | /* Port E */ | ||
| 2158 | #define PE0 0x0001 | ||
| 2159 | #define PE1 0x0002 | ||
| 2160 | #define PE2 0x0004 | ||
| 2161 | #define PE3 0x0008 | ||
| 2162 | #define PE4 0x0010 | ||
| 2163 | #define PE5 0x0020 | ||
| 2164 | #define PE6 0x0040 | ||
| 2165 | #define PE7 0x0080 | ||
| 2166 | #define PE8 0x0100 | ||
| 2167 | #define PE9 0x0200 | ||
| 2168 | #define PE10 0x0400 | ||
| 2169 | #define PE11 0x0800 | ||
| 2170 | #define PE12 0x1000 | ||
| 2171 | #define PE13 0x2000 | ||
| 2172 | #define PE14 0x4000 | ||
| 2173 | #define PE15 0x8000 | ||
| 2174 | /* Port E Bit Positions */ | ||
| 2175 | #define PE0_P 0x0 | ||
| 2176 | #define PE1_P 0x1 | ||
| 2177 | #define PE2_P 0x2 | ||
| 2178 | #define PE3_P 0x3 | ||
| 2179 | #define PE4_P 0x4 | ||
| 2180 | #define PE5_P 0x5 | ||
| 2181 | #define PE6_P 0x6 | ||
| 2182 | #define PE7_P 0x7 | ||
| 2183 | #define PE8_P 0x8 | ||
| 2184 | #define PE9_P 0x9 | ||
| 2185 | #define PE10_P 0xA | ||
| 2186 | #define PE11_P 0xB | ||
| 2187 | #define PE12_P 0xC | ||
| 2188 | #define PE13_P 0xD | ||
| 2189 | #define PE14_P 0xE | ||
| 2190 | #define PE15_P 0xF | ||
| 2191 | |||
| 2192 | |||
| 2193 | /* *********** SERIAL PERIPHERAL INTERFACE (SPI) MASKS **************** */ | ||
| 2194 | /* SPIx_CTL Masks */ | ||
| 2195 | #define TIMOD 0x0003 /* Transfer Initiate Mode */ | ||
| 2196 | #define RDBR_CORE 0x0000 /* RDBR Read Initiates, IRQ When RDBR Full */ | ||
| 2197 | #define TDBR_CORE 0x0001 /* TDBR Write Initiates, IRQ When TDBR Empty */ | ||
| 2198 | #define RDBR_DMA 0x0002 /* DMA Read, DMA Until FIFO Empty */ | ||
| 2199 | #define TDBR_DMA 0x0003 /* DMA Write, DMA Until FIFO Full */ | ||
| 2200 | #define SZ 0x0004 /* Send Zero (When TDBR Empty, Send Zero/Last*) */ | ||
| 2201 | #define GM 0x0008 /* Get More (When RDBR Full, Overwrite/Discard*) */ | ||
| 2202 | #define PSSE 0x0010 /* Slave-Select Input Enable */ | ||
| 2203 | #define EMISO 0x0020 /* Enable MISO As Output */ | ||
| 2204 | #define SIZE 0x0100 /* Size of Words (16/8* Bits) */ | ||
| 2205 | #define LSBF 0x0200 /* LSB First */ | ||
| 2206 | #define CPHA 0x0400 /* Clock Phase */ | ||
| 2207 | #define CPOL 0x0800 /* Clock Polarity */ | ||
| 2208 | #define MSTR 0x1000 /* Master/Slave* */ | ||
| 2209 | #define WOM 0x2000 /* Write Open Drain Master */ | ||
| 2210 | #define SPE 0x4000 /* SPI Enable */ | ||
| 2211 | |||
| 2212 | /* SPIx_FLG Masks */ | ||
| 2213 | #define FLS1 0x0002 /* Enables (=1) SPI_FLOUT1 as flag output for SPI Slave-select */ | ||
| 2214 | #define FLS2 0x0004 /* Enables (=1) SPI_FLOUT2 as flag output for SPI Slave-select */ | ||
| 2215 | #define FLS3 0x0008 /* Enables (=1) SPI_FLOUT3 as flag output for SPI Slave-select */ | ||
| 2216 | #define FLS4 0x0010 /* Enables (=1) SPI_FLOUT4 as flag output for SPI Slave-select */ | ||
| 2217 | #define FLS5 0x0020 /* Enables (=1) SPI_FLOUT5 as flag output for SPI Slave-select */ | ||
| 2218 | #define FLS6 0x0040 /* Enables (=1) SPI_FLOUT6 as flag output for SPI Slave-select */ | ||
| 2219 | #define FLS7 0x0080 /* Enables (=1) SPI_FLOUT7 as flag output for SPI Slave-select */ | ||
| 2220 | |||
| 2221 | #define FLG1 0x0200 /* Activates (=0) SPI_FLOUT1 as flag output for SPI Slave-select */ | ||
| 2222 | #define FLG2 0x0400 /* Activates (=0) SPI_FLOUT2 as flag output for SPI Slave-select */ | ||
| 2223 | #define FLG3 0x0800 /* Activates (=0) SPI_FLOUT3 as flag output for SPI Slave-select */ | ||
| 2224 | #define FLG4 0x1000 /* Activates (=0) SPI_FLOUT4 as flag output for SPI Slave-select */ | ||
| 2225 | #define FLG5 0x2000 /* Activates (=0) SPI_FLOUT5 as flag output for SPI Slave-select */ | ||
| 2226 | #define FLG6 0x4000 /* Activates (=0) SPI_FLOUT6 as flag output for SPI Slave-select */ | ||
| 2227 | #define FLG7 0x8000 /* Activates (=0) SPI_FLOUT7 as flag output for SPI Slave-select */ | ||
| 2228 | |||
| 2229 | /* SPIx_FLG Bit Positions */ | ||
| 2230 | #define FLS1_P 0x0001 /* Enables (=1) SPI_FLOUT1 as flag output for SPI Slave-select */ | ||
| 2231 | #define FLS2_P 0x0002 /* Enables (=1) SPI_FLOUT2 as flag output for SPI Slave-select */ | ||
| 2232 | #define FLS3_P 0x0003 /* Enables (=1) SPI_FLOUT3 as flag output for SPI Slave-select */ | ||
| 2233 | #define FLS4_P 0x0004 /* Enables (=1) SPI_FLOUT4 as flag output for SPI Slave-select */ | ||
| 2234 | #define FLS5_P 0x0005 /* Enables (=1) SPI_FLOUT5 as flag output for SPI Slave-select */ | ||
| 2235 | #define FLS6_P 0x0006 /* Enables (=1) SPI_FLOUT6 as flag output for SPI Slave-select */ | ||
| 2236 | #define FLS7_P 0x0007 /* Enables (=1) SPI_FLOUT7 as flag output for SPI Slave-select */ | ||
| 2237 | #define FLG1_P 0x0009 /* Activates (=0) SPI_FLOUT1 as flag output for SPI Slave-select */ | ||
| 2238 | #define FLG2_P 0x000A /* Activates (=0) SPI_FLOUT2 as flag output for SPI Slave-select */ | ||
| 2239 | #define FLG3_P 0x000B /* Activates (=0) SPI_FLOUT3 as flag output for SPI Slave-select */ | ||
| 2240 | #define FLG4_P 0x000C /* Activates (=0) SPI_FLOUT4 as flag output for SPI Slave-select */ | ||
| 2241 | #define FLG5_P 0x000D /* Activates (=0) SPI_FLOUT5 as flag output for SPI Slave-select */ | ||
| 2242 | #define FLG6_P 0x000E /* Activates (=0) SPI_FLOUT6 as flag output for SPI Slave-select */ | ||
| 2243 | #define FLG7_P 0x000F /* Activates (=0) SPI_FLOUT7 as flag output for SPI Slave-select */ | ||
| 2244 | |||
| 2245 | /* SPIx_STAT Masks */ | ||
| 2246 | #define SPIF 0x0001 /* Set (=1) when SPI single-word transfer complete */ | ||
| 2247 | #define MODF 0x0002 /* Set (=1) in a master device when some other device tries to become master */ | ||
| 2248 | #define TXE 0x0004 /* Set (=1) when transmission occurs with no new data in SPI_TDBR */ | ||
| 2249 | #define TXS 0x0008 /* SPI_TDBR Data Buffer Status (0=Empty, 1=Full) */ | ||
| 2250 | #define RBSY 0x0010 /* Set (=1) when data is received with RDBR full */ | ||
| 2251 | #define RXS 0x0020 /* SPI_RDBR Data Buffer Status (0=Empty, 1=Full) */ | ||
| 2252 | #define TXCOL 0x0040 /* When set (=1), corrupt data may have been transmitted */ | ||
| 2253 | |||
| 2254 | /* SPIx_FLG Masks */ | ||
| 2255 | #define FLG1E 0xFDFF /* Activates SPI_FLOUT1 */ | ||
| 2256 | #define FLG2E 0xFBFF /* Activates SPI_FLOUT2 */ | ||
| 2257 | #define FLG3E 0xF7FF /* Activates SPI_FLOUT3 */ | ||
| 2258 | #define FLG4E 0xEFFF /* Activates SPI_FLOUT4 */ | ||
| 2259 | #define FLG5E 0xDFFF /* Activates SPI_FLOUT5 */ | ||
| 2260 | #define FLG6E 0xBFFF /* Activates SPI_FLOUT6 */ | ||
| 2261 | #define FLG7E 0x7FFF /* Activates SPI_FLOUT7 */ | ||
| 2262 | |||
| 2263 | |||
| 2264 | /* ********************* ASYNCHRONOUS MEMORY CONTROLLER MASKS ************* */ | ||
| 2265 | /* EBIU_AMGCTL Masks */ | ||
| 2266 | #define AMCKEN 0x0001 /* Enable CLKOUT */ | ||
| 2267 | #define AMBEN_NONE 0x0000 /* All Banks Disabled */ | ||
| 2268 | #define AMBEN_B0 0x0002 /* Enable Asynchronous Memory Bank 0 only */ | ||
| 2269 | #define AMBEN_B0_B1 0x0004 /* Enable Asynchronous Memory Banks 0 & 1 only */ | ||
| 2270 | #define AMBEN_B0_B1_B2 0x0006 /* Enable Asynchronous Memory Banks 0, 1, and 2 */ | ||
| 2271 | #define AMBEN_ALL 0x0008 /* Enable Asynchronous Memory Banks (all) 0, 1, 2, and 3 */ | ||
| 2272 | #define CDPRIO 0x0100 /* DMA has priority over core for for external accesses */ | ||
| 2273 | |||
| 2274 | /* EBIU_AMGCTL Bit Positions */ | ||
| 2275 | #define AMCKEN_P 0x0000 /* Enable CLKOUT */ | ||
| 2276 | #define AMBEN_P0 0x0001 /* Asynchronous Memory Enable, 000 - banks 0-3 disabled, 001 - Bank 0 enabled */ | ||
| 2277 | #define AMBEN_P1 0x0002 /* Asynchronous Memory Enable, 010 - banks 0&1 enabled, 011 - banks 0-3 enabled */ | ||
| 2278 | #define AMBEN_P2 0x0003 /* Asynchronous Memory Enable, 1xx - All banks (bank 0, 1, 2, and 3) enabled */ | ||
| 2279 | |||
| 2280 | /* EBIU_AMBCTL0 Masks */ | ||
| 2281 | #define B0RDYEN 0x00000001 /* Bank 0 RDY Enable, 0=disable, 1=enable */ | ||
| 2282 | #define B0RDYPOL 0x00000002 /* Bank 0 RDY Active high, 0=active low, 1=active high */ | ||
| 2283 | #define B0TT_1 0x00000004 /* Bank 0 Transition Time from Read to Write = 1 cycle */ | ||
| 2284 | #define B0TT_2 0x00000008 /* Bank 0 Transition Time from Read to Write = 2 cycles */ | ||
| 2285 | #define B0TT_3 0x0000000C /* Bank 0 Transition Time from Read to Write = 3 cycles */ | ||
| 2286 | #define B0TT_4 0x00000000 /* Bank 0 Transition Time from Read to Write = 4 cycles */ | ||
| 2287 | #define B0ST_1 0x00000010 /* Bank 0 Setup Time from AOE asserted to Read/Write asserted=1 cycle */ | ||
| 2288 | #define B0ST_2 0x00000020 /* Bank 0 Setup Time from AOE asserted to Read/Write asserted=2 cycles */ | ||
| 2289 | #define B0ST_3 0x00000030 /* Bank 0 Setup Time from AOE asserted to Read/Write asserted=3 cycles */ | ||
| 2290 | #define B0ST_4 0x00000000 /* Bank 0 Setup Time from AOE asserted to Read/Write asserted=4 cycles */ | ||
| 2291 | #define B0HT_1 0x00000040 /* Bank 0 Hold Time from Read/Write deasserted to AOE deasserted = 1 cycle */ | ||
| 2292 | #define B0HT_2 0x00000080 /* Bank 0 Hold Time from Read/Write deasserted to AOE deasserted = 2 cycles */ | ||
| 2293 | #define B0HT_3 0x000000C0 /* Bank 0 Hold Time from Read/Write deasserted to AOE deasserted = 3 cycles */ | ||
| 2294 | #define B0HT_0 0x00000000 /* Bank 0 Hold Time from Read/Write deasserted to AOE deasserted = 0 cycles */ | ||
| 2295 | #define B0RAT_1 0x00000100 /* Bank 0 Read Access Time = 1 cycle */ | ||
| 2296 | #define B0RAT_2 0x00000200 /* Bank 0 Read Access Time = 2 cycles */ | ||
| 2297 | #define B0RAT_3 0x00000300 /* Bank 0 Read Access Time = 3 cycles */ | ||
| 2298 | #define B0RAT_4 0x00000400 /* Bank 0 Read Access Time = 4 cycles */ | ||
| 2299 | #define B0RAT_5 0x00000500 /* Bank 0 Read Access Time = 5 cycles */ | ||
| 2300 | #define B0RAT_6 0x00000600 /* Bank 0 Read Access Time = 6 cycles */ | ||
| 2301 | #define B0RAT_7 0x00000700 /* Bank 0 Read Access Time = 7 cycles */ | ||
| 2302 | #define B0RAT_8 0x00000800 /* Bank 0 Read Access Time = 8 cycles */ | ||
| 2303 | #define B0RAT_9 0x00000900 /* Bank 0 Read Access Time = 9 cycles */ | ||
| 2304 | #define B0RAT_10 0x00000A00 /* Bank 0 Read Access Time = 10 cycles */ | ||
| 2305 | #define B0RAT_11 0x00000B00 /* Bank 0 Read Access Time = 11 cycles */ | ||
| 2306 | #define B0RAT_12 0x00000C00 /* Bank 0 Read Access Time = 12 cycles */ | ||
| 2307 | #define B0RAT_13 0x00000D00 /* Bank 0 Read Access Time = 13 cycles */ | ||
| 2308 | #define B0RAT_14 0x00000E00 /* Bank 0 Read Access Time = 14 cycles */ | ||
| 2309 | #define B0RAT_15 0x00000F00 /* Bank 0 Read Access Time = 15 cycles */ | ||
| 2310 | #define B0WAT_1 0x00001000 /* Bank 0 Write Access Time = 1 cycle */ | ||
| 2311 | #define B0WAT_2 0x00002000 /* Bank 0 Write Access Time = 2 cycles */ | ||
| 2312 | #define B0WAT_3 0x00003000 /* Bank 0 Write Access Time = 3 cycles */ | ||
| 2313 | #define B0WAT_4 0x00004000 /* Bank 0 Write Access Time = 4 cycles */ | ||
| 2314 | #define B0WAT_5 0x00005000 /* Bank 0 Write Access Time = 5 cycles */ | ||
| 2315 | #define B0WAT_6 0x00006000 /* Bank 0 Write Access Time = 6 cycles */ | ||
| 2316 | #define B0WAT_7 0x00007000 /* Bank 0 Write Access Time = 7 cycles */ | ||
| 2317 | #define B0WAT_8 0x00008000 /* Bank 0 Write Access Time = 8 cycles */ | ||
| 2318 | #define B0WAT_9 0x00009000 /* Bank 0 Write Access Time = 9 cycles */ | ||
| 2319 | #define B0WAT_10 0x0000A000 /* Bank 0 Write Access Time = 10 cycles */ | ||
| 2320 | #define B0WAT_11 0x0000B000 /* Bank 0 Write Access Time = 11 cycles */ | ||
| 2321 | #define B0WAT_12 0x0000C000 /* Bank 0 Write Access Time = 12 cycles */ | ||
| 2322 | #define B0WAT_13 0x0000D000 /* Bank 0 Write Access Time = 13 cycles */ | ||
| 2323 | #define B0WAT_14 0x0000E000 /* Bank 0 Write Access Time = 14 cycles */ | ||
| 2324 | #define B0WAT_15 0x0000F000 /* Bank 0 Write Access Time = 15 cycles */ | ||
| 2325 | #define B1RDYEN 0x00010000 /* Bank 1 RDY enable, 0=disable, 1=enable */ | ||
| 2326 | #define B1RDYPOL 0x00020000 /* Bank 1 RDY Active high, 0=active low, 1=active high */ | ||
| 2327 | #define B1TT_1 0x00040000 /* Bank 1 Transition Time from Read to Write = 1 cycle */ | ||
| 2328 | #define B1TT_2 0x00080000 /* Bank 1 Transition Time from Read to Write = 2 cycles */ | ||
| 2329 | #define B1TT_3 0x000C0000 /* Bank 1 Transition Time from Read to Write = 3 cycles */ | ||
| 2330 | #define B1TT_4 0x00000000 /* Bank 1 Transition Time from Read to Write = 4 cycles */ | ||
| 2331 | #define B1ST_1 0x00100000 /* Bank 1 Setup Time from AOE asserted to Read or Write asserted = 1 cycle */ | ||
| 2332 | #define B1ST_2 0x00200000 /* Bank 1 Setup Time from AOE asserted to Read or Write asserted = 2 cycles */ | ||
| 2333 | #define B1ST_3 0x00300000 /* Bank 1 Setup Time from AOE asserted to Read or Write asserted = 3 cycles */ | ||
| 2334 | #define B1ST_4 0x00000000 /* Bank 1 Setup Time from AOE asserted to Read or Write asserted = 4 cycles */ | ||
| 2335 | #define B1HT_1 0x00400000 /* Bank 1 Hold Time from Read or Write deasserted to AOE deasserted = 1 cycle */ | ||
| 2336 | #define B1HT_2 0x00800000 /* Bank 1 Hold Time from Read or Write deasserted to AOE deasserted = 2 cycles */ | ||
| 2337 | #define B1HT_3 0x00C00000 /* Bank 1 Hold Time from Read or Write deasserted to AOE deasserted = 3 cycles */ | ||
| 2338 | #define B1HT_0 0x00000000 /* Bank 1 Hold Time from Read or Write deasserted to AOE deasserted = 0 cycles */ | ||
| 2339 | #define B1RAT_1 0x01000000 /* Bank 1 Read Access Time = 1 cycle */ | ||
| 2340 | #define B1RAT_2 0x02000000 /* Bank 1 Read Access Time = 2 cycles */ | ||
| 2341 | #define B1RAT_3 0x03000000 /* Bank 1 Read Access Time = 3 cycles */ | ||
| 2342 | #define B1RAT_4 0x04000000 /* Bank 1 Read Access Time = 4 cycles */ | ||
| 2343 | #define B1RAT_5 0x05000000 /* Bank 1 Read Access Time = 5 cycles */ | ||
| 2344 | #define B1RAT_6 0x06000000 /* Bank 1 Read Access Time = 6 cycles */ | ||
| 2345 | #define B1RAT_7 0x07000000 /* Bank 1 Read Access Time = 7 cycles */ | ||
| 2346 | #define B1RAT_8 0x08000000 /* Bank 1 Read Access Time = 8 cycles */ | ||
| 2347 | #define B1RAT_9 0x09000000 /* Bank 1 Read Access Time = 9 cycles */ | ||
| 2348 | #define B1RAT_10 0x0A000000 /* Bank 1 Read Access Time = 10 cycles */ | ||
| 2349 | #define B1RAT_11 0x0B000000 /* Bank 1 Read Access Time = 11 cycles */ | ||
| 2350 | #define B1RAT_12 0x0C000000 /* Bank 1 Read Access Time = 12 cycles */ | ||
| 2351 | #define B1RAT_13 0x0D000000 /* Bank 1 Read Access Time = 13 cycles */ | ||
| 2352 | #define B1RAT_14 0x0E000000 /* Bank 1 Read Access Time = 14 cycles */ | ||
| 2353 | #define B1RAT_15 0x0F000000 /* Bank 1 Read Access Time = 15 cycles */ | ||
| 2354 | #define B1WAT_1 0x10000000 /* Bank 1 Write Access Time = 1 cycle */ | ||
| 2355 | #define B1WAT_2 0x20000000 /* Bank 1 Write Access Time = 2 cycles */ | ||
| 2356 | #define B1WAT_3 0x30000000 /* Bank 1 Write Access Time = 3 cycles */ | ||
| 2357 | #define B1WAT_4 0x40000000 /* Bank 1 Write Access Time = 4 cycles */ | ||
| 2358 | #define B1WAT_5 0x50000000 /* Bank 1 Write Access Time = 5 cycles */ | ||
| 2359 | #define B1WAT_6 0x60000000 /* Bank 1 Write Access Time = 6 cycles */ | ||
| 2360 | #define B1WAT_7 0x70000000 /* Bank 1 Write Access Time = 7 cycles */ | ||
| 2361 | #define B1WAT_8 0x80000000 /* Bank 1 Write Access Time = 8 cycles */ | ||
| 2362 | #define B1WAT_9 0x90000000 /* Bank 1 Write Access Time = 9 cycles */ | ||
| 2363 | #define B1WAT_10 0xA0000000 /* Bank 1 Write Access Time = 10 cycles */ | ||
| 2364 | #define B1WAT_11 0xB0000000 /* Bank 1 Write Access Time = 11 cycles */ | ||
| 2365 | #define B1WAT_12 0xC0000000 /* Bank 1 Write Access Time = 12 cycles */ | ||
| 2366 | #define B1WAT_13 0xD0000000 /* Bank 1 Write Access Time = 13 cycles */ | ||
| 2367 | #define B1WAT_14 0xE0000000 /* Bank 1 Write Access Time = 14 cycles */ | ||
| 2368 | #define B1WAT_15 0xF0000000 /* Bank 1 Write Access Time = 15 cycles */ | ||
| 2369 | |||
| 2370 | /* EBIU_AMBCTL1 Masks */ | ||
| 2371 | #define B2RDYEN 0x00000001 /* Bank 2 RDY Enable, 0=disable, 1=enable */ | ||
| 2372 | #define B2RDYPOL 0x00000002 /* Bank 2 RDY Active high, 0=active low, 1=active high */ | ||
| 2373 | #define B2TT_1 0x00000004 /* Bank 2 Transition Time from Read to Write = 1 cycle */ | ||
| 2374 | #define B2TT_2 0x00000008 /* Bank 2 Transition Time from Read to Write = 2 cycles */ | ||
| 2375 | #define B2TT_3 0x0000000C /* Bank 2 Transition Time from Read to Write = 3 cycles */ | ||
| 2376 | #define B2TT_4 0x00000000 /* Bank 2 Transition Time from Read to Write = 4 cycles */ | ||
| 2377 | #define B2ST_1 0x00000010 /* Bank 2 Setup Time from AOE asserted to Read or Write asserted = 1 cycle */ | ||
| 2378 | #define B2ST_2 0x00000020 /* Bank 2 Setup Time from AOE asserted to Read or Write asserted = 2 cycles */ | ||
| 2379 | #define B2ST_3 0x00000030 /* Bank 2 Setup Time from AOE asserted to Read or Write asserted = 3 cycles */ | ||
| 2380 | #define B2ST_4 0x00000000 /* Bank 2 Setup Time from AOE asserted to Read or Write asserted = 4 cycles */ | ||
| 2381 | #define B2HT_1 0x00000040 /* Bank 2 Hold Time from Read or Write deasserted to AOE deasserted = 1 cycle */ | ||
| 2382 | #define B2HT_2 0x00000080 /* Bank 2 Hold Time from Read or Write deasserted to AOE deasserted = 2 cycles */ | ||
| 2383 | #define B2HT_3 0x000000C0 /* Bank 2 Hold Time from Read or Write deasserted to AOE deasserted = 3 cycles */ | ||
| 2384 | #define B2HT_0 0x00000000 /* Bank 2 Hold Time from Read or Write deasserted to AOE deasserted = 0 cycles */ | ||
| 2385 | #define B2RAT_1 0x00000100 /* Bank 2 Read Access Time = 1 cycle */ | ||
| 2386 | #define B2RAT_2 0x00000200 /* Bank 2 Read Access Time = 2 cycles */ | ||
| 2387 | #define B2RAT_3 0x00000300 /* Bank 2 Read Access Time = 3 cycles */ | ||
| 2388 | #define B2RAT_4 0x00000400 /* Bank 2 Read Access Time = 4 cycles */ | ||
| 2389 | #define B2RAT_5 0x00000500 /* Bank 2 Read Access Time = 5 cycles */ | ||
| 2390 | #define B2RAT_6 0x00000600 /* Bank 2 Read Access Time = 6 cycles */ | ||
| 2391 | #define B2RAT_7 0x00000700 /* Bank 2 Read Access Time = 7 cycles */ | ||
| 2392 | #define B2RAT_8 0x00000800 /* Bank 2 Read Access Time = 8 cycles */ | ||
| 2393 | #define B2RAT_9 0x00000900 /* Bank 2 Read Access Time = 9 cycles */ | ||
| 2394 | #define B2RAT_10 0x00000A00 /* Bank 2 Read Access Time = 10 cycles */ | ||
| 2395 | #define B2RAT_11 0x00000B00 /* Bank 2 Read Access Time = 11 cycles */ | ||
| 2396 | #define B2RAT_12 0x00000C00 /* Bank 2 Read Access Time = 12 cycles */ | ||
| 2397 | #define B2RAT_13 0x00000D00 /* Bank 2 Read Access Time = 13 cycles */ | ||
| 2398 | #define B2RAT_14 0x00000E00 /* Bank 2 Read Access Time = 14 cycles */ | ||
| 2399 | #define B2RAT_15 0x00000F00 /* Bank 2 Read Access Time = 15 cycles */ | ||
| 2400 | #define B2WAT_1 0x00001000 /* Bank 2 Write Access Time = 1 cycle */ | ||
| 2401 | #define B2WAT_2 0x00002000 /* Bank 2 Write Access Time = 2 cycles */ | ||
| 2402 | #define B2WAT_3 0x00003000 /* Bank 2 Write Access Time = 3 cycles */ | ||
| 2403 | #define B2WAT_4 0x00004000 /* Bank 2 Write Access Time = 4 cycles */ | ||
| 2404 | #define B2WAT_5 0x00005000 /* Bank 2 Write Access Time = 5 cycles */ | ||
| 2405 | #define B2WAT_6 0x00006000 /* Bank 2 Write Access Time = 6 cycles */ | ||
| 2406 | #define B2WAT_7 0x00007000 /* Bank 2 Write Access Time = 7 cycles */ | ||
| 2407 | #define B2WAT_8 0x00008000 /* Bank 2 Write Access Time = 8 cycles */ | ||
| 2408 | #define B2WAT_9 0x00009000 /* Bank 2 Write Access Time = 9 cycles */ | ||
| 2409 | #define B2WAT_10 0x0000A000 /* Bank 2 Write Access Time = 10 cycles */ | ||
| 2410 | #define B2WAT_11 0x0000B000 /* Bank 2 Write Access Time = 11 cycles */ | ||
| 2411 | #define B2WAT_12 0x0000C000 /* Bank 2 Write Access Time = 12 cycles */ | ||
| 2412 | #define B2WAT_13 0x0000D000 /* Bank 2 Write Access Time = 13 cycles */ | ||
| 2413 | #define B2WAT_14 0x0000E000 /* Bank 2 Write Access Time = 14 cycles */ | ||
| 2414 | #define B2WAT_15 0x0000F000 /* Bank 2 Write Access Time = 15 cycles */ | ||
| 2415 | #define B3RDYEN 0x00010000 /* Bank 3 RDY enable, 0=disable, 1=enable */ | ||
| 2416 | #define B3RDYPOL 0x00020000 /* Bank 3 RDY Active high, 0=active low, 1=active high */ | ||
| 2417 | #define B3TT_1 0x00040000 /* Bank 3 Transition Time from Read to Write = 1 cycle */ | ||
| 2418 | #define B3TT_2 0x00080000 /* Bank 3 Transition Time from Read to Write = 2 cycles */ | ||
| 2419 | #define B3TT_3 0x000C0000 /* Bank 3 Transition Time from Read to Write = 3 cycles */ | ||
| 2420 | #define B3TT_4 0x00000000 /* Bank 3 Transition Time from Read to Write = 4 cycles */ | ||
| 2421 | #define B3ST_1 0x00100000 /* Bank 3 Setup Time from AOE asserted to Read or Write asserted = 1 cycle */ | ||
| 2422 | #define B3ST_2 0x00200000 /* Bank 3 Setup Time from AOE asserted to Read or Write asserted = 2 cycles */ | ||
| 2423 | #define B3ST_3 0x00300000 /* Bank 3 Setup Time from AOE asserted to Read or Write asserted = 3 cycles */ | ||
| 2424 | #define B3ST_4 0x00000000 /* Bank 3 Setup Time from AOE asserted to Read or Write asserted = 4 cycles */ | ||
| 2425 | #define B3HT_1 0x00400000 /* Bank 3 Hold Time from Read or Write deasserted to AOE deasserted = 1 cycle */ | ||
| 2426 | #define B3HT_2 0x00800000 /* Bank 3 Hold Time from Read or Write deasserted to AOE deasserted = 2 cycles */ | ||
| 2427 | #define B3HT_3 0x00C00000 /* Bank 3 Hold Time from Read or Write deasserted to AOE deasserted = 3 cycles */ | ||
| 2428 | #define B3HT_0 0x00000000 /* Bank 3 Hold Time from Read or Write deasserted to AOE deasserted = 0 cycles */ | ||
| 2429 | #define B3RAT_1 0x01000000 /* Bank 3 Read Access Time = 1 cycle */ | ||
| 2430 | #define B3RAT_2 0x02000000 /* Bank 3 Read Access Time = 2 cycles */ | ||
| 2431 | #define B3RAT_3 0x03000000 /* Bank 3 Read Access Time = 3 cycles */ | ||
| 2432 | #define B3RAT_4 0x04000000 /* Bank 3 Read Access Time = 4 cycles */ | ||
| 2433 | #define B3RAT_5 0x05000000 /* Bank 3 Read Access Time = 5 cycles */ | ||
| 2434 | #define B3RAT_6 0x06000000 /* Bank 3 Read Access Time = 6 cycles */ | ||
| 2435 | #define B3RAT_7 0x07000000 /* Bank 3 Read Access Time = 7 cycles */ | ||
| 2436 | #define B3RAT_8 0x08000000 /* Bank 3 Read Access Time = 8 cycles */ | ||
| 2437 | #define B3RAT_9 0x09000000 /* Bank 3 Read Access Time = 9 cycles */ | ||
| 2438 | #define B3RAT_10 0x0A000000 /* Bank 3 Read Access Time = 10 cycles */ | ||
| 2439 | #define B3RAT_11 0x0B000000 /* Bank 3 Read Access Time = 11 cycles */ | ||
| 2440 | #define B3RAT_12 0x0C000000 /* Bank 3 Read Access Time = 12 cycles */ | ||
| 2441 | #define B3RAT_13 0x0D000000 /* Bank 3 Read Access Time = 13 cycles */ | ||
| 2442 | #define B3RAT_14 0x0E000000 /* Bank 3 Read Access Time = 14 cycles */ | ||
| 2443 | #define B3RAT_15 0x0F000000 /* Bank 3 Read Access Time = 15 cycles */ | ||
| 2444 | #define B3WAT_1 0x10000000 /* Bank 3 Write Access Time = 1 cycle */ | ||
| 2445 | #define B3WAT_2 0x20000000 /* Bank 3 Write Access Time = 2 cycles */ | ||
| 2446 | #define B3WAT_3 0x30000000 /* Bank 3 Write Access Time = 3 cycles */ | ||
| 2447 | #define B3WAT_4 0x40000000 /* Bank 3 Write Access Time = 4 cycles */ | ||
| 2448 | #define B3WAT_5 0x50000000 /* Bank 3 Write Access Time = 5 cycles */ | ||
| 2449 | #define B3WAT_6 0x60000000 /* Bank 3 Write Access Time = 6 cycles */ | ||
| 2450 | #define B3WAT_7 0x70000000 /* Bank 3 Write Access Time = 7 cycles */ | ||
| 2451 | #define B3WAT_8 0x80000000 /* Bank 3 Write Access Time = 8 cycles */ | ||
| 2452 | #define B3WAT_9 0x90000000 /* Bank 3 Write Access Time = 9 cycles */ | ||
| 2453 | #define B3WAT_10 0xA0000000 /* Bank 3 Write Access Time = 10 cycles */ | ||
| 2454 | #define B3WAT_11 0xB0000000 /* Bank 3 Write Access Time = 11 cycles */ | ||
| 2455 | #define B3WAT_12 0xC0000000 /* Bank 3 Write Access Time = 12 cycles */ | ||
| 2456 | #define B3WAT_13 0xD0000000 /* Bank 3 Write Access Time = 13 cycles */ | ||
| 2457 | #define B3WAT_14 0xE0000000 /* Bank 3 Write Access Time = 14 cycles */ | ||
| 2458 | #define B3WAT_15 0xF0000000 /* Bank 3 Write Access Time = 15 cycles */ | ||
| 2459 | |||
| 2460 | /* ********************** SDRAM CONTROLLER MASKS *************************** */ | ||
| 2461 | /* EBIU_SDGCTL Masks */ | ||
| 2462 | #define SCTLE 0x00000001 /* Enable SCLK[0], /SRAS, /SCAS, /SWE, SDQM[3:0] */ | ||
| 2463 | #define CL_2 0x00000008 /* SDRAM CAS latency = 2 cycles */ | ||
| 2464 | #define CL_3 0x0000000C /* SDRAM CAS latency = 3 cycles */ | ||
| 2465 | #define PFE 0x00000010 /* Enable SDRAM prefetch */ | ||
| 2466 | #define PFP 0x00000020 /* Prefetch has priority over AMC requests */ | ||
| 2467 | #define PASR_ALL 0x00000000 /* All 4 SDRAM Banks Refreshed In Self-Refresh */ | ||
| 2468 | #define PASR_B0_B1 0x00000010 /* SDRAM Banks 0 and 1 Are Refreshed In Self-Refresh */ | ||
| 2469 | #define PASR_B0 0x00000020 /* Only SDRAM Bank 0 Is Refreshed In Self-Refresh */ | ||
| 2470 | #define TRAS_1 0x00000040 /* SDRAM tRAS = 1 cycle */ | ||
| 2471 | #define TRAS_2 0x00000080 /* SDRAM tRAS = 2 cycles */ | ||
| 2472 | #define TRAS_3 0x000000C0 /* SDRAM tRAS = 3 cycles */ | ||
| 2473 | #define TRAS_4 0x00000100 /* SDRAM tRAS = 4 cycles */ | ||
| 2474 | #define TRAS_5 0x00000140 /* SDRAM tRAS = 5 cycles */ | ||
| 2475 | #define TRAS_6 0x00000180 /* SDRAM tRAS = 6 cycles */ | ||
| 2476 | #define TRAS_7 0x000001C0 /* SDRAM tRAS = 7 cycles */ | ||
| 2477 | #define TRAS_8 0x00000200 /* SDRAM tRAS = 8 cycles */ | ||
| 2478 | #define TRAS_9 0x00000240 /* SDRAM tRAS = 9 cycles */ | ||
| 2479 | #define TRAS_10 0x00000280 /* SDRAM tRAS = 10 cycles */ | ||
| 2480 | #define TRAS_11 0x000002C0 /* SDRAM tRAS = 11 cycles */ | ||
| 2481 | #define TRAS_12 0x00000300 /* SDRAM tRAS = 12 cycles */ | ||
| 2482 | #define TRAS_13 0x00000340 /* SDRAM tRAS = 13 cycles */ | ||
| 2483 | #define TRAS_14 0x00000380 /* SDRAM tRAS = 14 cycles */ | ||
| 2484 | #define TRAS_15 0x000003C0 /* SDRAM tRAS = 15 cycles */ | ||
| 2485 | #define TRP_1 0x00000800 /* SDRAM tRP = 1 cycle */ | ||
| 2486 | #define TRP_2 0x00001000 /* SDRAM tRP = 2 cycles */ | ||
| 2487 | #define TRP_3 0x00001800 /* SDRAM tRP = 3 cycles */ | ||
| 2488 | #define TRP_4 0x00002000 /* SDRAM tRP = 4 cycles */ | ||
| 2489 | #define TRP_5 0x00002800 /* SDRAM tRP = 5 cycles */ | ||
| 2490 | #define TRP_6 0x00003000 /* SDRAM tRP = 6 cycles */ | ||
| 2491 | #define TRP_7 0x00003800 /* SDRAM tRP = 7 cycles */ | ||
| 2492 | #define TRCD_1 0x00008000 /* SDRAM tRCD = 1 cycle */ | ||
| 2493 | #define TRCD_2 0x00010000 /* SDRAM tRCD = 2 cycles */ | ||
| 2494 | #define TRCD_3 0x00018000 /* SDRAM tRCD = 3 cycles */ | ||
| 2495 | #define TRCD_4 0x00020000 /* SDRAM tRCD = 4 cycles */ | ||
| 2496 | #define TRCD_5 0x00028000 /* SDRAM tRCD = 5 cycles */ | ||
| 2497 | #define TRCD_6 0x00030000 /* SDRAM tRCD = 6 cycles */ | ||
| 2498 | #define TRCD_7 0x00038000 /* SDRAM tRCD = 7 cycles */ | ||
| 2499 | #define TWR_1 0x00080000 /* SDRAM tWR = 1 cycle */ | ||
| 2500 | #define TWR_2 0x00100000 /* SDRAM tWR = 2 cycles */ | ||
| 2501 | #define TWR_3 0x00180000 /* SDRAM tWR = 3 cycles */ | ||
| 2502 | #define PUPSD 0x00200000 /*Power-up start delay */ | ||
| 2503 | #define PSM 0x00400000 /* SDRAM power-up sequence = Precharge, mode register set, 8 CBR refresh cycles */ | ||
| 2504 | #define PSS 0x00800000 /* enable SDRAM power-up sequence on next SDRAM access */ | ||
| 2505 | #define SRFS 0x01000000 /* Start SDRAM self-refresh mode */ | ||
| 2506 | #define EBUFE 0x02000000 /* Enable external buffering timing */ | ||
| 2507 | #define FBBRW 0x04000000 /* Fast back-to-back read write enable */ | ||
| 2508 | #define EMREN 0x10000000 /* Extended mode register enable */ | ||
| 2509 | #define TCSR 0x20000000 /* Temp compensated self refresh value 85 deg C */ | ||
| 2510 | #define CDDBG 0x40000000 /* Tristate SDRAM controls during bus grant */ | ||
| 2511 | |||
| 2512 | /* EBIU_SDBCTL Masks */ | ||
| 2513 | #define EBE 0x00000001 /* Enable SDRAM external bank */ | ||
| 2514 | #define EBSZ_16 0x00000000 /* SDRAM external bank size = 16MB */ | ||
| 2515 | #define EBSZ_32 0x00000002 /* SDRAM external bank size = 32MB */ | ||
| 2516 | #define EBSZ_64 0x00000004 /* SDRAM external bank size = 64MB */ | ||
| 2517 | #define EBSZ_128 0x00000006 /* SDRAM external bank size = 128MB */ | ||
| 2518 | #define EBSZ_256 0x00000008 /* SDRAM External Bank Size = 256MB */ | ||
| 2519 | #define EBSZ_512 0x0000000A /* SDRAM External Bank Size = 512MB */ | ||
| 2520 | #define EBCAW_8 0x00000000 /* SDRAM external bank column address width = 8 bits */ | ||
| 2521 | #define EBCAW_9 0x00000010 /* SDRAM external bank column address width = 9 bits */ | ||
| 2522 | #define EBCAW_10 0x00000020 /* SDRAM external bank column address width = 9 bits */ | ||
| 2523 | #define EBCAW_11 0x00000030 /* SDRAM external bank column address width = 9 bits */ | ||
| 2524 | |||
| 2525 | /* EBIU_SDSTAT Masks */ | ||
| 2526 | #define SDCI 0x00000001 /* SDRAM controller is idle */ | ||
| 2527 | #define SDSRA 0x00000002 /* SDRAM SDRAM self refresh is active */ | ||
| 2528 | #define SDPUA 0x00000004 /* SDRAM power up active */ | ||
| 2529 | #define SDRS 0x00000008 /* SDRAM is in reset state */ | ||
| 2530 | #define SDEASE 0x00000010 /* SDRAM EAB sticky error status - W1C */ | ||
| 2531 | #define BGSTAT 0x00000020 /* Bus granted */ | ||
| 2532 | |||
| 2533 | |||
| 2534 | /* ******************** TWO-WIRE INTERFACE (TWIx) MASKS ***********************/ | ||
| 2535 | /* TWIx_CLKDIV Macros (Use: *pTWIx_CLKDIV = CLKLOW(x)|CLKHI(y); ) */ | ||
| 2536 | #ifdef _MISRA_RULES | ||
| 2537 | #define CLKLOW(x) ((x) & 0xFFu) /* Periods Clock Is Held Low */ | ||
| 2538 | #define CLKHI(y) (((y)&0xFFu)<<0x8) /* Periods Before New Clock Low */ | ||
| 2539 | #else | ||
| 2540 | #define CLKLOW(x) ((x) & 0xFF) /* Periods Clock Is Held Low */ | ||
| 2541 | #define CLKHI(y) (((y)&0xFF)<<0x8) /* Periods Before New Clock Low */ | ||
| 2542 | #endif /* _MISRA_RULES */ | ||
| 2543 | |||
| 2544 | /* TWIx_PRESCALE Masks */ | ||
| 2545 | #define PRESCALE 0x007F /* SCLKs Per Internal Time Reference (10MHz) */ | ||
| 2546 | #define TWI_ENA 0x0080 /* TWI Enable */ | ||
| 2547 | #define SCCB 0x0200 /* SCCB Compatibility Enable */ | ||
| 2548 | |||
| 2549 | /* TWIx_SLAVE_CTRL Masks */ | ||
| 2550 | #define SEN 0x0001 /* Slave Enable */ | ||
| 2551 | #define SADD_LEN 0x0002 /* Slave Address Length */ | ||
| 2552 | #define STDVAL 0x0004 /* Slave Transmit Data Valid */ | ||
| 2553 | #define NAK 0x0008 /* NAK/ACK* Generated At Conclusion Of Transfer */ | ||
| 2554 | #define GEN 0x0010 /* General Call Adrress Matching Enabled */ | ||
| 2555 | |||
| 2556 | /* TWIx_SLAVE_STAT Masks */ | ||
| 2557 | #define SDIR 0x0001 /* Slave Transfer Direction (Transmit/Receive*) */ | ||
| 2558 | #define GCALL 0x0002 /* General Call Indicator */ | ||
| 2559 | |||
| 2560 | /* TWIx_MASTER_CTRL Masks */ | ||
| 2561 | #define MEN 0x0001 /* Master Mode Enable */ | ||
| 2562 | #define MADD_LEN 0x0002 /* Master Address Length */ | ||
| 2563 | #define MDIR 0x0004 /* Master Transmit Direction (RX/TX*) */ | ||
| 2564 | #define FAST 0x0008 /* Use Fast Mode Timing Specs */ | ||
| 2565 | #define STOP 0x0010 /* Issue Stop Condition */ | ||
| 2566 | #define RSTART 0x0020 /* Repeat Start or Stop* At End Of Transfer */ | ||
| 2567 | #define DCNT 0x3FC0 /* Data Bytes To Transfer */ | ||
| 2568 | #define SDAOVR 0x4000 /* Serial Data Override */ | ||
| 2569 | #define SCLOVR 0x8000 /* Serial Clock Override */ | ||
| 2570 | |||
| 2571 | /* TWIx_MASTER_STAT Masks */ | ||
| 2572 | #define MPROG 0x0001 /* Master Transfer In Progress */ | ||
| 2573 | #define LOSTARB 0x0002 /* Lost Arbitration Indicator (Xfer Aborted) */ | ||
| 2574 | #define ANAK 0x0004 /* Address Not Acknowledged */ | ||
| 2575 | #define DNAK 0x0008 /* Data Not Acknowledged */ | ||
| 2576 | #define BUFRDERR 0x0010 /* Buffer Read Error */ | ||
| 2577 | #define BUFWRERR 0x0020 /* Buffer Write Error */ | ||
| 2578 | #define SDASEN 0x0040 /* Serial Data Sense */ | ||
| 2579 | #define SCLSEN 0x0080 /* Serial Clock Sense */ | ||
| 2580 | #define BUSBUSY 0x0100 /* Bus Busy Indicator */ | ||
| 2581 | |||
| 2582 | /* TWIx_INT_SRC and TWIx_INT_ENABLE Masks */ | ||
| 2583 | #define SINIT 0x0001 /* Slave Transfer Initiated */ | ||
| 2584 | #define SCOMP 0x0002 /* Slave Transfer Complete */ | ||
| 2585 | #define SERR 0x0004 /* Slave Transfer Error */ | ||
| 2586 | #define SOVF 0x0008 /* Slave Overflow */ | ||
| 2587 | #define MCOMP 0x0010 /* Master Transfer Complete */ | ||
| 2588 | #define MERR 0x0020 /* Master Transfer Error */ | ||
| 2589 | #define XMTSERV 0x0040 /* Transmit FIFO Service */ | ||
| 2590 | #define RCVSERV 0x0080 /* Receive FIFO Service */ | ||
| 2591 | |||
| 2592 | /* TWIx_FIFO_CTRL Masks */ | ||
| 2593 | #define XMTFLUSH 0x0001 /* Transmit Buffer Flush */ | ||
| 2594 | #define RCVFLUSH 0x0002 /* Receive Buffer Flush */ | ||
| 2595 | #define XMTINTLEN 0x0004 /* Transmit Buffer Interrupt Length */ | ||
| 2596 | #define RCVINTLEN 0x0008 /* Receive Buffer Interrupt Length */ | ||
| 2597 | |||
| 2598 | /* TWIx_FIFO_STAT Masks */ | ||
| 2599 | #define XMTSTAT 0x0003 /* Transmit FIFO Status */ | ||
| 2600 | #define XMT_EMPTY 0x0000 /* Transmit FIFO Empty */ | ||
| 2601 | #define XMT_HALF 0x0001 /* Transmit FIFO Has 1 Byte To Write */ | ||
| 2602 | #define XMT_FULL 0x0003 /* Transmit FIFO Full (2 Bytes To Write) */ | ||
| 2603 | |||
| 2604 | #define RCVSTAT 0x000C /* Receive FIFO Status */ | ||
| 2605 | #define RCV_EMPTY 0x0000 /* Receive FIFO Empty */ | ||
| 2606 | #define RCV_HALF 0x0004 /* Receive FIFO Has 1 Byte To Read */ | ||
| 2607 | #define RCV_FULL 0x000C /* Receive FIFO Full (2 Bytes To Read) */ | ||
| 2608 | |||
| 2609 | |||
| 2610 | /********************************* MXVR MASKS ****************************************/ | ||
| 2611 | |||
| 2612 | /* MXVR_CONFIG Masks */ | ||
| 2613 | |||
| 2614 | #define MXVREN 0x00000001lu | ||
| 2615 | #define MMSM 0x00000002lu | ||
| 2616 | #define ACTIVE 0x00000004lu | ||
| 2617 | #define SDELAY 0x00000008lu | ||
| 2618 | #define NCMRXEN 0x00000010lu | ||
| 2619 | #define RWRRXEN 0x00000020lu | ||
| 2620 | #define MTXEN 0x00000040lu | ||
| 2621 | #define MTXON 0x00000080lu /*legacy*/ | ||
| 2622 | #define MTXONB 0x00000080lu | ||
| 2623 | #define EPARITY 0x00000100lu | ||
| 2624 | #define MSB 0x00001E00lu | ||
| 2625 | #define APRXEN 0x00002000lu | ||
| 2626 | #define WAKEUP 0x00004000lu | ||
| 2627 | #define LMECH 0x00008000lu | ||
| 2628 | |||
| 2629 | #ifdef _MISRA_RULES | ||
| 2630 | #define SET_MSB(x) (((x)&0xFu) << 0x9) | ||
| 2631 | #else | ||
| 2632 | #define SET_MSB(x) (((x)&0xF) << 0x9) | ||
| 2633 | #endif /* _MISRA_RULES */ | ||
| 2634 | |||
| 2635 | |||
| 2636 | /* MXVR_PLL_CTL_0 Masks */ | ||
| 2637 | |||
| 2638 | #define MXTALCEN 0x00000001lu | ||
| 2639 | #define MXTALFEN 0x00000002lu | ||
| 2640 | #define MPLLMS 0x00000008lu | ||
| 2641 | #define MXTALMUL 0x00000030lu | ||
| 2642 | #define MPLLEN 0x00000040lu | ||
| 2643 | #define MPLLEN0 0x00000040lu /* legacy */ | ||
| 2644 | #define MPLLEN1 0x00000080lu /* legacy */ | ||
| 2645 | #define MMCLKEN 0x00000100lu | ||
| 2646 | #define MMCLKMUL 0x00001E00lu | ||
| 2647 | #define MPLLRSTB 0x00002000lu | ||
| 2648 | #define MPLLRSTB0 0x00002000lu /* legacy */ | ||
| 2649 | #define MPLLRSTB1 0x00004000lu /* legacy */ | ||
| 2650 | #define MBCLKEN 0x00010000lu | ||
| 2651 | #define MBCLKDIV 0x001E0000lu | ||
| 2652 | #define MPLLCDR 0x00200000lu | ||
| 2653 | #define MPLLCDR0 0x00200000lu /* legacy */ | ||
| 2654 | #define MPLLCDR1 0x00400000lu /* legacy */ | ||
| 2655 | #define INVRX 0x00800000lu | ||
| 2656 | #define MFSEN 0x01000000lu | ||
| 2657 | #define MFSDIV 0x1E000000lu | ||
| 2658 | #define MFSSEL 0x60000000lu | ||
| 2659 | #define MFSSYNC 0x80000000lu | ||
| 2660 | |||
| 2661 | #define MXTALMUL_256FS 0x00000000lu /* legacy */ | ||
| 2662 | #define MXTALMUL_384FS 0x00000010lu /* legacy */ | ||
| 2663 | #define MXTALMUL_512FS 0x00000020lu /* legacy */ | ||
| 2664 | #define MXTALMUL_1024FS 0x00000030lu | ||
| 2665 | |||
| 2666 | #define MMCLKMUL_1024FS 0x00000000lu | ||
| 2667 | #define MMCLKMUL_512FS 0x00000200lu | ||
| 2668 | #define MMCLKMUL_256FS 0x00000400lu | ||
| 2669 | #define MMCLKMUL_128FS 0x00000600lu | ||
| 2670 | #define MMCLKMUL_64FS 0x00000800lu | ||
| 2671 | #define MMCLKMUL_32FS 0x00000A00lu | ||
| 2672 | #define MMCLKMUL_16FS 0x00000C00lu | ||
| 2673 | #define MMCLKMUL_8FS 0x00000E00lu | ||
| 2674 | #define MMCLKMUL_4FS 0x00001000lu | ||
| 2675 | #define MMCLKMUL_2FS 0x00001200lu | ||
| 2676 | #define MMCLKMUL_1FS 0x00001400lu | ||
| 2677 | #define MMCLKMUL_1536FS 0x00001A00lu | ||
| 2678 | #define MMCLKMUL_768FS 0x00001C00lu | ||
| 2679 | #define MMCLKMUL_384FS 0x00001E00lu | ||
| 2680 | |||
| 2681 | #define MBCLKDIV_DIV2 0x00020000lu | ||
| 2682 | #define MBCLKDIV_DIV4 0x00040000lu | ||
| 2683 | #define MBCLKDIV_DIV8 0x00060000lu | ||
| 2684 | #define MBCLKDIV_DIV16 0x00080000lu | ||
| 2685 | #define MBCLKDIV_DIV32 0x000A0000lu | ||
| 2686 | #define MBCLKDIV_DIV64 0x000C0000lu | ||
| 2687 | #define MBCLKDIV_DIV128 0x000E0000lu | ||
| 2688 | #define MBCLKDIV_DIV256 0x00100000lu | ||
| 2689 | #define MBCLKDIV_DIV512 0x00120000lu | ||
| 2690 | #define MBCLKDIV_DIV1024 0x00140000lu | ||
| 2691 | |||
| 2692 | #define MFSDIV_DIV2 0x02000000lu | ||
| 2693 | #define MFSDIV_DIV4 0x04000000lu | ||
| 2694 | #define MFSDIV_DIV8 0x06000000lu | ||
| 2695 | #define MFSDIV_DIV16 0x08000000lu | ||
| 2696 | #define MFSDIV_DIV32 0x0A000000lu | ||
| 2697 | #define MFSDIV_DIV64 0x0C000000lu | ||
| 2698 | #define MFSDIV_DIV128 0x0E000000lu | ||
| 2699 | #define MFSDIV_DIV256 0x10000000lu | ||
| 2700 | #define MFSDIV_DIV512 0x12000000lu | ||
| 2701 | #define MFSDIV_DIV1024 0x14000000lu | ||
| 2702 | |||
| 2703 | #define MFSSEL_CLOCK 0x00000000lu | ||
| 2704 | #define MFSSEL_PULSE_HI 0x20000000lu | ||
| 2705 | #define MFSSEL_PULSE_LO 0x40000000lu | ||
| 2706 | |||
| 2707 | |||
| 2708 | /* MXVR_PLL_CTL_1 Masks */ | ||
| 2709 | |||
| 2710 | #define MSTO 0x00000001lu | ||
| 2711 | #define MSTO0 0x00000001lu /* legacy */ | ||
| 2712 | #define MHOGGD 0x00000004lu | ||
| 2713 | #define MHOGGD0 0x00000004lu /* legacy */ | ||
| 2714 | #define MHOGGD1 0x00000008lu /* legacy */ | ||
| 2715 | #define MSHAPEREN 0x00000010lu | ||
| 2716 | #define MSHAPEREN0 0x00000010lu /* legacy */ | ||
| 2717 | #define MSHAPEREN1 0x00000020lu /* legacy */ | ||
| 2718 | #define MPLLCNTEN 0x00008000lu | ||
| 2719 | #define MPLLCNT 0xFFFF0000lu | ||
| 2720 | |||
| 2721 | #ifdef _MISRA_RULES | ||
| 2722 | #define SET_MPLLCNT(x) (((x)&0xFFFFu) << 0x10) | ||
| 2723 | #else | ||
| 2724 | #define SET_MPLLCNT(x) (((x)&0xFFFF) << 0x10) | ||
| 2725 | #endif /* _MISRA_RULES */ | ||
| 2726 | |||
| 2727 | |||
| 2728 | /* MXVR_PLL_CTL_2 Masks */ | ||
| 2729 | |||
| 2730 | #define MSHAPERSEL 0x00000007lu | ||
| 2731 | #define MCPSEL 0x000000E0lu | ||
| 2732 | |||
| 2733 | /* MXVR_INT_STAT_0 Masks */ | ||
| 2734 | |||
| 2735 | #define NI2A 0x00000001lu | ||
| 2736 | #define NA2I 0x00000002lu | ||
| 2737 | #define SBU2L 0x00000004lu | ||
| 2738 | #define SBL2U 0x00000008lu | ||
| 2739 | #define PRU 0x00000010lu | ||
| 2740 | #define MPRU 0x00000020lu | ||
| 2741 | #define DRU 0x00000040lu | ||
| 2742 | #define MDRU 0x00000080lu | ||
| 2743 | #define SBU 0x00000100lu | ||
| 2744 | #define ATU 0x00000200lu | ||
| 2745 | #define FCZ0 0x00000400lu | ||
| 2746 | #define FCZ1 0x00000800lu | ||
| 2747 | #define PERR 0x00001000lu | ||
| 2748 | #define MH2L 0x00002000lu | ||
| 2749 | #define ML2H 0x00004000lu | ||
| 2750 | #define WUP 0x00008000lu | ||
| 2751 | #define FU2L 0x00010000lu | ||
| 2752 | #define FL2U 0x00020000lu | ||
| 2753 | #define BU2L 0x00040000lu | ||
| 2754 | #define BL2U 0x00080000lu | ||
| 2755 | #define PCZ 0x00400000lu | ||
| 2756 | #define FERR 0x00800000lu | ||
| 2757 | #define CMR 0x01000000lu | ||
| 2758 | #define CMROF 0x02000000lu | ||
| 2759 | #define CMTS 0x04000000lu | ||
| 2760 | #define CMTC 0x08000000lu | ||
| 2761 | #define RWRC 0x10000000lu | ||
| 2762 | #define BCZ 0x20000000lu | ||
| 2763 | #define BMERR 0x40000000lu | ||
| 2764 | #define DERR 0x80000000lu | ||
| 2765 | |||
| 2766 | |||
| 2767 | /* MXVR_INT_EN_0 Masks */ | ||
| 2768 | |||
| 2769 | #define NI2AEN NI2A | ||
| 2770 | #define NA2IEN NA2I | ||
| 2771 | #define SBU2LEN SBU2L | ||
| 2772 | #define SBL2UEN SBL2U | ||
| 2773 | #define PRUEN PRU | ||
| 2774 | #define MPRUEN MPRU | ||
| 2775 | #define DRUEN DRU | ||
| 2776 | #define MDRUEN MDRU | ||
| 2777 | #define SBUEN SBU | ||
| 2778 | #define ATUEN ATU | ||
| 2779 | #define FCZ0EN FCZ0 | ||
| 2780 | #define FCZ1EN FCZ1 | ||
| 2781 | #define PERREN PERR | ||
| 2782 | #define MH2LEN MH2L | ||
| 2783 | #define ML2HEN ML2H | ||
| 2784 | #define WUPEN WUP | ||
| 2785 | #define FU2LEN FU2L | ||
| 2786 | #define FL2UEN FL2U | ||
| 2787 | #define BU2LEN BU2L | ||
| 2788 | #define BL2UEN BL2U | ||
| 2789 | #define PCZEN PCZ | ||
| 2790 | #define FERREN FERR | ||
| 2791 | #define CMREN CMR | ||
| 2792 | #define CMROFEN CMROF | ||
| 2793 | #define CMTSEN CMTS | ||
| 2794 | #define CMTCEN CMTC | ||
| 2795 | #define RWRCEN RWRC | ||
| 2796 | #define BCZEN BCZ | ||
| 2797 | #define BMERREN BMERR | ||
| 2798 | #define DERREN DERR | ||
| 2799 | |||
| 2800 | |||
| 2801 | /* MXVR_INT_STAT_1 Masks */ | ||
| 2802 | |||
| 2803 | #define APR 0x00000004lu | ||
| 2804 | #define APROF 0x00000008lu | ||
| 2805 | #define APTS 0x00000040lu | ||
| 2806 | #define APTC 0x00000080lu | ||
| 2807 | #define APRCE 0x00000400lu | ||
| 2808 | #define APRPE 0x00000800lu | ||
| 2809 | |||
| 2810 | #define HDONE0 0x00000001lu | ||
| 2811 | #define DONE0 0x00000002lu | ||
| 2812 | #define HDONE1 0x00000010lu | ||
| 2813 | #define DONE1 0x00000020lu | ||
| 2814 | #define HDONE2 0x00000100lu | ||
| 2815 | #define DONE2 0x00000200lu | ||
| 2816 | #define HDONE3 0x00001000lu | ||
| 2817 | #define DONE3 0x00002000lu | ||
| 2818 | #define HDONE4 0x00010000lu | ||
| 2819 | #define DONE4 0x00020000lu | ||
| 2820 | #define HDONE5 0x00100000lu | ||
| 2821 | #define DONE5 0x00200000lu | ||
| 2822 | #define HDONE6 0x01000000lu | ||
| 2823 | #define DONE6 0x02000000lu | ||
| 2824 | #define HDONE7 0x10000000lu | ||
| 2825 | #define DONE7 0x20000000lu | ||
| 2826 | |||
| 2827 | #define DONEX(x) (0x00000002 << (4 * (x))) | ||
| 2828 | #define HDONEX(x) (0x00000001 << (4 * (x))) | ||
| 2829 | |||
| 2830 | |||
| 2831 | /* MXVR_INT_EN_1 Masks */ | ||
| 2832 | |||
| 2833 | #define APREN APR | ||
| 2834 | #define APROFEN APROF | ||
| 2835 | #define APTSEN APTS | ||
| 2836 | #define APTCEN APTC | ||
| 2837 | #define APRCEEN APRCE | ||
| 2838 | #define APRPEEN APRPE | ||
| 2839 | |||
| 2840 | #define HDONEEN0 HDONE0 | ||
| 2841 | #define DONEEN0 DONE0 | ||
| 2842 | #define HDONEEN1 HDONE1 | ||
| 2843 | #define DONEEN1 DONE1 | ||
| 2844 | #define HDONEEN2 HDONE2 | ||
| 2845 | #define DONEEN2 DONE2 | ||
| 2846 | #define HDONEEN3 HDONE3 | ||
| 2847 | #define DONEEN3 DONE3 | ||
| 2848 | #define HDONEEN4 HDONE4 | ||
| 2849 | #define DONEEN4 DONE4 | ||
| 2850 | #define HDONEEN5 HDONE5 | ||
| 2851 | #define DONEEN5 DONE5 | ||
| 2852 | #define HDONEEN6 HDONE6 | ||
| 2853 | #define DONEEN6 DONE6 | ||
| 2854 | #define HDONEEN7 HDONE7 | ||
| 2855 | #define DONEEN7 DONE7 | ||
| 2856 | |||
| 2857 | #define DONEENX(x) (0x00000002 << (4 * (x))) | ||
| 2858 | #define HDONEENX(x) (0x00000001 << (4 * (x))) | ||
| 2859 | |||
| 2860 | |||
| 2861 | /* MXVR_STATE_0 Masks */ | ||
| 2862 | |||
| 2863 | #define NACT 0x00000001lu | ||
| 2864 | #define SBLOCK 0x00000002lu | ||
| 2865 | #define PFDLOCK 0x00000004lu | ||
| 2866 | #define PFDLOCK0 0x00000004lu /* legacy */ | ||
| 2867 | #define PDD 0x00000008lu | ||
| 2868 | #define PDD0 0x00000008lu /* legacy */ | ||
| 2869 | #define PVCO 0x00000010lu | ||
| 2870 | #define PVCO0 0x00000010lu /* legacy */ | ||
| 2871 | #define PFDLOCK1 0x00000020lu /* legacy */ | ||
| 2872 | #define PDD1 0x00000040lu /* legacy */ | ||
| 2873 | #define PVCO1 0x00000080lu /* legacy */ | ||
| 2874 | #define APBSY 0x00000100lu | ||
| 2875 | #define APARB 0x00000200lu | ||
| 2876 | #define APTX 0x00000400lu | ||
| 2877 | #define APRX 0x00000800lu | ||
| 2878 | #define CMBSY 0x00001000lu | ||
| 2879 | #define CMARB 0x00002000lu | ||
| 2880 | #define CMTX 0x00004000lu | ||
| 2881 | #define CMRX 0x00008000lu | ||
| 2882 | #define MRXONB 0x00010000lu | ||
| 2883 | #define RGSIP 0x00020000lu | ||
| 2884 | #define DALIP 0x00040000lu | ||
| 2885 | #define ALIP 0x00080000lu | ||
| 2886 | #define RRDIP 0x00100000lu | ||
| 2887 | #define RWRIP 0x00200000lu | ||
| 2888 | #define FLOCK 0x00400000lu | ||
| 2889 | #define BLOCK 0x00800000lu | ||
| 2890 | #define RSB 0x0F000000lu | ||
| 2891 | #define DERRNUM 0xF0000000lu | ||
| 2892 | |||
| 2893 | |||
| 2894 | /* MXVR_STATE_1 Masks */ | ||
| 2895 | |||
| 2896 | #define STXNUMB 0x0000000Flu | ||
| 2897 | #define SRXNUMB 0x000000F0lu | ||
| 2898 | #define APCONT 0x00000100lu | ||
| 2899 | #define DMAACTIVEX 0x00FF0000lu | ||
| 2900 | #define DMAACTIVE0 0x00010000lu | ||
| 2901 | #define DMAACTIVE1 0x00020000lu | ||
| 2902 | #define DMAACTIVE2 0x00040000lu | ||
| 2903 | #define DMAACTIVE3 0x00080000lu | ||
| 2904 | #define DMAACTIVE4 0x00100000lu | ||
| 2905 | #define DMAACTIVE5 0x00200000lu | ||
| 2906 | #define DMAACTIVE6 0x00400000lu | ||
| 2907 | #define DMAACTIVE7 0x00800000lu | ||
| 2908 | #define DMAPMENX 0xFF000000lu | ||
| 2909 | #define DMAPMEN0 0x01000000lu | ||
| 2910 | #define DMAPMEN1 0x02000000lu | ||
| 2911 | #define DMAPMEN2 0x04000000lu | ||
| 2912 | #define DMAPMEN3 0x08000000lu | ||
| 2913 | #define DMAPMEN4 0x10000000lu | ||
| 2914 | #define DMAPMEN5 0x20000000lu | ||
| 2915 | #define DMAPMEN6 0x40000000lu | ||
| 2916 | #define DMAPMEN7 0x80000000lu | ||
| 2917 | |||
| 2918 | |||
| 2919 | /* MXVR_POSITION Masks */ | ||
| 2920 | |||
| 2921 | #define PVALID 0x8000 | ||
| 2922 | #define POSITION 0x003F | ||
| 2923 | |||
| 2924 | |||
| 2925 | /* MXVR_MAX_POSITION Masks */ | ||
| 2926 | |||
| 2927 | #define MPVALID 0x8000 | ||
| 2928 | #define MPOSITION 0x003F | ||
| 2929 | |||
| 2930 | |||
| 2931 | /* MXVR_DELAY Masks */ | ||
| 2932 | |||
| 2933 | #define DVALID 0x8000 | ||
| 2934 | #define DELAY 0x003F | ||
| 2935 | |||
| 2936 | |||
| 2937 | /* MXVR_MAX_DELAY Masks */ | ||
| 2938 | |||
| 2939 | #define MDVALID 0x8000 | ||
| 2940 | #define MDELAY 0x003F | ||
| 2941 | |||
| 2942 | |||
| 2943 | /* MXVR_LADDR Masks */ | ||
| 2944 | |||
| 2945 | #define LVALID 0x80000000lu | ||
| 2946 | #define LADDR 0x0000FFFFlu | ||
| 2947 | |||
| 2948 | |||
| 2949 | /* MXVR_GADDR Masks */ | ||
| 2950 | |||
| 2951 | #define GVALID 0x8000 | ||
| 2952 | #define GADDRL 0x00FF | ||
| 2953 | |||
| 2954 | |||
| 2955 | /* MXVR_AADDR Masks */ | ||
| 2956 | |||
| 2957 | #define AVALID 0x80000000lu | ||
| 2958 | #define AADDR 0x0000FFFFlu | ||
| 2959 | |||
| 2960 | |||
| 2961 | /* MXVR_ALLOC_0 Masks */ | ||
| 2962 | |||
| 2963 | #define CIU0 0x00000080lu | ||
| 2964 | #define CIU1 0x00008000lu | ||
| 2965 | #define CIU2 0x00800000lu | ||
| 2966 | #define CIU3 0x80000000lu | ||
| 2967 | |||
| 2968 | #define CL0 0x0000007Flu | ||
| 2969 | #define CL1 0x00007F00lu | ||
| 2970 | #define CL2 0x007F0000lu | ||
| 2971 | #define CL3 0x7F000000lu | ||
| 2972 | |||
| 2973 | |||
| 2974 | /* MXVR_ALLOC_1 Masks */ | ||
| 2975 | |||
| 2976 | #define CIU4 0x00000080lu | ||
| 2977 | #define CIU5 0x00008000lu | ||
| 2978 | #define CIU6 0x00800000lu | ||
| 2979 | #define CIU7 0x80000000lu | ||
| 2980 | |||
| 2981 | #define CL4 0x0000007Flu | ||
| 2982 | #define CL5 0x00007F00lu | ||
| 2983 | #define CL6 0x007F0000lu | ||
| 2984 | #define CL7 0x7F000000lu | ||
| 2985 | |||
| 2986 | |||
| 2987 | /* MXVR_ALLOC_2 Masks */ | ||
| 2988 | |||
| 2989 | #define CIU8 0x00000080lu | ||
| 2990 | #define CIU9 0x00008000lu | ||
| 2991 | #define CIU10 0x00800000lu | ||
| 2992 | #define CIU11 0x80000000lu | ||
| 2993 | |||
| 2994 | #define CL8 0x0000007Flu | ||
| 2995 | #define CL9 0x00007F00lu | ||
| 2996 | #define CL10 0x007F0000lu | ||
| 2997 | #define CL11 0x7F000000lu | ||
| 2998 | |||
| 2999 | |||
| 3000 | /* MXVR_ALLOC_3 Masks */ | ||
| 3001 | |||
| 3002 | #define CIU12 0x00000080lu | ||
| 3003 | #define CIU13 0x00008000lu | ||
| 3004 | #define CIU14 0x00800000lu | ||
| 3005 | #define CIU15 0x80000000lu | ||
| 3006 | |||
| 3007 | #define CL12 0x0000007Flu | ||
| 3008 | #define CL13 0x00007F00lu | ||
| 3009 | #define CL14 0x007F0000lu | ||
| 3010 | #define CL15 0x7F000000lu | ||
| 3011 | |||
| 3012 | |||
| 3013 | /* MXVR_ALLOC_4 Masks */ | ||
| 3014 | |||
| 3015 | #define CIU16 0x00000080lu | ||
| 3016 | #define CIU17 0x00008000lu | ||
| 3017 | #define CIU18 0x00800000lu | ||
| 3018 | #define CIU19 0x80000000lu | ||
| 3019 | |||
| 3020 | #define CL16 0x0000007Flu | ||
| 3021 | #define CL17 0x00007F00lu | ||
| 3022 | #define CL18 0x007F0000lu | ||
| 3023 | #define CL19 0x7F000000lu | ||
| 3024 | |||
| 3025 | |||
| 3026 | /* MXVR_ALLOC_5 Masks */ | ||
| 3027 | |||
| 3028 | #define CIU20 0x00000080lu | ||
| 3029 | #define CIU21 0x00008000lu | ||
| 3030 | #define CIU22 0x00800000lu | ||
| 3031 | #define CIU23 0x80000000lu | ||
| 3032 | |||
| 3033 | #define CL20 0x0000007Flu | ||
| 3034 | #define CL21 0x00007F00lu | ||
| 3035 | #define CL22 0x007F0000lu | ||
| 3036 | #define CL23 0x7F000000lu | ||
| 3037 | |||
| 3038 | |||
| 3039 | /* MXVR_ALLOC_6 Masks */ | ||
| 3040 | |||
| 3041 | #define CIU24 0x00000080lu | ||
| 3042 | #define CIU25 0x00008000lu | ||
| 3043 | #define CIU26 0x00800000lu | ||
| 3044 | #define CIU27 0x80000000lu | ||
| 3045 | |||
| 3046 | #define CL24 0x0000007Flu | ||
| 3047 | #define CL25 0x00007F00lu | ||
| 3048 | #define CL26 0x007F0000lu | ||
| 3049 | #define CL27 0x7F000000lu | ||
| 3050 | |||
| 3051 | |||
| 3052 | /* MXVR_ALLOC_7 Masks */ | ||
| 3053 | |||
| 3054 | #define CIU28 0x00000080lu | ||
| 3055 | #define CIU29 0x00008000lu | ||
| 3056 | #define CIU30 0x00800000lu | ||
| 3057 | #define CIU31 0x80000000lu | ||
| 3058 | |||
| 3059 | #define CL28 0x0000007Flu | ||
| 3060 | #define CL29 0x00007F00lu | ||
| 3061 | #define CL30 0x007F0000lu | ||
| 3062 | #define CL31 0x7F000000lu | ||
| 3063 | |||
| 3064 | |||
| 3065 | /* MXVR_ALLOC_8 Masks */ | ||
| 3066 | |||
| 3067 | #define CIU32 0x00000080lu | ||
| 3068 | #define CIU33 0x00008000lu | ||
| 3069 | #define CIU34 0x00800000lu | ||
| 3070 | #define CIU35 0x80000000lu | ||
| 3071 | |||
| 3072 | #define CL32 0x0000007Flu | ||
| 3073 | #define CL33 0x00007F00lu | ||
| 3074 | #define CL34 0x007F0000lu | ||
| 3075 | #define CL35 0x7F000000lu | ||
| 3076 | |||
| 3077 | |||
| 3078 | /* MXVR_ALLOC_9 Masks */ | ||
| 3079 | |||
| 3080 | #define CIU36 0x00000080lu | ||
| 3081 | #define CIU37 0x00008000lu | ||
| 3082 | #define CIU38 0x00800000lu | ||
| 3083 | #define CIU39 0x80000000lu | ||
| 3084 | |||
| 3085 | #define CL36 0x0000007Flu | ||
| 3086 | #define CL37 0x00007F00lu | ||
| 3087 | #define CL38 0x007F0000lu | ||
| 3088 | #define CL39 0x7F000000lu | ||
| 3089 | |||
| 3090 | |||
| 3091 | /* MXVR_ALLOC_10 Masks */ | ||
| 3092 | |||
| 3093 | #define CIU40 0x00000080lu | ||
| 3094 | #define CIU41 0x00008000lu | ||
| 3095 | #define CIU42 0x00800000lu | ||
| 3096 | #define CIU43 0x80000000lu | ||
| 3097 | |||
| 3098 | #define CL40 0x0000007Flu | ||
| 3099 | #define CL41 0x00007F00lu | ||
| 3100 | #define CL42 0x007F0000lu | ||
| 3101 | #define CL43 0x7F000000lu | ||
| 3102 | |||
| 3103 | |||
| 3104 | /* MXVR_ALLOC_11 Masks */ | ||
| 3105 | |||
| 3106 | #define CIU44 0x00000080lu | ||
| 3107 | #define CIU45 0x00008000lu | ||
| 3108 | #define CIU46 0x00800000lu | ||
| 3109 | #define CIU47 0x80000000lu | ||
| 3110 | |||
| 3111 | #define CL44 0x0000007Flu | ||
| 3112 | #define CL45 0x00007F00lu | ||
| 3113 | #define CL46 0x007F0000lu | ||
| 3114 | #define CL47 0x7F000000lu | ||
| 3115 | |||
| 3116 | |||
| 3117 | /* MXVR_ALLOC_12 Masks */ | ||
| 3118 | |||
| 3119 | #define CIU48 0x00000080lu | ||
| 3120 | #define CIU49 0x00008000lu | ||
| 3121 | #define CIU50 0x00800000lu | ||
| 3122 | #define CIU51 0x80000000lu | ||
| 3123 | |||
| 3124 | #define CL48 0x0000007Flu | ||
| 3125 | #define CL49 0x00007F00lu | ||
| 3126 | #define CL50 0x007F0000lu | ||
| 3127 | #define CL51 0x7F000000lu | ||
| 3128 | |||
| 3129 | |||
| 3130 | /* MXVR_ALLOC_13 Masks */ | ||
| 3131 | |||
| 3132 | #define CIU52 0x00000080lu | ||
| 3133 | #define CIU53 0x00008000lu | ||
| 3134 | #define CIU54 0x00800000lu | ||
| 3135 | #define CIU55 0x80000000lu | ||
| 3136 | |||
| 3137 | #define CL52 0x0000007Flu | ||
| 3138 | #define CL53 0x00007F00lu | ||
| 3139 | #define CL54 0x007F0000lu | ||
| 3140 | #define CL55 0x7F000000lu | ||
| 3141 | |||
| 3142 | |||
| 3143 | /* MXVR_ALLOC_14 Masks */ | ||
| 3144 | |||
| 3145 | #define CIU56 0x00000080lu | ||
| 3146 | #define CIU57 0x00008000lu | ||
| 3147 | #define CIU58 0x00800000lu | ||
| 3148 | #define CIU59 0x80000000lu | ||
| 3149 | |||
| 3150 | #define CL56 0x0000007Flu | ||
| 3151 | #define CL57 0x00007F00lu | ||
| 3152 | #define CL58 0x007F0000lu | ||
| 3153 | #define CL59 0x7F000000lu | ||
| 3154 | |||
| 3155 | |||
| 3156 | /* MXVR_SYNC_LCHAN_0 Masks */ | ||
| 3157 | |||
| 3158 | #define LCHANPC0 0x0000000Flu | ||
| 3159 | #define LCHANPC1 0x000000F0lu | ||
| 3160 | #define LCHANPC2 0x00000F00lu | ||
| 3161 | #define LCHANPC3 0x0000F000lu | ||
| 3162 | #define LCHANPC4 0x000F0000lu | ||
| 3163 | #define LCHANPC5 0x00F00000lu | ||
| 3164 | #define LCHANPC6 0x0F000000lu | ||
| 3165 | #define LCHANPC7 0xF0000000lu | ||
| 3166 | |||
| 3167 | |||
| 3168 | /* MXVR_SYNC_LCHAN_1 Masks */ | ||
| 3169 | |||
| 3170 | #define LCHANPC8 0x0000000Flu | ||
| 3171 | #define LCHANPC9 0x000000F0lu | ||
| 3172 | #define LCHANPC10 0x00000F00lu | ||
| 3173 | #define LCHANPC11 0x0000F000lu | ||
| 3174 | #define LCHANPC12 0x000F0000lu | ||
| 3175 | #define LCHANPC13 0x00F00000lu | ||
| 3176 | #define LCHANPC14 0x0F000000lu | ||
| 3177 | #define LCHANPC15 0xF0000000lu | ||
| 3178 | |||
| 3179 | |||
| 3180 | /* MXVR_SYNC_LCHAN_2 Masks */ | ||
| 3181 | |||
| 3182 | #define LCHANPC16 0x0000000Flu | ||
| 3183 | #define LCHANPC17 0x000000F0lu | ||
| 3184 | #define LCHANPC18 0x00000F00lu | ||
| 3185 | #define LCHANPC19 0x0000F000lu | ||
| 3186 | #define LCHANPC20 0x000F0000lu | ||
| 3187 | #define LCHANPC21 0x00F00000lu | ||
| 3188 | #define LCHANPC22 0x0F000000lu | ||
| 3189 | #define LCHANPC23 0xF0000000lu | ||
| 3190 | |||
| 3191 | |||
| 3192 | /* MXVR_SYNC_LCHAN_3 Masks */ | ||
| 3193 | |||
| 3194 | #define LCHANPC24 0x0000000Flu | ||
| 3195 | #define LCHANPC25 0x000000F0lu | ||
| 3196 | #define LCHANPC26 0x00000F00lu | ||
| 3197 | #define LCHANPC27 0x0000F000lu | ||
| 3198 | #define LCHANPC28 0x000F0000lu | ||
| 3199 | #define LCHANPC29 0x00F00000lu | ||
| 3200 | #define LCHANPC30 0x0F000000lu | ||
| 3201 | #define LCHANPC31 0xF0000000lu | ||
| 3202 | |||
| 3203 | |||
| 3204 | /* MXVR_SYNC_LCHAN_4 Masks */ | ||
| 3205 | |||
| 3206 | #define LCHANPC32 0x0000000Flu | ||
| 3207 | #define LCHANPC33 0x000000F0lu | ||
| 3208 | #define LCHANPC34 0x00000F00lu | ||
| 3209 | #define LCHANPC35 0x0000F000lu | ||
| 3210 | #define LCHANPC36 0x000F0000lu | ||
| 3211 | #define LCHANPC37 0x00F00000lu | ||
| 3212 | #define LCHANPC38 0x0F000000lu | ||
| 3213 | #define LCHANPC39 0xF0000000lu | ||
| 3214 | |||
| 3215 | |||
| 3216 | /* MXVR_SYNC_LCHAN_5 Masks */ | ||
| 3217 | |||
| 3218 | #define LCHANPC40 0x0000000Flu | ||
| 3219 | #define LCHANPC41 0x000000F0lu | ||
| 3220 | #define LCHANPC42 0x00000F00lu | ||
| 3221 | #define LCHANPC43 0x0000F000lu | ||
| 3222 | #define LCHANPC44 0x000F0000lu | ||
| 3223 | #define LCHANPC45 0x00F00000lu | ||
| 3224 | #define LCHANPC46 0x0F000000lu | ||
| 3225 | #define LCHANPC47 0xF0000000lu | ||
| 3226 | |||
| 3227 | |||
| 3228 | /* MXVR_SYNC_LCHAN_6 Masks */ | ||
| 3229 | |||
| 3230 | #define LCHANPC48 0x0000000Flu | ||
| 3231 | #define LCHANPC49 0x000000F0lu | ||
| 3232 | #define LCHANPC50 0x00000F00lu | ||
| 3233 | #define LCHANPC51 0x0000F000lu | ||
| 3234 | #define LCHANPC52 0x000F0000lu | ||
| 3235 | #define LCHANPC53 0x00F00000lu | ||
| 3236 | #define LCHANPC54 0x0F000000lu | ||
| 3237 | #define LCHANPC55 0xF0000000lu | ||
| 3238 | |||
| 3239 | |||
| 3240 | /* MXVR_SYNC_LCHAN_7 Masks */ | ||
| 3241 | |||
| 3242 | #define LCHANPC56 0x0000000Flu | ||
| 3243 | #define LCHANPC57 0x000000F0lu | ||
| 3244 | #define LCHANPC58 0x00000F00lu | ||
| 3245 | #define LCHANPC59 0x0000F000lu | ||
| 3246 | |||
| 3247 | |||
| 3248 | /* MXVR_DMAx_CONFIG Masks */ | ||
| 3249 | |||
| 3250 | #define MDMAEN 0x00000001lu | ||
| 3251 | #define DD 0x00000002lu | ||
| 3252 | #define LCHAN 0x000003C0lu | ||
| 3253 | #define BITSWAPEN 0x00000400lu | ||
| 3254 | #define BYSWAPEN 0x00000800lu | ||
| 3255 | #define MFLOW 0x00007000lu | ||
| 3256 | #define FIXEDPM 0x00080000lu | ||
| 3257 | #define STARTPAT 0x00300000lu | ||
| 3258 | #define STOPPAT 0x00C00000lu | ||
| 3259 | #define COUNTPOS 0x1C000000lu | ||
| 3260 | |||
| 3261 | #define DD_TX 0x00000000lu | ||
| 3262 | #define DD_RX 0x00000002lu | ||
| 3263 | |||
| 3264 | #define LCHAN_0 0x00000000lu | ||
| 3265 | #define LCHAN_1 0x00000040lu | ||
| 3266 | #define LCHAN_2 0x00000080lu | ||
| 3267 | #define LCHAN_3 0x000000C0lu | ||
| 3268 | #define LCHAN_4 0x00000100lu | ||
| 3269 | #define LCHAN_5 0x00000140lu | ||
| 3270 | #define LCHAN_6 0x00000180lu | ||
| 3271 | #define LCHAN_7 0x000001C0lu | ||
| 3272 | |||
| 3273 | #define MFLOW_STOP 0x00000000lu | ||
| 3274 | #define MFLOW_AUTO 0x00001000lu | ||
| 3275 | #define MFLOW_PVC 0x00002000lu | ||
| 3276 | #define MFLOW_PSS 0x00003000lu | ||
| 3277 | #define MFLOW_PFC 0x00004000lu | ||
| 3278 | |||
| 3279 | #define STARTPAT_0 0x00000000lu | ||
| 3280 | #define STARTPAT_1 0x00100000lu | ||
| 3281 | |||
| 3282 | #define STOPPAT_0 0x00000000lu | ||
| 3283 | #define STOPPAT_1 0x00400000lu | ||
| 3284 | |||
| 3285 | #define COUNTPOS_0 0x00000000lu | ||
| 3286 | #define COUNTPOS_1 0x04000000lu | ||
| 3287 | #define COUNTPOS_2 0x08000000lu | ||
| 3288 | #define COUNTPOS_3 0x0C000000lu | ||
| 3289 | #define COUNTPOS_4 0x10000000lu | ||
| 3290 | #define COUNTPOS_5 0x14000000lu | ||
| 3291 | #define COUNTPOS_6 0x18000000lu | ||
| 3292 | #define COUNTPOS_7 0x1C000000lu | ||
| 3293 | |||
| 3294 | |||
| 3295 | /* MXVR_AP_CTL Masks */ | ||
| 3296 | |||
| 3297 | #define STARTAP 0x00000001lu | ||
| 3298 | #define CANCELAP 0x00000002lu | ||
| 3299 | #define RESETAP 0x00000004lu | ||
| 3300 | #define APRBE0 0x00004000lu | ||
| 3301 | #define APRBE1 0x00008000lu | ||
| 3302 | #define APRBEX 0x0000C000lu | ||
| 3303 | |||
| 3304 | |||
| 3305 | /* MXVR_CM_CTL Masks */ | ||
| 3306 | |||
| 3307 | #define STARTCM 0x00000001lu | ||
| 3308 | #define CANCELCM 0x00000002lu | ||
| 3309 | #define CMRBEX 0xFFFF0000lu | ||
| 3310 | #define CMRBE0 0x00010000lu | ||
| 3311 | #define CMRBE1 0x00020000lu | ||
| 3312 | #define CMRBE2 0x00040000lu | ||
| 3313 | #define CMRBE3 0x00080000lu | ||
| 3314 | #define CMRBE4 0x00100000lu | ||
| 3315 | #define CMRBE5 0x00200000lu | ||
| 3316 | #define CMRBE6 0x00400000lu | ||
| 3317 | #define CMRBE7 0x00800000lu | ||
| 3318 | #define CMRBE8 0x01000000lu | ||
| 3319 | #define CMRBE9 0x02000000lu | ||
| 3320 | #define CMRBE10 0x04000000lu | ||
| 3321 | #define CMRBE11 0x08000000lu | ||
| 3322 | #define CMRBE12 0x10000000lu | ||
| 3323 | #define CMRBE13 0x20000000lu | ||
| 3324 | #define CMRBE14 0x40000000lu | ||
| 3325 | #define CMRBE15 0x80000000lu | ||
| 3326 | |||
| 3327 | |||
| 3328 | /* MXVR_PAT_DATA_x Masks */ | ||
| 3329 | |||
| 3330 | #define MATCH_DATA_0 0x000000FFlu | ||
| 3331 | #define MATCH_DATA_1 0x0000FF00lu | ||
| 3332 | #define MATCH_DATA_2 0x00FF0000lu | ||
| 3333 | #define MATCH_DATA_3 0xFF000000lu | ||
| 3334 | |||
| 3335 | |||
| 3336 | |||
| 3337 | /* MXVR_PAT_EN_x Masks */ | ||
| 3338 | |||
| 3339 | #define MATCH_EN_0_0 0x00000001lu | ||
| 3340 | #define MATCH_EN_0_1 0x00000002lu | ||
| 3341 | #define MATCH_EN_0_2 0x00000004lu | ||
| 3342 | #define MATCH_EN_0_3 0x00000008lu | ||
| 3343 | #define MATCH_EN_0_4 0x00000010lu | ||
| 3344 | #define MATCH_EN_0_5 0x00000020lu | ||
| 3345 | #define MATCH_EN_0_6 0x00000040lu | ||
| 3346 | #define MATCH_EN_0_7 0x00000080lu | ||
| 3347 | |||
| 3348 | #define MATCH_EN_1_0 0x00000100lu | ||
| 3349 | #define MATCH_EN_1_1 0x00000200lu | ||
| 3350 | #define MATCH_EN_1_2 0x00000400lu | ||
| 3351 | #define MATCH_EN_1_3 0x00000800lu | ||
| 3352 | #define MATCH_EN_1_4 0x00001000lu | ||
| 3353 | #define MATCH_EN_1_5 0x00002000lu | ||
| 3354 | #define MATCH_EN_1_6 0x00004000lu | ||
| 3355 | #define MATCH_EN_1_7 0x00008000lu | ||
| 3356 | |||
| 3357 | #define MATCH_EN_2_0 0x00010000lu | ||
| 3358 | #define MATCH_EN_2_1 0x00020000lu | ||
| 3359 | #define MATCH_EN_2_2 0x00040000lu | ||
| 3360 | #define MATCH_EN_2_3 0x00080000lu | ||
| 3361 | #define MATCH_EN_2_4 0x00100000lu | ||
| 3362 | #define MATCH_EN_2_5 0x00200000lu | ||
| 3363 | #define MATCH_EN_2_6 0x00400000lu | ||
| 3364 | #define MATCH_EN_2_7 0x00800000lu | ||
| 3365 | |||
| 3366 | #define MATCH_EN_3_0 0x01000000lu | ||
| 3367 | #define MATCH_EN_3_1 0x02000000lu | ||
| 3368 | #define MATCH_EN_3_2 0x04000000lu | ||
| 3369 | #define MATCH_EN_3_3 0x08000000lu | ||
| 3370 | #define MATCH_EN_3_4 0x10000000lu | ||
| 3371 | #define MATCH_EN_3_5 0x20000000lu | ||
| 3372 | #define MATCH_EN_3_6 0x40000000lu | ||
| 3373 | #define MATCH_EN_3_7 0x80000000lu | ||
| 3374 | |||
| 3375 | |||
| 3376 | /* MXVR_ROUTING_0 Masks */ | ||
| 3377 | |||
| 3378 | #define MUTE_CH0 0x00000080lu | ||
| 3379 | #define MUTE_CH1 0x00008000lu | ||
| 3380 | #define MUTE_CH2 0x00800000lu | ||
| 3381 | #define MUTE_CH3 0x80000000lu | ||
| 3382 | |||
| 3383 | #define TX_CH0 0x0000007Flu | ||
| 3384 | #define TX_CH1 0x00007F00lu | ||
| 3385 | #define TX_CH2 0x007F0000lu | ||
| 3386 | #define TX_CH3 0x7F000000lu | ||
| 3387 | |||
| 3388 | |||
| 3389 | /* MXVR_ROUTING_1 Masks */ | ||
| 3390 | |||
| 3391 | #define MUTE_CH4 0x00000080lu | ||
| 3392 | #define MUTE_CH5 0x00008000lu | ||
| 3393 | #define MUTE_CH6 0x00800000lu | ||
| 3394 | #define MUTE_CH7 0x80000000lu | ||
| 3395 | |||
| 3396 | #define TX_CH4 0x0000007Flu | ||
| 3397 | #define TX_CH5 0x00007F00lu | ||
| 3398 | #define TX_CH6 0x007F0000lu | ||
| 3399 | #define TX_CH7 0x7F000000lu | ||
| 3400 | |||
| 3401 | |||
| 3402 | /* MXVR_ROUTING_2 Masks */ | ||
| 3403 | |||
| 3404 | #define MUTE_CH8 0x00000080lu | ||
| 3405 | #define MUTE_CH9 0x00008000lu | ||
| 3406 | #define MUTE_CH10 0x00800000lu | ||
| 3407 | #define MUTE_CH11 0x80000000lu | ||
| 3408 | |||
| 3409 | #define TX_CH8 0x0000007Flu | ||
| 3410 | #define TX_CH9 0x00007F00lu | ||
| 3411 | #define TX_CH10 0x007F0000lu | ||
| 3412 | #define TX_CH11 0x7F000000lu | ||
| 3413 | |||
| 3414 | /* MXVR_ROUTING_3 Masks */ | ||
| 3415 | |||
| 3416 | #define MUTE_CH12 0x00000080lu | ||
| 3417 | #define MUTE_CH13 0x00008000lu | ||
| 3418 | #define MUTE_CH14 0x00800000lu | ||
| 3419 | #define MUTE_CH15 0x80000000lu | ||
| 3420 | |||
| 3421 | #define TX_CH12 0x0000007Flu | ||
| 3422 | #define TX_CH13 0x00007F00lu | ||
| 3423 | #define TX_CH14 0x007F0000lu | ||
| 3424 | #define TX_CH15 0x7F000000lu | ||
| 3425 | |||
| 3426 | |||
| 3427 | /* MXVR_ROUTING_4 Masks */ | ||
| 3428 | |||
| 3429 | #define MUTE_CH16 0x00000080lu | ||
| 3430 | #define MUTE_CH17 0x00008000lu | ||
| 3431 | #define MUTE_CH18 0x00800000lu | ||
| 3432 | #define MUTE_CH19 0x80000000lu | ||
| 3433 | |||
| 3434 | #define TX_CH16 0x0000007Flu | ||
| 3435 | #define TX_CH17 0x00007F00lu | ||
| 3436 | #define TX_CH18 0x007F0000lu | ||
| 3437 | #define TX_CH19 0x7F000000lu | ||
| 3438 | |||
| 3439 | |||
| 3440 | /* MXVR_ROUTING_5 Masks */ | ||
| 3441 | |||
| 3442 | #define MUTE_CH20 0x00000080lu | ||
| 3443 | #define MUTE_CH21 0x00008000lu | ||
| 3444 | #define MUTE_CH22 0x00800000lu | ||
| 3445 | #define MUTE_CH23 0x80000000lu | ||
| 3446 | |||
| 3447 | #define TX_CH20 0x0000007Flu | ||
| 3448 | #define TX_CH21 0x00007F00lu | ||
| 3449 | #define TX_CH22 0x007F0000lu | ||
| 3450 | #define TX_CH23 0x7F000000lu | ||
| 3451 | |||
| 3452 | |||
| 3453 | /* MXVR_ROUTING_6 Masks */ | ||
| 3454 | |||
| 3455 | #define MUTE_CH24 0x00000080lu | ||
| 3456 | #define MUTE_CH25 0x00008000lu | ||
| 3457 | #define MUTE_CH26 0x00800000lu | ||
| 3458 | #define MUTE_CH27 0x80000000lu | ||
| 3459 | |||
| 3460 | #define TX_CH24 0x0000007Flu | ||
| 3461 | #define TX_CH25 0x00007F00lu | ||
| 3462 | #define TX_CH26 0x007F0000lu | ||
| 3463 | #define TX_CH27 0x7F000000lu | ||
| 3464 | |||
| 3465 | |||
| 3466 | /* MXVR_ROUTING_7 Masks */ | ||
| 3467 | |||
| 3468 | #define MUTE_CH28 0x00000080lu | ||
| 3469 | #define MUTE_CH29 0x00008000lu | ||
| 3470 | #define MUTE_CH30 0x00800000lu | ||
| 3471 | #define MUTE_CH31 0x80000000lu | ||
| 3472 | |||
| 3473 | #define TX_CH28 0x0000007Flu | ||
| 3474 | #define TX_CH29 0x00007F00lu | ||
| 3475 | #define TX_CH30 0x007F0000lu | ||
| 3476 | #define TX_CH31 0x7F000000lu | ||
| 3477 | |||
| 3478 | |||
| 3479 | /* MXVR_ROUTING_8 Masks */ | ||
| 3480 | |||
| 3481 | #define MUTE_CH32 0x00000080lu | ||
| 3482 | #define MUTE_CH33 0x00008000lu | ||
| 3483 | #define MUTE_CH34 0x00800000lu | ||
| 3484 | #define MUTE_CH35 0x80000000lu | ||
| 3485 | |||
| 3486 | #define TX_CH32 0x0000007Flu | ||
| 3487 | #define TX_CH33 0x00007F00lu | ||
| 3488 | #define TX_CH34 0x007F0000lu | ||
| 3489 | #define TX_CH35 0x7F000000lu | ||
| 3490 | |||
| 3491 | |||
| 3492 | /* MXVR_ROUTING_9 Masks */ | ||
| 3493 | |||
| 3494 | #define MUTE_CH36 0x00000080lu | ||
| 3495 | #define MUTE_CH37 0x00008000lu | ||
| 3496 | #define MUTE_CH38 0x00800000lu | ||
| 3497 | #define MUTE_CH39 0x80000000lu | ||
| 3498 | |||
| 3499 | #define TX_CH36 0x0000007Flu | ||
| 3500 | #define TX_CH37 0x00007F00lu | ||
| 3501 | #define TX_CH38 0x007F0000lu | ||
| 3502 | #define TX_CH39 0x7F000000lu | ||
| 3503 | |||
| 3504 | |||
| 3505 | /* MXVR_ROUTING_10 Masks */ | ||
| 3506 | |||
| 3507 | #define MUTE_CH40 0x00000080lu | ||
| 3508 | #define MUTE_CH41 0x00008000lu | ||
| 3509 | #define MUTE_CH42 0x00800000lu | ||
| 3510 | #define MUTE_CH43 0x80000000lu | ||
| 3511 | |||
| 3512 | #define TX_CH40 0x0000007Flu | ||
| 3513 | #define TX_CH41 0x00007F00lu | ||
| 3514 | #define TX_CH42 0x007F0000lu | ||
| 3515 | #define TX_CH43 0x7F000000lu | ||
| 3516 | |||
| 3517 | |||
| 3518 | /* MXVR_ROUTING_11 Masks */ | ||
| 3519 | |||
| 3520 | #define MUTE_CH44 0x00000080lu | ||
| 3521 | #define MUTE_CH45 0x00008000lu | ||
| 3522 | #define MUTE_CH46 0x00800000lu | ||
| 3523 | #define MUTE_CH47 0x80000000lu | ||
| 3524 | |||
| 3525 | #define TX_CH44 0x0000007Flu | ||
| 3526 | #define TX_CH45 0x00007F00lu | ||
| 3527 | #define TX_CH46 0x007F0000lu | ||
| 3528 | #define TX_CH47 0x7F000000lu | ||
| 3529 | |||
| 3530 | |||
| 3531 | /* MXVR_ROUTING_12 Masks */ | ||
| 3532 | |||
| 3533 | #define MUTE_CH48 0x00000080lu | ||
| 3534 | #define MUTE_CH49 0x00008000lu | ||
| 3535 | #define MUTE_CH50 0x00800000lu | ||
| 3536 | #define MUTE_CH51 0x80000000lu | ||
| 3537 | |||
| 3538 | #define TX_CH48 0x0000007Flu | ||
| 3539 | #define TX_CH49 0x00007F00lu | ||
| 3540 | #define TX_CH50 0x007F0000lu | ||
| 3541 | #define TX_CH51 0x7F000000lu | ||
| 3542 | |||
| 3543 | |||
| 3544 | /* MXVR_ROUTING_13 Masks */ | ||
| 3545 | |||
| 3546 | #define MUTE_CH52 0x00000080lu | ||
| 3547 | #define MUTE_CH53 0x00008000lu | ||
| 3548 | #define MUTE_CH54 0x00800000lu | ||
| 3549 | #define MUTE_CH55 0x80000000lu | ||
| 3550 | |||
| 3551 | #define TX_CH52 0x0000007Flu | ||
| 3552 | #define TX_CH53 0x00007F00lu | ||
| 3553 | #define TX_CH54 0x007F0000lu | ||
| 3554 | #define TX_CH55 0x7F000000lu | ||
| 3555 | |||
| 3556 | |||
| 3557 | /* MXVR_ROUTING_14 Masks */ | ||
| 3558 | |||
| 3559 | #define MUTE_CH56 0x00000080lu | ||
| 3560 | #define MUTE_CH57 0x00008000lu | ||
| 3561 | #define MUTE_CH58 0x00800000lu | ||
| 3562 | #define MUTE_CH59 0x80000000lu | ||
| 3563 | |||
| 3564 | #define TX_CH56 0x0000007Flu | ||
| 3565 | #define TX_CH57 0x00007F00lu | ||
| 3566 | #define TX_CH58 0x007F0000lu | ||
| 3567 | #define TX_CH59 0x7F000000lu | ||
| 3568 | |||
| 3569 | |||
| 3570 | /* Control Message Receive Buffer (CMRB) Address Offsets */ | ||
| 3571 | |||
| 3572 | #define CMRB_STRIDE 0x00000016lu | ||
| 3573 | |||
| 3574 | #define CMRB_DST_OFFSET 0x00000000lu | ||
| 3575 | #define CMRB_SRC_OFFSET 0x00000002lu | ||
| 3576 | #define CMRB_DATA_OFFSET 0x00000005lu | ||
| 3577 | |||
| 3578 | |||
| 3579 | /* Control Message Transmit Buffer (CMTB) Address Offsets */ | ||
| 3580 | |||
| 3581 | #define CMTB_PRIO_OFFSET 0x00000000lu | ||
| 3582 | #define CMTB_DST_OFFSET 0x00000002lu | ||
| 3583 | #define CMTB_SRC_OFFSET 0x00000004lu | ||
| 3584 | #define CMTB_TYPE_OFFSET 0x00000006lu | ||
| 3585 | #define CMTB_DATA_OFFSET 0x00000007lu | ||
| 3586 | |||
| 3587 | #define CMTB_ANSWER_OFFSET 0x0000000Alu | ||
| 3588 | |||
| 3589 | #define CMTB_STAT_N_OFFSET 0x00000018lu | ||
| 3590 | #define CMTB_STAT_A_OFFSET 0x00000016lu | ||
| 3591 | #define CMTB_STAT_D_OFFSET 0x0000000Elu | ||
| 3592 | #define CMTB_STAT_R_OFFSET 0x00000014lu | ||
| 3593 | #define CMTB_STAT_W_OFFSET 0x00000014lu | ||
| 3594 | #define CMTB_STAT_G_OFFSET 0x00000014lu | ||
| 3595 | |||
| 3596 | |||
| 3597 | /* Asynchronous Packet Receive Buffer (APRB) Address Offsets */ | ||
| 3598 | |||
| 3599 | #define APRB_STRIDE 0x00000400lu | ||
| 3600 | |||
| 3601 | #define APRB_DST_OFFSET 0x00000000lu | ||
| 3602 | #define APRB_LEN_OFFSET 0x00000002lu | ||
| 3603 | #define APRB_SRC_OFFSET 0x00000004lu | ||
| 3604 | #define APRB_DATA_OFFSET 0x00000006lu | ||
| 3605 | |||
| 3606 | |||
| 3607 | /* Asynchronous Packet Transmit Buffer (APTB) Address Offsets */ | ||
| 3608 | |||
| 3609 | #define APTB_PRIO_OFFSET 0x00000000lu | ||
| 3610 | #define APTB_DST_OFFSET 0x00000002lu | ||
| 3611 | #define APTB_LEN_OFFSET 0x00000004lu | ||
| 3612 | #define APTB_SRC_OFFSET 0x00000006lu | ||
| 3613 | #define APTB_DATA_OFFSET 0x00000008lu | ||
| 3614 | |||
| 3615 | |||
| 3616 | /* Remote Read Buffer (RRDB) Address Offsets */ | ||
| 3617 | |||
| 3618 | #define RRDB_WADDR_OFFSET 0x00000100lu | ||
| 3619 | #define RRDB_WLEN_OFFSET 0x00000101lu | ||
| 3620 | |||
| 3621 | |||
| 3622 | |||
| 3623 | /* ************ CONTROLLER AREA NETWORK (CAN) MASKS ***************/ | ||
| 3624 | /* CAN_CONTROL Masks */ | ||
| 3625 | #define SRS 0x0001 /* Software Reset */ | ||
| 3626 | #define DNM 0x0002 /* Device Net Mode */ | ||
| 3627 | #define ABO 0x0004 /* Auto-Bus On Enable */ | ||
| 3628 | #define WBA 0x0010 /* Wake-Up On CAN Bus Activity Enable */ | ||
| 3629 | #define SMR 0x0020 /* Sleep Mode Request */ | ||
| 3630 | #define CSR 0x0040 /* CAN Suspend Mode Request */ | ||
| 3631 | #define CCR 0x0080 /* CAN Configuration Mode Request */ | ||
| 3632 | |||
| 3633 | /* CAN_STATUS Masks */ | ||
| 3634 | #define WT 0x0001 /* TX Warning Flag */ | ||
| 3635 | #define WR 0x0002 /* RX Warning Flag */ | ||
| 3636 | #define EP 0x0004 /* Error Passive Mode */ | ||
| 3637 | #define EBO 0x0008 /* Error Bus Off Mode */ | ||
| 3638 | #define CSA 0x0040 /* Suspend Mode Acknowledge */ | ||
| 3639 | #define CCA 0x0080 /* Configuration Mode Acknowledge */ | ||
| 3640 | #define MBPTR 0x1F00 /* Mailbox Pointer */ | ||
| 3641 | #define TRM 0x4000 /* Transmit Mode */ | ||
| 3642 | #define REC 0x8000 /* Receive Mode */ | ||
| 3643 | |||
| 3644 | /* CAN_CLOCK Masks */ | ||
| 3645 | #define BRP 0x03FF /* Bit-Rate Pre-Scaler */ | ||
| 3646 | |||
| 3647 | /* CAN_TIMING Masks */ | ||
| 3648 | #define TSEG1 0x000F /* Time Segment 1 */ | ||
| 3649 | #define TSEG2 0x0070 /* Time Segment 2 */ | ||
| 3650 | #define SAM 0x0080 /* Sampling */ | ||
| 3651 | #define SJW 0x0300 /* Synchronization Jump Width */ | ||
| 3652 | |||
| 3653 | /* CAN_DEBUG Masks */ | ||
| 3654 | #define DEC 0x0001 /* Disable CAN Error Counters */ | ||
| 3655 | #define DRI 0x0002 /* Disable CAN RX Input */ | ||
| 3656 | #define DTO 0x0004 /* Disable CAN TX Output */ | ||
| 3657 | #define DIL 0x0008 /* Disable CAN Internal Loop */ | ||
| 3658 | #define MAA 0x0010 /* Mode Auto-Acknowledge Enable */ | ||
| 3659 | #define MRB 0x0020 /* Mode Read Back Enable */ | ||
| 3660 | #define CDE 0x8000 /* CAN Debug Enable */ | ||
| 3661 | |||
| 3662 | /* CAN_CEC Masks */ | ||
| 3663 | #define RXECNT 0x00FF /* Receive Error Counter */ | ||
| 3664 | #define TXECNT 0xFF00 /* Transmit Error Counter */ | ||
| 3665 | |||
| 3666 | /* CAN_INTR Masks */ | ||
| 3667 | #define MBRIRQ 0x0001 /* Mailbox Receive Interrupt */ | ||
| 3668 | #define MBRIF MBRIRQ /* legacy */ | ||
| 3669 | #define MBTIRQ 0x0002 /* Mailbox Transmit Interrupt */ | ||
| 3670 | #define MBTIF MBTIRQ /* legacy */ | ||
| 3671 | #define GIRQ 0x0004 /* Global Interrupt */ | ||
| 3672 | #define SMACK 0x0008 /* Sleep Mode Acknowledge */ | ||
| 3673 | #define CANTX 0x0040 /* CAN TX Bus Value */ | ||
| 3674 | #define CANRX 0x0080 /* CAN RX Bus Value */ | ||
| 3675 | |||
| 3676 | /* CAN_MBxx_ID1 and CAN_MBxx_ID0 Masks */ | ||
| 3677 | #define DFC 0xFFFF /* Data Filtering Code (If Enabled) (ID0) */ | ||
| 3678 | #define EXTID_LO 0xFFFF /* Lower 16 Bits of Extended Identifier (ID0) */ | ||
| 3679 | #define EXTID_HI 0x0003 /* Upper 2 Bits of Extended Identifier (ID1) */ | ||
| 3680 | #define BASEID 0x1FFC /* Base Identifier */ | ||
| 3681 | #define IDE 0x2000 /* Identifier Extension */ | ||
| 3682 | #define RTR 0x4000 /* Remote Frame Transmission Request */ | ||
| 3683 | #define AME 0x8000 /* Acceptance Mask Enable */ | ||
| 3684 | |||
| 3685 | /* CAN_MBxx_TIMESTAMP Masks */ | ||
| 3686 | #define TSV 0xFFFF /* Timestamp */ | ||
| 3687 | |||
| 3688 | /* CAN_MBxx_LENGTH Masks */ | ||
| 3689 | #define DLC 0x000F /* Data Length Code */ | ||
| 3690 | |||
| 3691 | /* CAN_AMxxH and CAN_AMxxL Masks */ | ||
| 3692 | #define DFM 0xFFFF /* Data Field Mask (If Enabled) (CAN_AMxxL) */ | ||
| 3693 | #define EXTID_LO 0xFFFF /* Lower 16 Bits of Extended Identifier (CAN_AMxxL) */ | ||
| 3694 | #define EXTID_HI 0x0003 /* Upper 2 Bits of Extended Identifier (CAN_AMxxH) */ | ||
| 3695 | #define BASEID 0x1FFC /* Base Identifier */ | ||
| 3696 | #define AMIDE 0x2000 /* Acceptance Mask ID Extension Enable */ | ||
| 3697 | #define FMD 0x4000 /* Full Mask Data Field Enable */ | ||
| 3698 | #define FDF 0x8000 /* Filter On Data Field Enable */ | ||
| 3699 | |||
| 3700 | /* CAN_MC1 Masks */ | ||
| 3701 | #define MC0 0x0001 /* Enable Mailbox 0 */ | ||
| 3702 | #define MC1 0x0002 /* Enable Mailbox 1 */ | ||
| 3703 | #define MC2 0x0004 /* Enable Mailbox 2 */ | ||
| 3704 | #define MC3 0x0008 /* Enable Mailbox 3 */ | ||
| 3705 | #define MC4 0x0010 /* Enable Mailbox 4 */ | ||
| 3706 | #define MC5 0x0020 /* Enable Mailbox 5 */ | ||
| 3707 | #define MC6 0x0040 /* Enable Mailbox 6 */ | ||
| 3708 | #define MC7 0x0080 /* Enable Mailbox 7 */ | ||
| 3709 | #define MC8 0x0100 /* Enable Mailbox 8 */ | ||
| 3710 | #define MC9 0x0200 /* Enable Mailbox 9 */ | ||
| 3711 | #define MC10 0x0400 /* Enable Mailbox 10 */ | ||
| 3712 | #define MC11 0x0800 /* Enable Mailbox 11 */ | ||
| 3713 | #define MC12 0x1000 /* Enable Mailbox 12 */ | ||
| 3714 | #define MC13 0x2000 /* Enable Mailbox 13 */ | ||
| 3715 | #define MC14 0x4000 /* Enable Mailbox 14 */ | ||
| 3716 | #define MC15 0x8000 /* Enable Mailbox 15 */ | ||
| 3717 | |||
| 3718 | /* CAN_MC2 Masks */ | ||
| 3719 | #define MC16 0x0001 /* Enable Mailbox 16 */ | ||
| 3720 | #define MC17 0x0002 /* Enable Mailbox 17 */ | ||
| 3721 | #define MC18 0x0004 /* Enable Mailbox 18 */ | ||
| 3722 | #define MC19 0x0008 /* Enable Mailbox 19 */ | ||
| 3723 | #define MC20 0x0010 /* Enable Mailbox 20 */ | ||
| 3724 | #define MC21 0x0020 /* Enable Mailbox 21 */ | ||
| 3725 | #define MC22 0x0040 /* Enable Mailbox 22 */ | ||
| 3726 | #define MC23 0x0080 /* Enable Mailbox 23 */ | ||
| 3727 | #define MC24 0x0100 /* Enable Mailbox 24 */ | ||
| 3728 | #define MC25 0x0200 /* Enable Mailbox 25 */ | ||
| 3729 | #define MC26 0x0400 /* Enable Mailbox 26 */ | ||
| 3730 | #define MC27 0x0800 /* Enable Mailbox 27 */ | ||
| 3731 | #define MC28 0x1000 /* Enable Mailbox 28 */ | ||
| 3732 | #define MC29 0x2000 /* Enable Mailbox 29 */ | ||
| 3733 | #define MC30 0x4000 /* Enable Mailbox 30 */ | ||
| 3734 | #define MC31 0x8000 /* Enable Mailbox 31 */ | ||
| 3735 | |||
| 3736 | /* CAN_MD1 Masks */ | ||
| 3737 | #define MD0 0x0001 /* Enable Mailbox 0 For Receive */ | ||
| 3738 | #define MD1 0x0002 /* Enable Mailbox 1 For Receive */ | ||
| 3739 | #define MD2 0x0004 /* Enable Mailbox 2 For Receive */ | ||
| 3740 | #define MD3 0x0008 /* Enable Mailbox 3 For Receive */ | ||
| 3741 | #define MD4 0x0010 /* Enable Mailbox 4 For Receive */ | ||
| 3742 | #define MD5 0x0020 /* Enable Mailbox 5 For Receive */ | ||
| 3743 | #define MD6 0x0040 /* Enable Mailbox 6 For Receive */ | ||
| 3744 | #define MD7 0x0080 /* Enable Mailbox 7 For Receive */ | ||
| 3745 | #define MD8 0x0100 /* Enable Mailbox 8 For Receive */ | ||
| 3746 | #define MD9 0x0200 /* Enable Mailbox 9 For Receive */ | ||
| 3747 | #define MD10 0x0400 /* Enable Mailbox 10 For Receive */ | ||
| 3748 | #define MD11 0x0800 /* Enable Mailbox 11 For Receive */ | ||
| 3749 | #define MD12 0x1000 /* Enable Mailbox 12 For Receive */ | ||
| 3750 | #define MD13 0x2000 /* Enable Mailbox 13 For Receive */ | ||
| 3751 | #define MD14 0x4000 /* Enable Mailbox 14 For Receive */ | ||
| 3752 | #define MD15 0x8000 /* Enable Mailbox 15 For Receive */ | ||
| 3753 | |||
| 3754 | /* CAN_MD2 Masks */ | ||
| 3755 | #define MD16 0x0001 /* Enable Mailbox 16 For Receive */ | ||
| 3756 | #define MD17 0x0002 /* Enable Mailbox 17 For Receive */ | ||
| 3757 | #define MD18 0x0004 /* Enable Mailbox 18 For Receive */ | ||
| 3758 | #define MD19 0x0008 /* Enable Mailbox 19 For Receive */ | ||
| 3759 | #define MD20 0x0010 /* Enable Mailbox 20 For Receive */ | ||
| 3760 | #define MD21 0x0020 /* Enable Mailbox 21 For Receive */ | ||
| 3761 | #define MD22 0x0040 /* Enable Mailbox 22 For Receive */ | ||
| 3762 | #define MD23 0x0080 /* Enable Mailbox 23 For Receive */ | ||
| 3763 | #define MD24 0x0100 /* Enable Mailbox 24 For Receive */ | ||
| 3764 | #define MD25 0x0200 /* Enable Mailbox 25 For Receive */ | ||
| 3765 | #define MD26 0x0400 /* Enable Mailbox 26 For Receive */ | ||
| 3766 | #define MD27 0x0800 /* Enable Mailbox 27 For Receive */ | ||
| 3767 | #define MD28 0x1000 /* Enable Mailbox 28 For Receive */ | ||
| 3768 | #define MD29 0x2000 /* Enable Mailbox 29 For Receive */ | ||
| 3769 | #define MD30 0x4000 /* Enable Mailbox 30 For Receive */ | ||
| 3770 | #define MD31 0x8000 /* Enable Mailbox 31 For Receive */ | ||
| 3771 | |||
| 3772 | /* CAN_RMP1 Masks */ | ||
| 3773 | #define RMP0 0x0001 /* RX Message Pending In Mailbox 0 */ | ||
| 3774 | #define RMP1 0x0002 /* RX Message Pending In Mailbox 1 */ | ||
| 3775 | #define RMP2 0x0004 /* RX Message Pending In Mailbox 2 */ | ||
| 3776 | #define RMP3 0x0008 /* RX Message Pending In Mailbox 3 */ | ||
| 3777 | #define RMP4 0x0010 /* RX Message Pending In Mailbox 4 */ | ||
| 3778 | #define RMP5 0x0020 /* RX Message Pending In Mailbox 5 */ | ||
| 3779 | #define RMP6 0x0040 /* RX Message Pending In Mailbox 6 */ | ||
| 3780 | #define RMP7 0x0080 /* RX Message Pending In Mailbox 7 */ | ||
| 3781 | #define RMP8 0x0100 /* RX Message Pending In Mailbox 8 */ | ||
| 3782 | #define RMP9 0x0200 /* RX Message Pending In Mailbox 9 */ | ||
| 3783 | #define RMP10 0x0400 /* RX Message Pending In Mailbox 10 */ | ||
| 3784 | #define RMP11 0x0800 /* RX Message Pending In Mailbox 11 */ | ||
| 3785 | #define RMP12 0x1000 /* RX Message Pending In Mailbox 12 */ | ||
| 3786 | #define RMP13 0x2000 /* RX Message Pending In Mailbox 13 */ | ||
| 3787 | #define RMP14 0x4000 /* RX Message Pending In Mailbox 14 */ | ||
| 3788 | #define RMP15 0x8000 /* RX Message Pending In Mailbox 15 */ | ||
| 3789 | |||
| 3790 | /* CAN_RMP2 Masks */ | ||
| 3791 | #define RMP16 0x0001 /* RX Message Pending In Mailbox 16 */ | ||
| 3792 | #define RMP17 0x0002 /* RX Message Pending In Mailbox 17 */ | ||
| 3793 | #define RMP18 0x0004 /* RX Message Pending In Mailbox 18 */ | ||
| 3794 | #define RMP19 0x0008 /* RX Message Pending In Mailbox 19 */ | ||
| 3795 | #define RMP20 0x0010 /* RX Message Pending In Mailbox 20 */ | ||
| 3796 | #define RMP21 0x0020 /* RX Message Pending In Mailbox 21 */ | ||
| 3797 | #define RMP22 0x0040 /* RX Message Pending In Mailbox 22 */ | ||
| 3798 | #define RMP23 0x0080 /* RX Message Pending In Mailbox 23 */ | ||
| 3799 | #define RMP24 0x0100 /* RX Message Pending In Mailbox 24 */ | ||
| 3800 | #define RMP25 0x0200 /* RX Message Pending In Mailbox 25 */ | ||
| 3801 | #define RMP26 0x0400 /* RX Message Pending In Mailbox 26 */ | ||
| 3802 | #define RMP27 0x0800 /* RX Message Pending In Mailbox 27 */ | ||
| 3803 | #define RMP28 0x1000 /* RX Message Pending In Mailbox 28 */ | ||
| 3804 | #define RMP29 0x2000 /* RX Message Pending In Mailbox 29 */ | ||
| 3805 | #define RMP30 0x4000 /* RX Message Pending In Mailbox 30 */ | ||
| 3806 | #define RMP31 0x8000 /* RX Message Pending In Mailbox 31 */ | ||
| 3807 | |||
| 3808 | /* CAN_RML1 Masks */ | ||
| 3809 | #define RML0 0x0001 /* RX Message Lost In Mailbox 0 */ | ||
| 3810 | #define RML1 0x0002 /* RX Message Lost In Mailbox 1 */ | ||
| 3811 | #define RML2 0x0004 /* RX Message Lost In Mailbox 2 */ | ||
| 3812 | #define RML3 0x0008 /* RX Message Lost In Mailbox 3 */ | ||
| 3813 | #define RML4 0x0010 /* RX Message Lost In Mailbox 4 */ | ||
| 3814 | #define RML5 0x0020 /* RX Message Lost In Mailbox 5 */ | ||
| 3815 | #define RML6 0x0040 /* RX Message Lost In Mailbox 6 */ | ||
| 3816 | #define RML7 0x0080 /* RX Message Lost In Mailbox 7 */ | ||
| 3817 | #define RML8 0x0100 /* RX Message Lost In Mailbox 8 */ | ||
| 3818 | #define RML9 0x0200 /* RX Message Lost In Mailbox 9 */ | ||
| 3819 | #define RML10 0x0400 /* RX Message Lost In Mailbox 10 */ | ||
| 3820 | #define RML11 0x0800 /* RX Message Lost In Mailbox 11 */ | ||
| 3821 | #define RML12 0x1000 /* RX Message Lost In Mailbox 12 */ | ||
| 3822 | #define RML13 0x2000 /* RX Message Lost In Mailbox 13 */ | ||
| 3823 | #define RML14 0x4000 /* RX Message Lost In Mailbox 14 */ | ||
| 3824 | #define RML15 0x8000 /* RX Message Lost In Mailbox 15 */ | ||
| 3825 | |||
| 3826 | /* CAN_RML2 Masks */ | ||
| 3827 | #define RML16 0x0001 /* RX Message Lost In Mailbox 16 */ | ||
| 3828 | #define RML17 0x0002 /* RX Message Lost In Mailbox 17 */ | ||
| 3829 | #define RML18 0x0004 /* RX Message Lost In Mailbox 18 */ | ||
| 3830 | #define RML19 0x0008 /* RX Message Lost In Mailbox 19 */ | ||
| 3831 | #define RML20 0x0010 /* RX Message Lost In Mailbox 20 */ | ||
| 3832 | #define RML21 0x0020 /* RX Message Lost In Mailbox 21 */ | ||
| 3833 | #define RML22 0x0040 /* RX Message Lost In Mailbox 22 */ | ||
| 3834 | #define RML23 0x0080 /* RX Message Lost In Mailbox 23 */ | ||
| 3835 | #define RML24 0x0100 /* RX Message Lost In Mailbox 24 */ | ||
| 3836 | #define RML25 0x0200 /* RX Message Lost In Mailbox 25 */ | ||
| 3837 | #define RML26 0x0400 /* RX Message Lost In Mailbox 26 */ | ||
| 3838 | #define RML27 0x0800 /* RX Message Lost In Mailbox 27 */ | ||
| 3839 | #define RML28 0x1000 /* RX Message Lost In Mailbox 28 */ | ||
| 3840 | #define RML29 0x2000 /* RX Message Lost In Mailbox 29 */ | ||
| 3841 | #define RML30 0x4000 /* RX Message Lost In Mailbox 30 */ | ||
| 3842 | #define RML31 0x8000 /* RX Message Lost In Mailbox 31 */ | ||
| 3843 | |||
| 3844 | /* CAN_OPSS1 Masks */ | ||
| 3845 | #define OPSS0 0x0001 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 0 */ | ||
| 3846 | #define OPSS1 0x0002 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 1 */ | ||
| 3847 | #define OPSS2 0x0004 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 2 */ | ||
| 3848 | #define OPSS3 0x0008 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 3 */ | ||
| 3849 | #define OPSS4 0x0010 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 4 */ | ||
| 3850 | #define OPSS5 0x0020 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 5 */ | ||
| 3851 | #define OPSS6 0x0040 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 6 */ | ||
| 3852 | #define OPSS7 0x0080 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 7 */ | ||
| 3853 | #define OPSS8 0x0100 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 8 */ | ||
| 3854 | #define OPSS9 0x0200 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 9 */ | ||
| 3855 | #define OPSS10 0x0400 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 10 */ | ||
| 3856 | #define OPSS11 0x0800 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 11 */ | ||
| 3857 | #define OPSS12 0x1000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 12 */ | ||
| 3858 | #define OPSS13 0x2000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 13 */ | ||
| 3859 | #define OPSS14 0x4000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 14 */ | ||
| 3860 | #define OPSS15 0x8000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 15 */ | ||
| 3861 | |||
| 3862 | /* CAN_OPSS2 Masks */ | ||
| 3863 | #define OPSS16 0x0001 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 16 */ | ||
| 3864 | #define OPSS17 0x0002 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 17 */ | ||
| 3865 | #define OPSS18 0x0004 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 18 */ | ||
| 3866 | #define OPSS19 0x0008 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 19 */ | ||
| 3867 | #define OPSS20 0x0010 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 20 */ | ||
| 3868 | #define OPSS21 0x0020 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 21 */ | ||
| 3869 | #define OPSS22 0x0040 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 22 */ | ||
| 3870 | #define OPSS23 0x0080 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 23 */ | ||
| 3871 | #define OPSS24 0x0100 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 24 */ | ||
| 3872 | #define OPSS25 0x0200 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 25 */ | ||
| 3873 | #define OPSS26 0x0400 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 26 */ | ||
| 3874 | #define OPSS27 0x0800 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 27 */ | ||
| 3875 | #define OPSS28 0x1000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 28 */ | ||
| 3876 | #define OPSS29 0x2000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 29 */ | ||
| 3877 | #define OPSS30 0x4000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 30 */ | ||
| 3878 | #define OPSS31 0x8000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 31 */ | ||
| 3879 | |||
| 3880 | /* CAN_TRR1 Masks */ | ||
| 3881 | #define TRR0 0x0001 /* Deny But Don't Lock Access To Mailbox 0 */ | ||
| 3882 | #define TRR1 0x0002 /* Deny But Don't Lock Access To Mailbox 1 */ | ||
| 3883 | #define TRR2 0x0004 /* Deny But Don't Lock Access To Mailbox 2 */ | ||
| 3884 | #define TRR3 0x0008 /* Deny But Don't Lock Access To Mailbox 3 */ | ||
| 3885 | #define TRR4 0x0010 /* Deny But Don't Lock Access To Mailbox 4 */ | ||
| 3886 | #define TRR5 0x0020 /* Deny But Don't Lock Access To Mailbox 5 */ | ||
| 3887 | #define TRR6 0x0040 /* Deny But Don't Lock Access To Mailbox 6 */ | ||
| 3888 | #define TRR7 0x0080 /* Deny But Don't Lock Access To Mailbox 7 */ | ||
| 3889 | #define TRR8 0x0100 /* Deny But Don't Lock Access To Mailbox 8 */ | ||
| 3890 | #define TRR9 0x0200 /* Deny But Don't Lock Access To Mailbox 9 */ | ||
| 3891 | #define TRR10 0x0400 /* Deny But Don't Lock Access To Mailbox 10 */ | ||
| 3892 | #define TRR11 0x0800 /* Deny But Don't Lock Access To Mailbox 11 */ | ||
| 3893 | #define TRR12 0x1000 /* Deny But Don't Lock Access To Mailbox 12 */ | ||
| 3894 | #define TRR13 0x2000 /* Deny But Don't Lock Access To Mailbox 13 */ | ||
| 3895 | #define TRR14 0x4000 /* Deny But Don't Lock Access To Mailbox 14 */ | ||
| 3896 | #define TRR15 0x8000 /* Deny But Don't Lock Access To Mailbox 15 */ | ||
| 3897 | |||
| 3898 | /* CAN_TRR2 Masks */ | ||
| 3899 | #define TRR16 0x0001 /* Deny But Don't Lock Access To Mailbox 16 */ | ||
| 3900 | #define TRR17 0x0002 /* Deny But Don't Lock Access To Mailbox 17 */ | ||
| 3901 | #define TRR18 0x0004 /* Deny But Don't Lock Access To Mailbox 18 */ | ||
| 3902 | #define TRR19 0x0008 /* Deny But Don't Lock Access To Mailbox 19 */ | ||
| 3903 | #define TRR20 0x0010 /* Deny But Don't Lock Access To Mailbox 20 */ | ||
| 3904 | #define TRR21 0x0020 /* Deny But Don't Lock Access To Mailbox 21 */ | ||
| 3905 | #define TRR22 0x0040 /* Deny But Don't Lock Access To Mailbox 22 */ | ||
| 3906 | #define TRR23 0x0080 /* Deny But Don't Lock Access To Mailbox 23 */ | ||
| 3907 | #define TRR24 0x0100 /* Deny But Don't Lock Access To Mailbox 24 */ | ||
| 3908 | #define TRR25 0x0200 /* Deny But Don't Lock Access To Mailbox 25 */ | ||
| 3909 | #define TRR26 0x0400 /* Deny But Don't Lock Access To Mailbox 26 */ | ||
| 3910 | #define TRR27 0x0800 /* Deny But Don't Lock Access To Mailbox 27 */ | ||
| 3911 | #define TRR28 0x1000 /* Deny But Don't Lock Access To Mailbox 28 */ | ||
| 3912 | #define TRR29 0x2000 /* Deny But Don't Lock Access To Mailbox 29 */ | ||
| 3913 | #define TRR30 0x4000 /* Deny But Don't Lock Access To Mailbox 30 */ | ||
| 3914 | #define TRR31 0x8000 /* Deny But Don't Lock Access To Mailbox 31 */ | ||
| 3915 | |||
| 3916 | /* CAN_TRS1 Masks */ | ||
| 3917 | #define TRS0 0x0001 /* Remote Frame Request For Mailbox 0 */ | ||
| 3918 | #define TRS1 0x0002 /* Remote Frame Request For Mailbox 1 */ | ||
| 3919 | #define TRS2 0x0004 /* Remote Frame Request For Mailbox 2 */ | ||
| 3920 | #define TRS3 0x0008 /* Remote Frame Request For Mailbox 3 */ | ||
| 3921 | #define TRS4 0x0010 /* Remote Frame Request For Mailbox 4 */ | ||
| 3922 | #define TRS5 0x0020 /* Remote Frame Request For Mailbox 5 */ | ||
| 3923 | #define TRS6 0x0040 /* Remote Frame Request For Mailbox 6 */ | ||
| 3924 | #define TRS7 0x0080 /* Remote Frame Request For Mailbox 7 */ | ||
| 3925 | #define TRS8 0x0100 /* Remote Frame Request For Mailbox 8 */ | ||
| 3926 | #define TRS9 0x0200 /* Remote Frame Request For Mailbox 9 */ | ||
| 3927 | #define TRS10 0x0400 /* Remote Frame Request For Mailbox 10 */ | ||
| 3928 | #define TRS11 0x0800 /* Remote Frame Request For Mailbox 11 */ | ||
| 3929 | #define TRS12 0x1000 /* Remote Frame Request For Mailbox 12 */ | ||
| 3930 | #define TRS13 0x2000 /* Remote Frame Request For Mailbox 13 */ | ||
| 3931 | #define TRS14 0x4000 /* Remote Frame Request For Mailbox 14 */ | ||
| 3932 | #define TRS15 0x8000 /* Remote Frame Request For Mailbox 15 */ | ||
| 3933 | |||
| 3934 | /* CAN_TRS2 Masks */ | ||
| 3935 | #define TRS16 0x0001 /* Remote Frame Request For Mailbox 16 */ | ||
| 3936 | #define TRS17 0x0002 /* Remote Frame Request For Mailbox 17 */ | ||
| 3937 | #define TRS18 0x0004 /* Remote Frame Request For Mailbox 18 */ | ||
| 3938 | #define TRS19 0x0008 /* Remote Frame Request For Mailbox 19 */ | ||
| 3939 | #define TRS20 0x0010 /* Remote Frame Request For Mailbox 20 */ | ||
| 3940 | #define TRS21 0x0020 /* Remote Frame Request For Mailbox 21 */ | ||
| 3941 | #define TRS22 0x0040 /* Remote Frame Request For Mailbox 22 */ | ||
| 3942 | #define TRS23 0x0080 /* Remote Frame Request For Mailbox 23 */ | ||
| 3943 | #define TRS24 0x0100 /* Remote Frame Request For Mailbox 24 */ | ||
| 3944 | #define TRS25 0x0200 /* Remote Frame Request For Mailbox 25 */ | ||
| 3945 | #define TRS26 0x0400 /* Remote Frame Request For Mailbox 26 */ | ||
| 3946 | #define TRS27 0x0800 /* Remote Frame Request For Mailbox 27 */ | ||
| 3947 | #define TRS28 0x1000 /* Remote Frame Request For Mailbox 28 */ | ||
| 3948 | #define TRS29 0x2000 /* Remote Frame Request For Mailbox 29 */ | ||
| 3949 | #define TRS30 0x4000 /* Remote Frame Request For Mailbox 30 */ | ||
| 3950 | #define TRS31 0x8000 /* Remote Frame Request For Mailbox 31 */ | ||
| 3951 | |||
| 3952 | /* CAN_AA1 Masks */ | ||
| 3953 | #define AA0 0x0001 /* Aborted Message In Mailbox 0 */ | ||
| 3954 | #define AA1 0x0002 /* Aborted Message In Mailbox 1 */ | ||
| 3955 | #define AA2 0x0004 /* Aborted Message In Mailbox 2 */ | ||
| 3956 | #define AA3 0x0008 /* Aborted Message In Mailbox 3 */ | ||
| 3957 | #define AA4 0x0010 /* Aborted Message In Mailbox 4 */ | ||
| 3958 | #define AA5 0x0020 /* Aborted Message In Mailbox 5 */ | ||
| 3959 | #define AA6 0x0040 /* Aborted Message In Mailbox 6 */ | ||
| 3960 | #define AA7 0x0080 /* Aborted Message In Mailbox 7 */ | ||
| 3961 | #define AA8 0x0100 /* Aborted Message In Mailbox 8 */ | ||
| 3962 | #define AA9 0x0200 /* Aborted Message In Mailbox 9 */ | ||
| 3963 | #define AA10 0x0400 /* Aborted Message In Mailbox 10 */ | ||
| 3964 | #define AA11 0x0800 /* Aborted Message In Mailbox 11 */ | ||
| 3965 | #define AA12 0x1000 /* Aborted Message In Mailbox 12 */ | ||
| 3966 | #define AA13 0x2000 /* Aborted Message In Mailbox 13 */ | ||
| 3967 | #define AA14 0x4000 /* Aborted Message In Mailbox 14 */ | ||
| 3968 | #define AA15 0x8000 /* Aborted Message In Mailbox 15 */ | ||
| 3969 | |||
| 3970 | /* CAN_AA2 Masks */ | ||
| 3971 | #define AA16 0x0001 /* Aborted Message In Mailbox 16 */ | ||
| 3972 | #define AA17 0x0002 /* Aborted Message In Mailbox 17 */ | ||
| 3973 | #define AA18 0x0004 /* Aborted Message In Mailbox 18 */ | ||
| 3974 | #define AA19 0x0008 /* Aborted Message In Mailbox 19 */ | ||
| 3975 | #define AA20 0x0010 /* Aborted Message In Mailbox 20 */ | ||
| 3976 | #define AA21 0x0020 /* Aborted Message In Mailbox 21 */ | ||
| 3977 | #define AA22 0x0040 /* Aborted Message In Mailbox 22 */ | ||
| 3978 | #define AA23 0x0080 /* Aborted Message In Mailbox 23 */ | ||
| 3979 | #define AA24 0x0100 /* Aborted Message In Mailbox 24 */ | ||
| 3980 | #define AA25 0x0200 /* Aborted Message In Mailbox 25 */ | ||
| 3981 | #define AA26 0x0400 /* Aborted Message In Mailbox 26 */ | ||
| 3982 | #define AA27 0x0800 /* Aborted Message In Mailbox 27 */ | ||
| 3983 | #define AA28 0x1000 /* Aborted Message In Mailbox 28 */ | ||
| 3984 | #define AA29 0x2000 /* Aborted Message In Mailbox 29 */ | ||
| 3985 | #define AA30 0x4000 /* Aborted Message In Mailbox 30 */ | ||
| 3986 | #define AA31 0x8000 /* Aborted Message In Mailbox 31 */ | ||
| 3987 | |||
| 3988 | /* CAN_TA1 Masks */ | ||
| 3989 | #define TA0 0x0001 /* Transmit Successful From Mailbox 0 */ | ||
| 3990 | #define TA1 0x0002 /* Transmit Successful From Mailbox 1 */ | ||
| 3991 | #define TA2 0x0004 /* Transmit Successful From Mailbox 2 */ | ||
| 3992 | #define TA3 0x0008 /* Transmit Successful From Mailbox 3 */ | ||
| 3993 | #define TA4 0x0010 /* Transmit Successful From Mailbox 4 */ | ||
| 3994 | #define TA5 0x0020 /* Transmit Successful From Mailbox 5 */ | ||
| 3995 | #define TA6 0x0040 /* Transmit Successful From Mailbox 6 */ | ||
| 3996 | #define TA7 0x0080 /* Transmit Successful From Mailbox 7 */ | ||
| 3997 | #define TA8 0x0100 /* Transmit Successful From Mailbox 8 */ | ||
| 3998 | #define TA9 0x0200 /* Transmit Successful From Mailbox 9 */ | ||
| 3999 | #define TA10 0x0400 /* Transmit Successful From Mailbox 10 */ | ||
| 4000 | #define TA11 0x0800 /* Transmit Successful From Mailbox 11 */ | ||
| 4001 | #define TA12 0x1000 /* Transmit Successful From Mailbox 12 */ | ||
| 4002 | #define TA13 0x2000 /* Transmit Successful From Mailbox 13 */ | ||
| 4003 | #define TA14 0x4000 /* Transmit Successful From Mailbox 14 */ | ||
| 4004 | #define TA15 0x8000 /* Transmit Successful From Mailbox 15 */ | ||
| 4005 | |||
| 4006 | /* CAN_TA2 Masks */ | ||
| 4007 | #define TA16 0x0001 /* Transmit Successful From Mailbox 16 */ | ||
| 4008 | #define TA17 0x0002 /* Transmit Successful From Mailbox 17 */ | ||
| 4009 | #define TA18 0x0004 /* Transmit Successful From Mailbox 18 */ | ||
| 4010 | #define TA19 0x0008 /* Transmit Successful From Mailbox 19 */ | ||
| 4011 | #define TA20 0x0010 /* Transmit Successful From Mailbox 20 */ | ||
| 4012 | #define TA21 0x0020 /* Transmit Successful From Mailbox 21 */ | ||
| 4013 | #define TA22 0x0040 /* Transmit Successful From Mailbox 22 */ | ||
| 4014 | #define TA23 0x0080 /* Transmit Successful From Mailbox 23 */ | ||
| 4015 | #define TA24 0x0100 /* Transmit Successful From Mailbox 24 */ | ||
| 4016 | #define TA25 0x0200 /* Transmit Successful From Mailbox 25 */ | ||
| 4017 | #define TA26 0x0400 /* Transmit Successful From Mailbox 26 */ | ||
| 4018 | #define TA27 0x0800 /* Transmit Successful From Mailbox 27 */ | ||
| 4019 | #define TA28 0x1000 /* Transmit Successful From Mailbox 28 */ | ||
| 4020 | #define TA29 0x2000 /* Transmit Successful From Mailbox 29 */ | ||
| 4021 | #define TA30 0x4000 /* Transmit Successful From Mailbox 30 */ | ||
| 4022 | #define TA31 0x8000 /* Transmit Successful From Mailbox 31 */ | ||
| 4023 | |||
| 4024 | /* CAN_MBTD Masks */ | ||
| 4025 | #define TDPTR 0x001F /* Mailbox To Temporarily Disable */ | ||
| 4026 | #define TDA 0x0040 /* Temporary Disable Acknowledge */ | ||
| 4027 | #define TDR 0x0080 /* Temporary Disable Request */ | ||
| 4028 | |||
| 4029 | /* CAN_RFH1 Masks */ | ||
| 4030 | #define RFH0 0x0001 /* Enable Automatic Remote Frame Handling For Mailbox 0 */ | ||
| 4031 | #define RFH1 0x0002 /* Enable Automatic Remote Frame Handling For Mailbox 1 */ | ||
| 4032 | #define RFH2 0x0004 /* Enable Automatic Remote Frame Handling For Mailbox 2 */ | ||
| 4033 | #define RFH3 0x0008 /* Enable Automatic Remote Frame Handling For Mailbox 3 */ | ||
| 4034 | #define RFH4 0x0010 /* Enable Automatic Remote Frame Handling For Mailbox 4 */ | ||
| 4035 | #define RFH5 0x0020 /* Enable Automatic Remote Frame Handling For Mailbox 5 */ | ||
| 4036 | #define RFH6 0x0040 /* Enable Automatic Remote Frame Handling For Mailbox 6 */ | ||
| 4037 | #define RFH7 0x0080 /* Enable Automatic Remote Frame Handling For Mailbox 7 */ | ||
| 4038 | #define RFH8 0x0100 /* Enable Automatic Remote Frame Handling For Mailbox 8 */ | ||
| 4039 | #define RFH9 0x0200 /* Enable Automatic Remote Frame Handling For Mailbox 9 */ | ||
| 4040 | #define RFH10 0x0400 /* Enable Automatic Remote Frame Handling For Mailbox 10 */ | ||
| 4041 | #define RFH11 0x0800 /* Enable Automatic Remote Frame Handling For Mailbox 11 */ | ||
| 4042 | #define RFH12 0x1000 /* Enable Automatic Remote Frame Handling For Mailbox 12 */ | ||
| 4043 | #define RFH13 0x2000 /* Enable Automatic Remote Frame Handling For Mailbox 13 */ | ||
| 4044 | #define RFH14 0x4000 /* Enable Automatic Remote Frame Handling For Mailbox 14 */ | ||
| 4045 | #define RFH15 0x8000 /* Enable Automatic Remote Frame Handling For Mailbox 15 */ | ||
| 4046 | |||
| 4047 | /* CAN_RFH2 Masks */ | ||
| 4048 | #define RFH16 0x0001 /* Enable Automatic Remote Frame Handling For Mailbox 16 */ | ||
| 4049 | #define RFH17 0x0002 /* Enable Automatic Remote Frame Handling For Mailbox 17 */ | ||
| 4050 | #define RFH18 0x0004 /* Enable Automatic Remote Frame Handling For Mailbox 18 */ | ||
| 4051 | #define RFH19 0x0008 /* Enable Automatic Remote Frame Handling For Mailbox 19 */ | ||
| 4052 | #define RFH20 0x0010 /* Enable Automatic Remote Frame Handling For Mailbox 20 */ | ||
| 4053 | #define RFH21 0x0020 /* Enable Automatic Remote Frame Handling For Mailbox 21 */ | ||
| 4054 | #define RFH22 0x0040 /* Enable Automatic Remote Frame Handling For Mailbox 22 */ | ||
| 4055 | #define RFH23 0x0080 /* Enable Automatic Remote Frame Handling For Mailbox 23 */ | ||
| 4056 | #define RFH24 0x0100 /* Enable Automatic Remote Frame Handling For Mailbox 24 */ | ||
| 4057 | #define RFH25 0x0200 /* Enable Automatic Remote Frame Handling For Mailbox 25 */ | ||
| 4058 | #define RFH26 0x0400 /* Enable Automatic Remote Frame Handling For Mailbox 26 */ | ||
| 4059 | #define RFH27 0x0800 /* Enable Automatic Remote Frame Handling For Mailbox 27 */ | ||
| 4060 | #define RFH28 0x1000 /* Enable Automatic Remote Frame Handling For Mailbox 28 */ | ||
| 4061 | #define RFH29 0x2000 /* Enable Automatic Remote Frame Handling For Mailbox 29 */ | ||
| 4062 | #define RFH30 0x4000 /* Enable Automatic Remote Frame Handling For Mailbox 30 */ | ||
| 4063 | #define RFH31 0x8000 /* Enable Automatic Remote Frame Handling For Mailbox 31 */ | ||
| 4064 | |||
| 4065 | /* CAN_MBTIF1 Masks */ | ||
| 4066 | #define MBTIF0 0x0001 /* TX Interrupt Active In Mailbox 0 */ | ||
| 4067 | #define MBTIF1 0x0002 /* TX Interrupt Active In Mailbox 1 */ | ||
| 4068 | #define MBTIF2 0x0004 /* TX Interrupt Active In Mailbox 2 */ | ||
| 4069 | #define MBTIF3 0x0008 /* TX Interrupt Active In Mailbox 3 */ | ||
| 4070 | #define MBTIF4 0x0010 /* TX Interrupt Active In Mailbox 4 */ | ||
| 4071 | #define MBTIF5 0x0020 /* TX Interrupt Active In Mailbox 5 */ | ||
| 4072 | #define MBTIF6 0x0040 /* TX Interrupt Active In Mailbox 6 */ | ||
| 4073 | #define MBTIF7 0x0080 /* TX Interrupt Active In Mailbox 7 */ | ||
| 4074 | #define MBTIF8 0x0100 /* TX Interrupt Active In Mailbox 8 */ | ||
| 4075 | #define MBTIF9 0x0200 /* TX Interrupt Active In Mailbox 9 */ | ||
| 4076 | #define MBTIF10 0x0400 /* TX Interrupt Active In Mailbox 10 */ | ||
| 4077 | #define MBTIF11 0x0800 /* TX Interrupt Active In Mailbox 11 */ | ||
| 4078 | #define MBTIF12 0x1000 /* TX Interrupt Active In Mailbox 12 */ | ||
| 4079 | #define MBTIF13 0x2000 /* TX Interrupt Active In Mailbox 13 */ | ||
| 4080 | #define MBTIF14 0x4000 /* TX Interrupt Active In Mailbox 14 */ | ||
| 4081 | #define MBTIF15 0x8000 /* TX Interrupt Active In Mailbox 15 */ | ||
| 4082 | |||
| 4083 | /* CAN_MBTIF2 Masks */ | ||
| 4084 | #define MBTIF16 0x0001 /* TX Interrupt Active In Mailbox 16 */ | ||
| 4085 | #define MBTIF17 0x0002 /* TX Interrupt Active In Mailbox 17 */ | ||
| 4086 | #define MBTIF18 0x0004 /* TX Interrupt Active In Mailbox 18 */ | ||
| 4087 | #define MBTIF19 0x0008 /* TX Interrupt Active In Mailbox 19 */ | ||
| 4088 | #define MBTIF20 0x0010 /* TX Interrupt Active In Mailbox 20 */ | ||
| 4089 | #define MBTIF21 0x0020 /* TX Interrupt Active In Mailbox 21 */ | ||
| 4090 | #define MBTIF22 0x0040 /* TX Interrupt Active In Mailbox 22 */ | ||
| 4091 | #define MBTIF23 0x0080 /* TX Interrupt Active In Mailbox 23 */ | ||
| 4092 | #define MBTIF24 0x0100 /* TX Interrupt Active In Mailbox 24 */ | ||
| 4093 | #define MBTIF25 0x0200 /* TX Interrupt Active In Mailbox 25 */ | ||
| 4094 | #define MBTIF26 0x0400 /* TX Interrupt Active In Mailbox 26 */ | ||
| 4095 | #define MBTIF27 0x0800 /* TX Interrupt Active In Mailbox 27 */ | ||
| 4096 | #define MBTIF28 0x1000 /* TX Interrupt Active In Mailbox 28 */ | ||
| 4097 | #define MBTIF29 0x2000 /* TX Interrupt Active In Mailbox 29 */ | ||
| 4098 | #define MBTIF30 0x4000 /* TX Interrupt Active In Mailbox 30 */ | ||
| 4099 | #define MBTIF31 0x8000 /* TX Interrupt Active In Mailbox 31 */ | ||
| 4100 | |||
| 4101 | /* CAN_MBRIF1 Masks */ | ||
| 4102 | #define MBRIF0 0x0001 /* RX Interrupt Active In Mailbox 0 */ | ||
| 4103 | #define MBRIF1 0x0002 /* RX Interrupt Active In Mailbox 1 */ | ||
| 4104 | #define MBRIF2 0x0004 /* RX Interrupt Active In Mailbox 2 */ | ||
| 4105 | #define MBRIF3 0x0008 /* RX Interrupt Active In Mailbox 3 */ | ||
| 4106 | #define MBRIF4 0x0010 /* RX Interrupt Active In Mailbox 4 */ | ||
| 4107 | #define MBRIF5 0x0020 /* RX Interrupt Active In Mailbox 5 */ | ||
| 4108 | #define MBRIF6 0x0040 /* RX Interrupt Active In Mailbox 6 */ | ||
| 4109 | #define MBRIF7 0x0080 /* RX Interrupt Active In Mailbox 7 */ | ||
| 4110 | #define MBRIF8 0x0100 /* RX Interrupt Active In Mailbox 8 */ | ||
| 4111 | #define MBRIF9 0x0200 /* RX Interrupt Active In Mailbox 9 */ | ||
| 4112 | #define MBRIF10 0x0400 /* RX Interrupt Active In Mailbox 10 */ | ||
| 4113 | #define MBRIF11 0x0800 /* RX Interrupt Active In Mailbox 11 */ | ||
| 4114 | #define MBRIF12 0x1000 /* RX Interrupt Active In Mailbox 12 */ | ||
| 4115 | #define MBRIF13 0x2000 /* RX Interrupt Active In Mailbox 13 */ | ||
| 4116 | #define MBRIF14 0x4000 /* RX Interrupt Active In Mailbox 14 */ | ||
| 4117 | #define MBRIF15 0x8000 /* RX Interrupt Active In Mailbox 15 */ | ||
| 4118 | |||
| 4119 | /* CAN_MBRIF2 Masks */ | ||
| 4120 | #define MBRIF16 0x0001 /* RX Interrupt Active In Mailbox 16 */ | ||
| 4121 | #define MBRIF17 0x0002 /* RX Interrupt Active In Mailbox 17 */ | ||
| 4122 | #define MBRIF18 0x0004 /* RX Interrupt Active In Mailbox 18 */ | ||
| 4123 | #define MBRIF19 0x0008 /* RX Interrupt Active In Mailbox 19 */ | ||
| 4124 | #define MBRIF20 0x0010 /* RX Interrupt Active In Mailbox 20 */ | ||
| 4125 | #define MBRIF21 0x0020 /* RX Interrupt Active In Mailbox 21 */ | ||
| 4126 | #define MBRIF22 0x0040 /* RX Interrupt Active In Mailbox 22 */ | ||
| 4127 | #define MBRIF23 0x0080 /* RX Interrupt Active In Mailbox 23 */ | ||
| 4128 | #define MBRIF24 0x0100 /* RX Interrupt Active In Mailbox 24 */ | ||
| 4129 | #define MBRIF25 0x0200 /* RX Interrupt Active In Mailbox 25 */ | ||
| 4130 | #define MBRIF26 0x0400 /* RX Interrupt Active In Mailbox 26 */ | ||
| 4131 | #define MBRIF27 0x0800 /* RX Interrupt Active In Mailbox 27 */ | ||
| 4132 | #define MBRIF28 0x1000 /* RX Interrupt Active In Mailbox 28 */ | ||
| 4133 | #define MBRIF29 0x2000 /* RX Interrupt Active In Mailbox 29 */ | ||
| 4134 | #define MBRIF30 0x4000 /* RX Interrupt Active In Mailbox 30 */ | ||
| 4135 | #define MBRIF31 0x8000 /* RX Interrupt Active In Mailbox 31 */ | ||
| 4136 | |||
| 4137 | /* CAN_MBIM1 Masks */ | ||
| 4138 | #define MBIM0 0x0001 /* Enable Interrupt For Mailbox 0 */ | ||
| 4139 | #define MBIM1 0x0002 /* Enable Interrupt For Mailbox 1 */ | ||
| 4140 | #define MBIM2 0x0004 /* Enable Interrupt For Mailbox 2 */ | ||
| 4141 | #define MBIM3 0x0008 /* Enable Interrupt For Mailbox 3 */ | ||
| 4142 | #define MBIM4 0x0010 /* Enable Interrupt For Mailbox 4 */ | ||
| 4143 | #define MBIM5 0x0020 /* Enable Interrupt For Mailbox 5 */ | ||
| 4144 | #define MBIM6 0x0040 /* Enable Interrupt For Mailbox 6 */ | ||
| 4145 | #define MBIM7 0x0080 /* Enable Interrupt For Mailbox 7 */ | ||
| 4146 | #define MBIM8 0x0100 /* Enable Interrupt For Mailbox 8 */ | ||
| 4147 | #define MBIM9 0x0200 /* Enable Interrupt For Mailbox 9 */ | ||
| 4148 | #define MBIM10 0x0400 /* Enable Interrupt For Mailbox 10 */ | ||
| 4149 | #define MBIM11 0x0800 /* Enable Interrupt For Mailbox 11 */ | ||
| 4150 | #define MBIM12 0x1000 /* Enable Interrupt For Mailbox 12 */ | ||
| 4151 | #define MBIM13 0x2000 /* Enable Interrupt For Mailbox 13 */ | ||
| 4152 | #define MBIM14 0x4000 /* Enable Interrupt For Mailbox 14 */ | ||
| 4153 | #define MBIM15 0x8000 /* Enable Interrupt For Mailbox 15 */ | ||
| 4154 | |||
| 4155 | /* CAN_MBIM2 Masks */ | ||
| 4156 | #define MBIM16 0x0001 /* Enable Interrupt For Mailbox 16 */ | ||
| 4157 | #define MBIM17 0x0002 /* Enable Interrupt For Mailbox 17 */ | ||
| 4158 | #define MBIM18 0x0004 /* Enable Interrupt For Mailbox 18 */ | ||
| 4159 | #define MBIM19 0x0008 /* Enable Interrupt For Mailbox 19 */ | ||
| 4160 | #define MBIM20 0x0010 /* Enable Interrupt For Mailbox 20 */ | ||
| 4161 | #define MBIM21 0x0020 /* Enable Interrupt For Mailbox 21 */ | ||
| 4162 | #define MBIM22 0x0040 /* Enable Interrupt For Mailbox 22 */ | ||
| 4163 | #define MBIM23 0x0080 /* Enable Interrupt For Mailbox 23 */ | ||
| 4164 | #define MBIM24 0x0100 /* Enable Interrupt For Mailbox 24 */ | ||
| 4165 | #define MBIM25 0x0200 /* Enable Interrupt For Mailbox 25 */ | ||
| 4166 | #define MBIM26 0x0400 /* Enable Interrupt For Mailbox 26 */ | ||
| 4167 | #define MBIM27 0x0800 /* Enable Interrupt For Mailbox 27 */ | ||
| 4168 | #define MBIM28 0x1000 /* Enable Interrupt For Mailbox 28 */ | ||
| 4169 | #define MBIM29 0x2000 /* Enable Interrupt For Mailbox 29 */ | ||
| 4170 | #define MBIM30 0x4000 /* Enable Interrupt For Mailbox 30 */ | ||
| 4171 | #define MBIM31 0x8000 /* Enable Interrupt For Mailbox 31 */ | ||
| 4172 | |||
| 4173 | /* CAN_GIM Masks */ | ||
| 4174 | #define EWTIM 0x0001 /* Enable TX Error Count Interrupt */ | ||
| 4175 | #define EWRIM 0x0002 /* Enable RX Error Count Interrupt */ | ||
| 4176 | #define EPIM 0x0004 /* Enable Error-Passive Mode Interrupt */ | ||
| 4177 | #define BOIM 0x0008 /* Enable Bus Off Interrupt */ | ||
| 4178 | #define WUIM 0x0010 /* Enable Wake-Up Interrupt */ | ||
| 4179 | #define UIAIM 0x0020 /* Enable Access To Unimplemented Address Interrupt */ | ||
| 4180 | #define AAIM 0x0040 /* Enable Abort Acknowledge Interrupt */ | ||
| 4181 | #define RMLIM 0x0080 /* Enable RX Message Lost Interrupt */ | ||
| 4182 | #define UCEIM 0x0100 /* Enable Universal Counter Overflow Interrupt */ | ||
| 4183 | #define EXTIM 0x0200 /* Enable External Trigger Output Interrupt */ | ||
| 4184 | #define ADIM 0x0400 /* Enable Access Denied Interrupt */ | ||
| 4185 | |||
| 4186 | /* CAN_GIS Masks */ | ||
| 4187 | #define EWTIS 0x0001 /* TX Error Count IRQ Status */ | ||
| 4188 | #define EWRIS 0x0002 /* RX Error Count IRQ Status */ | ||
| 4189 | #define EPIS 0x0004 /* Error-Passive Mode IRQ Status */ | ||
| 4190 | #define BOIS 0x0008 /* Bus Off IRQ Status */ | ||
| 4191 | #define WUIS 0x0010 /* Wake-Up IRQ Status */ | ||
| 4192 | #define UIAIS 0x0020 /* Access To Unimplemented Address IRQ Status */ | ||
| 4193 | #define AAIS 0x0040 /* Abort Acknowledge IRQ Status */ | ||
| 4194 | #define RMLIS 0x0080 /* RX Message Lost IRQ Status */ | ||
| 4195 | #define UCEIS 0x0100 /* Universal Counter Overflow IRQ Status */ | ||
| 4196 | #define EXTIS 0x0200 /* External Trigger Output IRQ Status */ | ||
| 4197 | #define ADIS 0x0400 /* Access Denied IRQ Status */ | ||
| 4198 | |||
| 4199 | /* CAN_GIF Masks */ | ||
| 4200 | #define EWTIF 0x0001 /* TX Error Count IRQ Flag */ | ||
| 4201 | #define EWRIF 0x0002 /* RX Error Count IRQ Flag */ | ||
| 4202 | #define EPIF 0x0004 /* Error-Passive Mode IRQ Flag */ | ||
| 4203 | #define BOIF 0x0008 /* Bus Off IRQ Flag */ | ||
| 4204 | #define WUIF 0x0010 /* Wake-Up IRQ Flag */ | ||
| 4205 | #define UIAIF 0x0020 /* Access To Unimplemented Address IRQ Flag */ | ||
| 4206 | #define AAIF 0x0040 /* Abort Acknowledge IRQ Flag */ | ||
| 4207 | #define RMLIF 0x0080 /* RX Message Lost IRQ Flag */ | ||
| 4208 | #define UCEIF 0x0100 /* Universal Counter Overflow IRQ Flag */ | ||
| 4209 | #define EXTIF 0x0200 /* External Trigger Output IRQ Flag */ | ||
| 4210 | #define ADIF 0x0400 /* Access Denied IRQ Flag */ | ||
| 4211 | |||
| 4212 | /* CAN_UCCNF Masks */ | ||
| 4213 | #define UCCNF 0x000F /* Universal Counter Mode */ | ||
| 4214 | #define UC_STAMP 0x0001 /* Timestamp Mode */ | ||
| 4215 | #define UC_WDOG 0x0002 /* Watchdog Mode */ | ||
| 4216 | #define UC_AUTOTX 0x0003 /* Auto-Transmit Mode */ | ||
| 4217 | #define UC_ERROR 0x0006 /* CAN Error Frame Count */ | ||
| 4218 | #define UC_OVER 0x0007 /* CAN Overload Frame Count */ | ||
| 4219 | #define UC_LOST 0x0008 /* Arbitration Lost During TX Count */ | ||
| 4220 | #define UC_AA 0x0009 /* TX Abort Count */ | ||
| 4221 | #define UC_TA 0x000A /* TX Successful Count */ | ||
| 4222 | #define UC_REJECT 0x000B /* RX Message Rejected Count */ | ||
| 4223 | #define UC_RML 0x000C /* RX Message Lost Count */ | ||
| 4224 | #define UC_RX 0x000D /* Total Successful RX Messages Count */ | ||
| 4225 | #define UC_RMP 0x000E /* Successful RX W/Matching ID Count */ | ||
| 4226 | #define UC_ALL 0x000F /* Correct Message On CAN Bus Line Count */ | ||
| 4227 | #define UCRC 0x0020 /* Universal Counter Reload/Clear */ | ||
| 4228 | #define UCCT 0x0040 /* Universal Counter CAN Trigger */ | ||
| 4229 | #define UCE 0x0080 /* Universal Counter Enable */ | ||
| 4230 | |||
| 4231 | /* CAN_ESR Masks */ | ||
| 4232 | #define ACKE 0x0004 /* Acknowledge Error */ | ||
| 4233 | #define SER 0x0008 /* Stuff Error */ | ||
| 4234 | #define CRCE 0x0010 /* CRC Error */ | ||
| 4235 | #define SA0 0x0020 /* Stuck At Dominant Error */ | ||
| 4236 | #define BEF 0x0040 /* Bit Error Flag */ | ||
| 4237 | #define FER 0x0080 /* Form Error Flag */ | ||
| 4238 | |||
| 4239 | /* CAN_EWR Masks */ | ||
| 4240 | #define EWLREC 0x00FF /* RX Error Count Limit (For EWRIS) */ | ||
| 4241 | #define EWLTEC 0xFF00 /* TX Error Count Limit (For EWTIS) */ | ||
| 4242 | |||
| 4243 | #endif /* _DEF_BF539_H */ | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/dma.h b/arch/blackfin/mach-bf538/include/mach/dma.h new file mode 100644 index 000000000000..c2210a996e68 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/dma.h | |||
| @@ -0,0 +1,65 @@ | |||
| 1 | /* | ||
| 2 | * file: include/asm-blackfin/mach-bf538/dma.h | ||
| 3 | * based on: | ||
| 4 | * author: | ||
| 5 | * | ||
| 6 | * created: | ||
| 7 | * description: | ||
| 8 | * system mmr register map | ||
| 9 | * rev: | ||
| 10 | * | ||
| 11 | * modified: | ||
| 12 | * | ||
| 13 | * | ||
| 14 | * bugs: enter bugs at http://blackfin.uclinux.org/ | ||
| 15 | * | ||
| 16 | * this program is free software; you can redistribute it and/or modify | ||
| 17 | * it under the terms of the gnu general public license as published by | ||
| 18 | * the free software foundation; either version 2, or (at your option) | ||
| 19 | * any later version. | ||
| 20 | * | ||
| 21 | * this program is distributed in the hope that it will be useful, | ||
| 22 | * but without any warranty; without even the implied warranty of | ||
| 23 | * merchantability or fitness for a particular purpose. see the | ||
| 24 | * gnu general public license for more details. | ||
| 25 | * | ||
| 26 | * you should have received a copy of the gnu general public license | ||
| 27 | * along with this program; see the file copying. | ||
| 28 | * if not, write to the free software foundation, | ||
| 29 | * 59 temple place - suite 330, boston, ma 02111-1307, usa. | ||
| 30 | */ | ||
| 31 | |||
| 32 | #ifndef _MACH_DMA_H_ | ||
| 33 | #define _MACH_DMA_H_ | ||
| 34 | |||
| 35 | #define CH_PPI 0 | ||
| 36 | #define CH_SPORT0_RX 1 | ||
| 37 | #define CH_SPORT0_TX 2 | ||
| 38 | #define CH_SPORT1_RX 3 | ||
| 39 | #define CH_SPORT1_TX 4 | ||
| 40 | #define CH_SPI0 5 | ||
| 41 | #define CH_UART0_RX 6 | ||
| 42 | #define CH_UART0_TX 7 | ||
| 43 | #define CH_SPORT2_RX 8 | ||
| 44 | #define CH_SPORT2_TX 9 | ||
| 45 | #define CH_SPORT3_RX 10 | ||
| 46 | #define CH_SPORT3_TX 11 | ||
| 47 | #define CH_SPI1 14 | ||
| 48 | #define CH_SPI2 15 | ||
| 49 | #define CH_UART1_RX 16 | ||
| 50 | #define CH_UART1_TX 17 | ||
| 51 | #define CH_UART2_RX 18 | ||
| 52 | #define CH_UART2_TX 19 | ||
| 53 | |||
| 54 | #define CH_MEM_STREAM0_DEST 20 | ||
| 55 | #define CH_MEM_STREAM0_SRC 21 | ||
| 56 | #define CH_MEM_STREAM1_DEST 22 | ||
| 57 | #define CH_MEM_STREAM1_SRC 23 | ||
| 58 | #define CH_MEM_STREAM2_DEST 24 | ||
| 59 | #define CH_MEM_STREAM2_SRC 25 | ||
| 60 | #define CH_MEM_STREAM3_DEST 26 | ||
| 61 | #define CH_MEM_STREAM3_SRC 27 | ||
| 62 | |||
| 63 | #define MAX_BLACKFIN_DMA_CHANNEL 28 | ||
| 64 | |||
| 65 | #endif | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/irq.h b/arch/blackfin/mach-bf538/include/mach/irq.h new file mode 100644 index 000000000000..60bdac4cb6a4 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/irq.h | |||
| @@ -0,0 +1,211 @@ | |||
| 1 | /* | ||
| 2 | * file: include/asm-blackfin/mach-bf538/irq.h | ||
| 3 | * based on: include/asm-blackfin/mach-bf537/irq.h | ||
| 4 | * author: Michael Hennerich (michael.hennerich@analog.com) | ||
| 5 | * | ||
| 6 | * created: | ||
| 7 | * description: | ||
| 8 | * system mmr register map | ||
| 9 | * rev: | ||
| 10 | * | ||
| 11 | * modified: | ||
| 12 | * | ||
| 13 | * | ||
| 14 | * bugs: enter bugs at http://blackfin.uclinux.org/ | ||
| 15 | * | ||
| 16 | * this program is free software; you can redistribute it and/or modify | ||
| 17 | * it under the terms of the gnu general public license as published by | ||
| 18 | * the free software foundation; either version 2, or (at your option) | ||
| 19 | * any later version. | ||
| 20 | * | ||
| 21 | * this program is distributed in the hope that it will be useful, | ||
| 22 | * but without any warranty; without even the implied warranty of | ||
| 23 | * merchantability or fitness for a particular purpose. see the | ||
| 24 | * gnu general public license for more details. | ||
| 25 | * | ||
| 26 | * you should have received a copy of the gnu general public license | ||
| 27 | * along with this program; see the file copying. | ||
| 28 | * if not, write to the free software foundation, | ||
| 29 | * 59 temple place - suite 330, boston, ma 02111-1307, usa. | ||
| 30 | */ | ||
| 31 | |||
| 32 | #ifndef _BF538_IRQ_H_ | ||
| 33 | #define _BF538_IRQ_H_ | ||
| 34 | |||
| 35 | /* | ||
| 36 | * Interrupt source definitions | ||
| 37 | Event Source Core Event Name | ||
| 38 | Core Emulation ** | ||
| 39 | Events (highest priority) EMU 0 | ||
| 40 | Reset RST 1 | ||
| 41 | NMI NMI 2 | ||
| 42 | Exception EVX 3 | ||
| 43 | Reserved -- 4 | ||
| 44 | Hardware Error IVHW 5 | ||
| 45 | Core Timer IVTMR 6 * | ||
| 46 | |||
| 47 | ..... | ||
| 48 | |||
| 49 | Software Interrupt 1 IVG14 31 | ||
| 50 | Software Interrupt 2 -- | ||
| 51 | (lowest priority) IVG15 32 * | ||
| 52 | */ | ||
| 53 | |||
| 54 | #define NR_PERI_INTS (2 * 32) | ||
| 55 | |||
| 56 | /* The ABSTRACT IRQ definitions */ | ||
| 57 | /** the first seven of the following are fixed, the rest you change if you need to **/ | ||
| 58 | #define IRQ_EMU 0 /* Emulation */ | ||
| 59 | #define IRQ_RST 1 /* reset */ | ||
| 60 | #define IRQ_NMI 2 /* Non Maskable */ | ||
| 61 | #define IRQ_EVX 3 /* Exception */ | ||
| 62 | #define IRQ_UNUSED 4 /* - unused interrupt */ | ||
| 63 | #define IRQ_HWERR 5 /* Hardware Error */ | ||
| 64 | #define IRQ_CORETMR 6 /* Core timer */ | ||
| 65 | |||
| 66 | #define BFIN_IRQ(x) ((x) + 7) | ||
| 67 | |||
| 68 | #define IRQ_PLL_WAKEUP BFIN_IRQ(0) /* PLL Wakeup Interrupt */ | ||
| 69 | #define IRQ_DMA0_ERROR BFIN_IRQ(1) /* DMA Error 0 (generic) */ | ||
| 70 | #define IRQ_PPI_ERROR BFIN_IRQ(2) /* PPI Error */ | ||
| 71 | #define IRQ_SPORT0_ERROR BFIN_IRQ(3) /* SPORT0 Status */ | ||
| 72 | #define IRQ_SPORT1_ERROR BFIN_IRQ(4) /* SPORT1 Status */ | ||
| 73 | #define IRQ_SPI0_ERROR BFIN_IRQ(5) /* SPI0 Status */ | ||
| 74 | #define IRQ_UART0_ERROR BFIN_IRQ(6) /* UART0 Status */ | ||
| 75 | #define IRQ_RTC BFIN_IRQ(7) /* RTC */ | ||
| 76 | #define IRQ_PPI BFIN_IRQ(8) /* DMA Channel 0 (PPI) */ | ||
| 77 | #define IRQ_SPORT0_RX BFIN_IRQ(9) /* DMA 1 Channel (SPORT0 RX) */ | ||
| 78 | #define IRQ_SPORT0_TX BFIN_IRQ(10) /* DMA 2 Channel (SPORT0 TX) */ | ||
| 79 | #define IRQ_SPORT1_RX BFIN_IRQ(11) /* DMA 3 Channel (SPORT1 RX) */ | ||
| 80 | #define IRQ_SPORT1_TX BFIN_IRQ(12) /* DMA 4 Channel (SPORT1 TX) */ | ||
| 81 | #define IRQ_SPI0 BFIN_IRQ(13) /* DMA 5 Channel (SPI0) */ | ||
| 82 | #define IRQ_UART0_RX BFIN_IRQ(14) /* DMA 6 Channel (UART0 RX) */ | ||
| 83 | #define IRQ_UART0_TX BFIN_IRQ(15) /* DMA 7 Channel (UART0 TX) */ | ||
| 84 | #define IRQ_TMR0 BFIN_IRQ(16) /* Timer 0 */ | ||
| 85 | #define IRQ_TMR1 BFIN_IRQ(17) /* Timer 1 */ | ||
| 86 | #define IRQ_TMR2 BFIN_IRQ(18) /* Timer 2 */ | ||
| 87 | #define IRQ_PORTF_INTA BFIN_IRQ(19) /* Port F Interrupt A */ | ||
| 88 | #define IRQ_PORTF_INTB BFIN_IRQ(20) /* Port F Interrupt B */ | ||
| 89 | #define IRQ_MEM0_DMA0 BFIN_IRQ(21) /* MDMA0 Stream 0 */ | ||
| 90 | #define IRQ_MEM0_DMA1 BFIN_IRQ(22) /* MDMA0 Stream 1 */ | ||
| 91 | #define IRQ_WATCH BFIN_IRQ(23) /* Software Watchdog Timer */ | ||
| 92 | #define IRQ_DMA1_ERROR BFIN_IRQ(24) /* DMA Error 1 (generic) */ | ||
| 93 | #define IRQ_SPORT2_ERROR BFIN_IRQ(25) /* SPORT2 Status */ | ||
| 94 | #define IRQ_SPORT3_ERROR BFIN_IRQ(26) /* SPORT3 Status */ | ||
| 95 | #define IRQ_SPI1_ERROR BFIN_IRQ(28) /* SPI1 Status */ | ||
| 96 | #define IRQ_SPI2_ERROR BFIN_IRQ(29) /* SPI2 Status */ | ||
| 97 | #define IRQ_UART1_ERROR BFIN_IRQ(30) /* UART1 Status */ | ||
| 98 | #define IRQ_UART2_ERROR BFIN_IRQ(31) /* UART2 Status */ | ||
| 99 | #define IRQ_CAN_ERROR BFIN_IRQ(32) /* CAN Status (Error) Interrupt */ | ||
| 100 | #define IRQ_SPORT2_RX BFIN_IRQ(33) /* DMA 8 Channel (SPORT2 RX) */ | ||
| 101 | #define IRQ_SPORT2_TX BFIN_IRQ(34) /* DMA 9 Channel (SPORT2 TX) */ | ||
| 102 | #define IRQ_SPORT3_RX BFIN_IRQ(35) /* DMA 10 Channel (SPORT3 RX) */ | ||
| 103 | #define IRQ_SPORT3_TX BFIN_IRQ(36) /* DMA 11 Channel (SPORT3 TX) */ | ||
| 104 | #define IRQ_SPI1 BFIN_IRQ(39) /* DMA 14 Channel (SPI1) */ | ||
| 105 | #define IRQ_SPI2 BFIN_IRQ(40) /* DMA 15 Channel (SPI2) */ | ||
| 106 | #define IRQ_UART1_RX BFIN_IRQ(41) /* DMA 16 Channel (UART1 RX) */ | ||
| 107 | #define IRQ_UART1_TX BFIN_IRQ(42) /* DMA 17 Channel (UART1 TX) */ | ||
| 108 | #define IRQ_UART2_RX BFIN_IRQ(43) /* DMA 18 Channel (UART2 RX) */ | ||
| 109 | #define IRQ_UART2_TX BFIN_IRQ(44) /* DMA 19 Channel (UART2 TX) */ | ||
| 110 | #define IRQ_TWI0 BFIN_IRQ(45) /* TWI0 */ | ||
| 111 | #define IRQ_TWI1 BFIN_IRQ(46) /* TWI1 */ | ||
| 112 | #define IRQ_CAN_RX BFIN_IRQ(47) /* CAN Receive Interrupt */ | ||
| 113 | #define IRQ_CAN_TX BFIN_IRQ(48) /* CAN Transmit Interrupt */ | ||
| 114 | #define IRQ_MEM1_DMA0 BFIN_IRQ(49) /* MDMA1 Stream 0 */ | ||
| 115 | #define IRQ_MEM1_DMA1 BFIN_IRQ(50) /* MDMA1 Stream 1 */ | ||
| 116 | |||
| 117 | #define SYS_IRQS BFIN_IRQ(63) /* 70 */ | ||
| 118 | |||
| 119 | #define IRQ_PF0 71 | ||
| 120 | #define IRQ_PF1 72 | ||
| 121 | #define IRQ_PF2 73 | ||
| 122 | #define IRQ_PF3 74 | ||
| 123 | #define IRQ_PF4 75 | ||
| 124 | #define IRQ_PF5 76 | ||
| 125 | #define IRQ_PF6 77 | ||
| 126 | #define IRQ_PF7 78 | ||
| 127 | #define IRQ_PF8 79 | ||
| 128 | #define IRQ_PF9 80 | ||
| 129 | #define IRQ_PF10 81 | ||
| 130 | #define IRQ_PF11 82 | ||
| 131 | #define IRQ_PF12 83 | ||
| 132 | #define IRQ_PF13 84 | ||
| 133 | #define IRQ_PF14 85 | ||
| 134 | #define IRQ_PF15 86 | ||
| 135 | |||
| 136 | #define GPIO_IRQ_BASE IRQ_PF0 | ||
| 137 | |||
| 138 | #define NR_IRQS (IRQ_PF15+1) | ||
| 139 | |||
| 140 | #define IVG7 7 | ||
| 141 | #define IVG8 8 | ||
| 142 | #define IVG9 9 | ||
| 143 | #define IVG10 10 | ||
| 144 | #define IVG11 11 | ||
| 145 | #define IVG12 12 | ||
| 146 | #define IVG13 13 | ||
| 147 | #define IVG14 14 | ||
| 148 | #define IVG15 15 | ||
| 149 | |||
| 150 | /* IAR0 BIT FIELDS */ | ||
| 151 | #define IRQ_PLL_WAKEUP_POS 0 | ||
| 152 | #define IRQ_DMA0_ERROR_POS 4 | ||
| 153 | #define IRQ_PPI_ERROR_POS 8 | ||
| 154 | #define IRQ_SPORT0_ERROR_POS 12 | ||
| 155 | #define IRQ_SPORT1_ERROR_POS 16 | ||
| 156 | #define IRQ_SPI0_ERROR_POS 20 | ||
| 157 | #define IRQ_UART0_ERROR_POS 24 | ||
| 158 | #define IRQ_RTC_POS 28 | ||
| 159 | |||
| 160 | /* IAR1 BIT FIELDS */ | ||
| 161 | #define IRQ_PPI_POS 0 | ||
| 162 | #define IRQ_SPORT0_RX_POS 4 | ||
| 163 | #define IRQ_SPORT0_TX_POS 8 | ||
| 164 | #define IRQ_SPORT1_RX_POS 12 | ||
| 165 | #define IRQ_SPORT1_TX_POS 16 | ||
| 166 | #define IRQ_SPI0_POS 20 | ||
| 167 | #define IRQ_UART0_RX_POS 24 | ||
| 168 | #define IRQ_UART0_TX_POS 28 | ||
| 169 | |||
| 170 | /* IAR2 BIT FIELDS */ | ||
| 171 | #define IRQ_TMR0_POS 0 | ||
| 172 | #define IRQ_TMR1_POS 4 | ||
| 173 | #define IRQ_TMR2_POS 8 | ||
| 174 | #define IRQ_PORTF_INTA_POS 12 | ||
| 175 | #define IRQ_PORTF_INTB_POS 16 | ||
| 176 | #define IRQ_MEM0_DMA0_POS 20 | ||
| 177 | #define IRQ_MEM0_DMA1_POS 24 | ||
| 178 | #define IRQ_WATCH_POS 28 | ||
| 179 | |||
| 180 | /* IAR3 BIT FIELDS */ | ||
| 181 | #define IRQ_DMA1_ERROR_POS 0 | ||
| 182 | #define IRQ_SPORT2_ERROR_POS 4 | ||
| 183 | #define IRQ_SPORT3_ERROR_POS 8 | ||
| 184 | #define IRQ_SPI1_ERROR_POS 16 | ||
| 185 | #define IRQ_SPI2_ERROR_POS 20 | ||
| 186 | #define IRQ_UART1_ERROR_POS 24 | ||
| 187 | #define IRQ_UART2_ERROR_POS 28 | ||
| 188 | |||
| 189 | /* IAR4 BIT FIELDS */ | ||
| 190 | #define IRQ_CAN_ERROR_POS 0 | ||
| 191 | #define IRQ_SPORT2_RX_POS 4 | ||
| 192 | #define IRQ_SPORT2_TX_POS 8 | ||
| 193 | #define IRQ_SPORT3_RX_POS 12 | ||
| 194 | #define IRQ_SPORT3_TX_POS 16 | ||
| 195 | #define IRQ_SPI1_POS 28 | ||
| 196 | |||
| 197 | /* IAR5 BIT FIELDS */ | ||
| 198 | #define IRQ_SPI2_POS 0 | ||
| 199 | #define IRQ_UART1_RX_POS 4 | ||
| 200 | #define IRQ_UART1_TX_POS 8 | ||
| 201 | #define IRQ_UART2_RX_POS 12 | ||
| 202 | #define IRQ_UART2_TX_POS 16 | ||
| 203 | #define IRQ_TWI0_POS 20 | ||
| 204 | #define IRQ_TWI1_POS 24 | ||
| 205 | #define IRQ_CAN_RX_POS 28 | ||
| 206 | |||
| 207 | /* IAR6 BIT FIELDS */ | ||
| 208 | #define IRQ_CAN_TX_POS 0 | ||
| 209 | #define IRQ_MEM1_DMA0_POS 4 | ||
| 210 | #define IRQ_MEM1_DMA1_POS 8 | ||
| 211 | #endif /* _BF538_IRQ_H_ */ | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/mem_init.h b/arch/blackfin/mach-bf538/include/mach/mem_init.h new file mode 100644 index 000000000000..d3961ba997c6 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/mem_init.h | |||
| @@ -0,0 +1,303 @@ | |||
| 1 | /* | ||
| 2 | * File: include/asm-blackfin/mach-bf538/mem_init.h | ||
| 3 | * Based on: | ||
| 4 | * Author: | ||
| 5 | * | ||
| 6 | * Created: | ||
| 7 | * Description: | ||
| 8 | * | ||
| 9 | * Rev: | ||
| 10 | * | ||
| 11 | * Modified: | ||
| 12 | * Copyright 2004-2006 Analog Devices Inc. | ||
| 13 | * | ||
| 14 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
| 15 | * | ||
| 16 | * This program is free software; you can redistribute it and/or modify | ||
| 17 | * it under the terms of the GNU General Public License as published by | ||
| 18 | * the Free Software Foundation; either version 2, or (at your option) | ||
| 19 | * any later version. | ||
| 20 | * | ||
| 21 | * This program is distributed in the hope that it will be useful, | ||
| 22 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 23 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 24 | * GNU General Public License for more details. | ||
| 25 | * | ||
| 26 | * You should have received a copy of the GNU General Public License | ||
| 27 | * along with this program; see the file COPYING. | ||
| 28 | * If not, write to the Free Software Foundation, | ||
| 29 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
| 30 | */ | ||
| 31 | |||
| 32 | #if (CONFIG_MEM_MT48LC16M16A2TG_75 || CONFIG_MEM_MT48LC64M4A2FB_7E || CONFIG_MEM_MT48LC16M8A2TG_75 || CONFIG_MEM_GENERIC_BOARD || CONFIG_MEM_MT48LC32M8A2_75) | ||
| 33 | #if (CONFIG_SCLK_HZ > 119402985) | ||
| 34 | #define SDRAM_tRP TRP_2 | ||
| 35 | #define SDRAM_tRP_num 2 | ||
| 36 | #define SDRAM_tRAS TRAS_7 | ||
| 37 | #define SDRAM_tRAS_num 7 | ||
| 38 | #define SDRAM_tRCD TRCD_2 | ||
| 39 | #define SDRAM_tWR TWR_2 | ||
| 40 | #endif | ||
| 41 | #if (CONFIG_SCLK_HZ > 104477612) && (CONFIG_SCLK_HZ <= 119402985) | ||
| 42 | #define SDRAM_tRP TRP_2 | ||
| 43 | #define SDRAM_tRP_num 2 | ||
| 44 | #define SDRAM_tRAS TRAS_6 | ||
| 45 | #define SDRAM_tRAS_num 6 | ||
| 46 | #define SDRAM_tRCD TRCD_2 | ||
| 47 | #define SDRAM_tWR TWR_2 | ||
| 48 | #endif | ||
| 49 | #if (CONFIG_SCLK_HZ > 89552239) && (CONFIG_SCLK_HZ <= 104477612) | ||
| 50 | #define SDRAM_tRP TRP_2 | ||
| 51 | #define SDRAM_tRP_num 2 | ||
| 52 | #define SDRAM_tRAS TRAS_5 | ||
| 53 | #define SDRAM_tRAS_num 5 | ||
| 54 | #define SDRAM_tRCD TRCD_2 | ||
| 55 | #define SDRAM_tWR TWR_2 | ||
| 56 | #endif | ||
| 57 | #if (CONFIG_SCLK_HZ > 74626866) && (CONFIG_SCLK_HZ <= 89552239) | ||
| 58 | #define SDRAM_tRP TRP_2 | ||
| 59 | #define SDRAM_tRP_num 2 | ||
| 60 | #define SDRAM_tRAS TRAS_4 | ||
| 61 | #define SDRAM_tRAS_num 4 | ||
| 62 | #define SDRAM_tRCD TRCD_2 | ||
| 63 | #define SDRAM_tWR TWR_2 | ||
| 64 | #endif | ||
| 65 | #if (CONFIG_SCLK_HZ > 66666667) && (CONFIG_SCLK_HZ <= 74626866) | ||
| 66 | #define SDRAM_tRP TRP_2 | ||
| 67 | #define SDRAM_tRP_num 2 | ||
| 68 | #define SDRAM_tRAS TRAS_3 | ||
| 69 | #define SDRAM_tRAS_num 3 | ||
| 70 | #define SDRAM_tRCD TRCD_2 | ||
| 71 | #define SDRAM_tWR TWR_2 | ||
| 72 | #endif | ||
| 73 | #if (CONFIG_SCLK_HZ > 59701493) && (CONFIG_SCLK_HZ <= 66666667) | ||
| 74 | #define SDRAM_tRP TRP_1 | ||
| 75 | #define SDRAM_tRP_num 1 | ||
| 76 | #define SDRAM_tRAS TRAS_4 | ||
| 77 | #define SDRAM_tRAS_num 3 | ||
| 78 | #define SDRAM_tRCD TRCD_1 | ||
| 79 | #define SDRAM_tWR TWR_2 | ||
| 80 | #endif | ||
| 81 | #if (CONFIG_SCLK_HZ > 44776119) && (CONFIG_SCLK_HZ <= 59701493) | ||
| 82 | #define SDRAM_tRP TRP_1 | ||
| 83 | #define SDRAM_tRP_num 1 | ||
| 84 | #define SDRAM_tRAS TRAS_3 | ||
| 85 | #define SDRAM_tRAS_num 3 | ||
| 86 | #define SDRAM_tRCD TRCD_1 | ||
| 87 | #define SDRAM_tWR TWR_2 | ||
| 88 | #endif | ||
| 89 | #if (CONFIG_SCLK_HZ > 29850746) && (CONFIG_SCLK_HZ <= 44776119) | ||
| 90 | #define SDRAM_tRP TRP_1 | ||
| 91 | #define SDRAM_tRP_num 1 | ||
| 92 | #define SDRAM_tRAS TRAS_2 | ||
| 93 | #define SDRAM_tRAS_num 2 | ||
| 94 | #define SDRAM_tRCD TRCD_1 | ||
| 95 | #define SDRAM_tWR TWR_2 | ||
| 96 | #endif | ||
| 97 | #if (CONFIG_SCLK_HZ <= 29850746) | ||
| 98 | #define SDRAM_tRP TRP_1 | ||
| 99 | #define SDRAM_tRP_num 1 | ||
| 100 | #define SDRAM_tRAS TRAS_1 | ||
| 101 | #define SDRAM_tRAS_num 1 | ||
| 102 | #define SDRAM_tRCD TRCD_1 | ||
| 103 | #define SDRAM_tWR TWR_2 | ||
| 104 | #endif | ||
| 105 | #endif | ||
| 106 | |||
| 107 | #if (CONFIG_MEM_MT48LC16M16A2TG_75) | ||
| 108 | /*SDRAM INFORMATION: */ | ||
| 109 | #define SDRAM_Tref 64 /* Refresh period in milliseconds */ | ||
| 110 | #define SDRAM_NRA 8192 /* Number of row addresses in SDRAM */ | ||
| 111 | #define SDRAM_CL CL_3 | ||
| 112 | #endif | ||
| 113 | |||
| 114 | #if (CONFIG_MEM_MT48LC16M8A2TG_75) | ||
| 115 | /*SDRAM INFORMATION: */ | ||
| 116 | #define SDRAM_Tref 64 /* Refresh period in milliseconds */ | ||
| 117 | #define SDRAM_NRA 4096 /* Number of row addresses in SDRAM */ | ||
| 118 | #define SDRAM_CL CL_3 | ||
| 119 | #endif | ||
| 120 | |||
| 121 | #if (CONFIG_MEM_MT48LC32M8A2_75) | ||
| 122 | /*SDRAM INFORMATION: */ | ||
| 123 | #define SDRAM_Tref 64 /* Refresh period in milliseconds */ | ||
| 124 | #define SDRAM_NRA 8192 /* Number of row addresses in SDRAM */ | ||
| 125 | #define SDRAM_CL CL_3 | ||
| 126 | #endif | ||
| 127 | |||
| 128 | #if (CONFIG_MEM_MT48LC64M4A2FB_7E) | ||
| 129 | /*SDRAM INFORMATION: */ | ||
| 130 | #define SDRAM_Tref 64 /* Refresh period in milliseconds */ | ||
| 131 | #define SDRAM_NRA 8192 /* Number of row addresses in SDRAM */ | ||
| 132 | #define SDRAM_CL CL_3 | ||
| 133 | #endif | ||
| 134 | |||
| 135 | #if (CONFIG_MEM_GENERIC_BOARD) | ||
| 136 | /*SDRAM INFORMATION: Modify this for your board */ | ||
| 137 | #define SDRAM_Tref 64 /* Refresh period in milliseconds */ | ||
| 138 | #define SDRAM_NRA 8192 /* Number of row addresses in SDRAM */ | ||
| 139 | #define SDRAM_CL CL_3 | ||
| 140 | #endif | ||
| 141 | |||
| 142 | /* Equation from section 17 (p17-46) of BF533 HRM */ | ||
| 143 | #define mem_SDRRC ((((CONFIG_SCLK_HZ / 1000) * SDRAM_Tref) / SDRAM_NRA) - (SDRAM_tRAS_num + SDRAM_tRP_num)) | ||
| 144 | |||
| 145 | /* Enable SCLK Out */ | ||
| 146 | #define mem_SDGCTL (SCTLE | SDRAM_CL | SDRAM_tRAS | SDRAM_tRP | SDRAM_tRCD | SDRAM_tWR | PSS) | ||
| 147 | |||
| 148 | #if defined CONFIG_CLKIN_HALF | ||
| 149 | #define CLKIN_HALF 1 | ||
| 150 | #else | ||
| 151 | #define CLKIN_HALF 0 | ||
| 152 | #endif | ||
| 153 | |||
| 154 | #if defined CONFIG_PLL_BYPASS | ||
| 155 | #define PLL_BYPASS 1 | ||
| 156 | #else | ||
| 157 | #define PLL_BYPASS 0 | ||
| 158 | #endif | ||
| 159 | |||
| 160 | /***************************************Currently Not Being Used *********************************/ | ||
| 161 | #define flash_EBIU_AMBCTL_WAT (((CONFIG_FLASH_SPEED_BWAT * 4) / (4000000000 / CONFIG_SCLK_HZ)) + 1) | ||
| 162 | #define flash_EBIU_AMBCTL_RAT (((CONFIG_FLASH_SPEED_BRAT * 4) / (4000000000 / CONFIG_SCLK_HZ)) + 1) | ||
| 163 | #define flash_EBIU_AMBCTL_HT (((CONFIG_FLASH_SPEED_BHT * 4) / (4000000000 / CONFIG_SCLK_HZ))) | ||
| 164 | #define flash_EBIU_AMBCTL_ST (((CONFIG_FLASH_SPEED_BST * 4) / (4000000000 / CONFIG_SCLK_HZ)) + 1) | ||
| 165 | #define flash_EBIU_AMBCTL_TT (((CONFIG_FLASH_SPEED_BTT * 4) / (4000000000 / CONFIG_SCLK_HZ)) + 1) | ||
| 166 | |||
| 167 | #if (flash_EBIU_AMBCTL_TT > 3) | ||
| 168 | #define flash_EBIU_AMBCTL0_TT B0TT_4 | ||
| 169 | #endif | ||
| 170 | #if (flash_EBIU_AMBCTL_TT == 3) | ||
| 171 | #define flash_EBIU_AMBCTL0_TT B0TT_3 | ||
| 172 | #endif | ||
| 173 | #if (flash_EBIU_AMBCTL_TT == 2) | ||
| 174 | #define flash_EBIU_AMBCTL0_TT B0TT_2 | ||
| 175 | #endif | ||
| 176 | #if (flash_EBIU_AMBCTL_TT < 2) | ||
| 177 | #define flash_EBIU_AMBCTL0_TT B0TT_1 | ||
| 178 | #endif | ||
| 179 | |||
| 180 | #if (flash_EBIU_AMBCTL_ST > 3) | ||
| 181 | #define flash_EBIU_AMBCTL0_ST B0ST_4 | ||
| 182 | #endif | ||
| 183 | #if (flash_EBIU_AMBCTL_ST == 3) | ||
| 184 | #define flash_EBIU_AMBCTL0_ST B0ST_3 | ||
| 185 | #endif | ||
| 186 | #if (flash_EBIU_AMBCTL_ST == 2) | ||
| 187 | #define flash_EBIU_AMBCTL0_ST B0ST_2 | ||
| 188 | #endif | ||
| 189 | #if (flash_EBIU_AMBCTL_ST < 2) | ||
| 190 | #define flash_EBIU_AMBCTL0_ST B0ST_1 | ||
| 191 | #endif | ||
| 192 | |||
| 193 | #if (flash_EBIU_AMBCTL_HT > 2) | ||
| 194 | #define flash_EBIU_AMBCTL0_HT B0HT_3 | ||
| 195 | #endif | ||
| 196 | #if (flash_EBIU_AMBCTL_HT == 2) | ||
| 197 | #define flash_EBIU_AMBCTL0_HT B0HT_2 | ||
| 198 | #endif | ||
| 199 | #if (flash_EBIU_AMBCTL_HT == 1) | ||
| 200 | #define flash_EBIU_AMBCTL0_HT B0HT_1 | ||
| 201 | #endif | ||
| 202 | #if (flash_EBIU_AMBCTL_HT == 0 && CONFIG_FLASH_SPEED_BHT == 0) | ||
| 203 | #define flash_EBIU_AMBCTL0_HT B0HT_0 | ||
| 204 | #endif | ||
| 205 | #if (flash_EBIU_AMBCTL_HT == 0 && CONFIG_FLASH_SPEED_BHT != 0) | ||
| 206 | #define flash_EBIU_AMBCTL0_HT B0HT_1 | ||
| 207 | #endif | ||
| 208 | |||
| 209 | #if (flash_EBIU_AMBCTL_WAT > 14) | ||
| 210 | #define flash_EBIU_AMBCTL0_WAT B0WAT_15 | ||
| 211 | #endif | ||
| 212 | #if (flash_EBIU_AMBCTL_WAT == 14) | ||
| 213 | #define flash_EBIU_AMBCTL0_WAT B0WAT_14 | ||
| 214 | #endif | ||
| 215 | #if (flash_EBIU_AMBCTL_WAT == 13) | ||
| 216 | #define flash_EBIU_AMBCTL0_WAT B0WAT_13 | ||
| 217 | #endif | ||
| 218 | #if (flash_EBIU_AMBCTL_WAT == 12) | ||
| 219 | #define flash_EBIU_AMBCTL0_WAT B0WAT_12 | ||
| 220 | #endif | ||
| 221 | #if (flash_EBIU_AMBCTL_WAT == 11) | ||
| 222 | #define flash_EBIU_AMBCTL0_WAT B0WAT_11 | ||
| 223 | #endif | ||
| 224 | #if (flash_EBIU_AMBCTL_WAT == 10) | ||
| 225 | #define flash_EBIU_AMBCTL0_WAT B0WAT_10 | ||
| 226 | #endif | ||
| 227 | #if (flash_EBIU_AMBCTL_WAT == 9) | ||
| 228 | #define flash_EBIU_AMBCTL0_WAT B0WAT_9 | ||
| 229 | #endif | ||
| 230 | #if (flash_EBIU_AMBCTL_WAT == 8) | ||
| 231 | #define flash_EBIU_AMBCTL0_WAT B0WAT_8 | ||
| 232 | #endif | ||
| 233 | #if (flash_EBIU_AMBCTL_WAT == 7) | ||
| 234 | #define flash_EBIU_AMBCTL0_WAT B0WAT_7 | ||
| 235 | #endif | ||
| 236 | #if (flash_EBIU_AMBCTL_WAT == 6) | ||
| 237 | #define flash_EBIU_AMBCTL0_WAT B0WAT_6 | ||
| 238 | #endif | ||
| 239 | #if (flash_EBIU_AMBCTL_WAT == 5) | ||
| 240 | #define flash_EBIU_AMBCTL0_WAT B0WAT_5 | ||
| 241 | #endif | ||
| 242 | #if (flash_EBIU_AMBCTL_WAT == 4) | ||
| 243 | #define flash_EBIU_AMBCTL0_WAT B0WAT_4 | ||
| 244 | #endif | ||
| 245 | #if (flash_EBIU_AMBCTL_WAT == 3) | ||
| 246 | #define flash_EBIU_AMBCTL0_WAT B0WAT_3 | ||
| 247 | #endif | ||
| 248 | #if (flash_EBIU_AMBCTL_WAT == 2) | ||
| 249 | #define flash_EBIU_AMBCTL0_WAT B0WAT_2 | ||
| 250 | #endif | ||
| 251 | #if (flash_EBIU_AMBCTL_WAT == 1) | ||
| 252 | #define flash_EBIU_AMBCTL0_WAT B0WAT_1 | ||
| 253 | #endif | ||
| 254 | |||
| 255 | #if (flash_EBIU_AMBCTL_RAT > 14) | ||
| 256 | #define flash_EBIU_AMBCTL0_RAT B0RAT_15 | ||
| 257 | #endif | ||
| 258 | #if (flash_EBIU_AMBCTL_RAT == 14) | ||
| 259 | #define flash_EBIU_AMBCTL0_RAT B0RAT_14 | ||
| 260 | #endif | ||
| 261 | #if (flash_EBIU_AMBCTL_RAT == 13) | ||
| 262 | #define flash_EBIU_AMBCTL0_RAT B0RAT_13 | ||
| 263 | #endif | ||
| 264 | #if (flash_EBIU_AMBCTL_RAT == 12) | ||
| 265 | #define flash_EBIU_AMBCTL0_RAT B0RAT_12 | ||
| 266 | #endif | ||
| 267 | #if (flash_EBIU_AMBCTL_RAT == 11) | ||
| 268 | #define flash_EBIU_AMBCTL0_RAT B0RAT_11 | ||
| 269 | #endif | ||
| 270 | #if (flash_EBIU_AMBCTL_RAT == 10) | ||
| 271 | #define flash_EBIU_AMBCTL0_RAT B0RAT_10 | ||
| 272 | #endif | ||
| 273 | #if (flash_EBIU_AMBCTL_RAT == 9) | ||
| 274 | #define flash_EBIU_AMBCTL0_RAT B0RAT_9 | ||
| 275 | #endif | ||
| 276 | #if (flash_EBIU_AMBCTL_RAT == 8) | ||
| 277 | #define flash_EBIU_AMBCTL0_RAT B0RAT_8 | ||
| 278 | #endif | ||
| 279 | #if (flash_EBIU_AMBCTL_RAT == 7) | ||
| 280 | #define flash_EBIU_AMBCTL0_RAT B0RAT_7 | ||
| 281 | #endif | ||
| 282 | #if (flash_EBIU_AMBCTL_RAT == 6) | ||
| 283 | #define flash_EBIU_AMBCTL0_RAT B0RAT_6 | ||
| 284 | #endif | ||
| 285 | #if (flash_EBIU_AMBCTL_RAT == 5) | ||
| 286 | #define flash_EBIU_AMBCTL0_RAT B0RAT_5 | ||
| 287 | #endif | ||
| 288 | #if (flash_EBIU_AMBCTL_RAT == 4) | ||
| 289 | #define flash_EBIU_AMBCTL0_RAT B0RAT_4 | ||
| 290 | #endif | ||
| 291 | #if (flash_EBIU_AMBCTL_RAT == 3) | ||
| 292 | #define flash_EBIU_AMBCTL0_RAT B0RAT_3 | ||
| 293 | #endif | ||
| 294 | #if (flash_EBIU_AMBCTL_RAT == 2) | ||
| 295 | #define flash_EBIU_AMBCTL0_RAT B0RAT_2 | ||
| 296 | #endif | ||
| 297 | #if (flash_EBIU_AMBCTL_RAT == 1) | ||
| 298 | #define flash_EBIU_AMBCTL0_RAT B0RAT_1 | ||
| 299 | #endif | ||
| 300 | |||
| 301 | #define flash_EBIU_AMBCTL0 \ | ||
| 302 | (flash_EBIU_AMBCTL0_WAT | flash_EBIU_AMBCTL0_RAT | flash_EBIU_AMBCTL0_HT | \ | ||
| 303 | flash_EBIU_AMBCTL0_ST | flash_EBIU_AMBCTL0_TT | CONFIG_FLASH_SPEED_RDYEN) | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/mem_map.h b/arch/blackfin/mach-bf538/include/mach/mem_map.h new file mode 100644 index 000000000000..d65d4301615a --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/mem_map.h | |||
| @@ -0,0 +1,107 @@ | |||
| 1 | /* | ||
| 2 | * File: include/asm-blackfin/mach-bf538/mem_map.h | ||
| 3 | * Based on: | ||
| 4 | * Author: | ||
| 5 | * | ||
| 6 | * Created: | ||
| 7 | * Description: | ||
| 8 | * | ||
| 9 | * Rev: | ||
| 10 | * | ||
| 11 | * Modified: | ||
| 12 | * | ||
| 13 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
| 14 | * | ||
| 15 | * This program is free software; you can redistribute it and/or modify | ||
| 16 | * it under the terms of the GNU General Public License as published by | ||
| 17 | * the Free Software Foundation; either version 2, or (at your option) | ||
| 18 | * any later version. | ||
| 19 | * | ||
| 20 | * This program is distributed in the hope that it will be useful, | ||
| 21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 23 | * GNU General Public License for more details. | ||
| 24 | * | ||
| 25 | * You should have received a copy of the GNU General Public License | ||
| 26 | * along with this program; see the file COPYING. | ||
| 27 | * If not, write to the Free Software Foundation, | ||
| 28 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
| 29 | */ | ||
| 30 | |||
| 31 | #ifndef _MEM_MAP_538_H_ | ||
| 32 | #define _MEM_MAP_538_H_ | ||
| 33 | |||
| 34 | #define COREMMR_BASE 0xFFE00000 /* Core MMRs */ | ||
| 35 | #define SYSMMR_BASE 0xFFC00000 /* System MMRs */ | ||
| 36 | |||
| 37 | /* Async Memory Banks */ | ||
| 38 | #define ASYNC_BANK3_BASE 0x20300000 /* Async Bank 3 */ | ||
| 39 | #define ASYNC_BANK3_SIZE 0x00100000 /* 1M */ | ||
| 40 | #define ASYNC_BANK2_BASE 0x20200000 /* Async Bank 2 */ | ||
| 41 | #define ASYNC_BANK2_SIZE 0x00100000 /* 1M */ | ||
| 42 | #define ASYNC_BANK1_BASE 0x20100000 /* Async Bank 1 */ | ||
| 43 | #define ASYNC_BANK1_SIZE 0x00100000 /* 1M */ | ||
| 44 | #define ASYNC_BANK0_BASE 0x20000000 /* Async Bank 0 */ | ||
| 45 | #define ASYNC_BANK0_SIZE 0x00100000 /* 1M */ | ||
| 46 | |||
| 47 | /* Boot ROM Memory */ | ||
| 48 | |||
| 49 | #define BOOT_ROM_START 0xEF000000 | ||
| 50 | #define BOOT_ROM_LENGTH 0x400 | ||
| 51 | |||
| 52 | /* Level 1 Memory */ | ||
| 53 | |||
| 54 | #ifdef CONFIG_BFIN_ICACHE | ||
| 55 | #define BFIN_ICACHESIZE (16*1024) | ||
| 56 | #else | ||
| 57 | #define BFIN_ICACHESIZE (0*1024) | ||
| 58 | #endif | ||
| 59 | |||
| 60 | /* Memory Map for ADSP-BF538/9 processors */ | ||
| 61 | |||
| 62 | #define L1_CODE_START 0xFFA00000 | ||
| 63 | #define L1_DATA_A_START 0xFF800000 | ||
| 64 | #define L1_DATA_B_START 0xFF900000 | ||
| 65 | |||
| 66 | #ifdef CONFIG_BFIN_ICACHE | ||
| 67 | #define L1_CODE_LENGTH (0x14000 - 0x4000) | ||
| 68 | #else | ||
| 69 | #define L1_CODE_LENGTH 0x14000 | ||
| 70 | #endif | ||
| 71 | |||
| 72 | #ifdef CONFIG_BFIN_DCACHE | ||
| 73 | |||
| 74 | #ifdef CONFIG_BFIN_DCACHE_BANKA | ||
| 75 | #define DMEM_CNTR (ACACHE_BSRAM | ENDCPLB | PORT_PREF0) | ||
| 76 | #define L1_DATA_A_LENGTH (0x8000 - 0x4000) | ||
| 77 | #define L1_DATA_B_LENGTH 0x8000 | ||
| 78 | #define BFIN_DCACHESIZE (16*1024) | ||
| 79 | #define BFIN_DSUPBANKS 1 | ||
| 80 | #else | ||
| 81 | #define DMEM_CNTR (ACACHE_BCACHE | ENDCPLB | PORT_PREF0) | ||
| 82 | #define L1_DATA_A_LENGTH (0x8000 - 0x4000) | ||
| 83 | #define L1_DATA_B_LENGTH (0x8000 - 0x4000) | ||
| 84 | #define BFIN_DCACHESIZE (32*1024) | ||
| 85 | #define BFIN_DSUPBANKS 2 | ||
| 86 | #endif | ||
| 87 | |||
| 88 | #else | ||
| 89 | #define DMEM_CNTR (ASRAM_BSRAM | ENDCPLB | PORT_PREF0) | ||
| 90 | #define L1_DATA_A_LENGTH 0x8000 | ||
| 91 | #define L1_DATA_B_LENGTH 0x8000 | ||
| 92 | #define BFIN_DCACHESIZE (0*1024) | ||
| 93 | #define BFIN_DSUPBANKS 0 | ||
| 94 | #endif /*CONFIG_BFIN_DCACHE*/ | ||
| 95 | |||
| 96 | |||
| 97 | /* Level 2 Memory - none */ | ||
| 98 | |||
| 99 | #define L2_START 0 | ||
| 100 | #define L2_LENGTH 0 | ||
| 101 | |||
| 102 | /* Scratch Pad Memory */ | ||
| 103 | |||
| 104 | #define L1_SCRATCH_START 0xFFB00000 | ||
| 105 | #define L1_SCRATCH_LENGTH 0x1000 | ||
| 106 | |||
| 107 | #endif /* _MEM_MAP_538_H_ */ | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/portmux.h b/arch/blackfin/mach-bf538/include/mach/portmux.h new file mode 100644 index 000000000000..1e031b588b47 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/portmux.h | |||
| @@ -0,0 +1,106 @@ | |||
| 1 | #ifndef _MACH_PORTMUX_H_ | ||
| 2 | #define _MACH_PORTMUX_H_ | ||
| 3 | |||
| 4 | #define MAX_RESOURCES MAX_BLACKFIN_GPIOS | ||
| 5 | |||
| 6 | #define P_TMR2 (P_DONTCARE) | ||
| 7 | #define P_TMR1 (P_DONTCARE) | ||
| 8 | #define P_TMR0 (P_DONTCARE) | ||
| 9 | #define P_TMRCLK (P_DONTCARE) | ||
| 10 | #define P_PPI0_CLK (P_DONTCARE) | ||
| 11 | #define P_PPI0_FS1 (P_DONTCARE) | ||
| 12 | #define P_PPI0_FS2 (P_DONTCARE) | ||
| 13 | |||
| 14 | #define P_TWI0_SCL (P_DONTCARE) | ||
| 15 | #define P_TWI0_SDA (P_DONTCARE) | ||
| 16 | #define P_TWI1_SCL (P_DONTCARE) | ||
| 17 | #define P_TWI1_SDA (P_DONTCARE) | ||
| 18 | |||
| 19 | #define P_SPORT1_TSCLK (P_DONTCARE) | ||
| 20 | #define P_SPORT1_RSCLK (P_DONTCARE) | ||
| 21 | #define P_SPORT0_TSCLK (P_DONTCARE) | ||
| 22 | #define P_SPORT0_RSCLK (P_DONTCARE) | ||
| 23 | #define P_SPORT1_DRSEC (P_DONTCARE) | ||
| 24 | #define P_SPORT1_RFS (P_DONTCARE) | ||
| 25 | #define P_SPORT1_DTPRI (P_DONTCARE) | ||
| 26 | #define P_SPORT1_DTSEC (P_DONTCARE) | ||
| 27 | #define P_SPORT1_TFS (P_DONTCARE) | ||
| 28 | #define P_SPORT1_DRPRI (P_DONTCARE) | ||
| 29 | #define P_SPORT0_DRSEC (P_DONTCARE) | ||
| 30 | #define P_SPORT0_RFS (P_DONTCARE) | ||
| 31 | #define P_SPORT0_DTPRI (P_DONTCARE) | ||
| 32 | #define P_SPORT0_DTSEC (P_DONTCARE) | ||
| 33 | #define P_SPORT0_TFS (P_DONTCARE) | ||
| 34 | #define P_SPORT0_DRPRI (P_DONTCARE) | ||
| 35 | |||
| 36 | #define P_UART0_RX (P_DONTCARE) | ||
| 37 | #define P_UART0_TX (P_DONTCARE) | ||
| 38 | |||
| 39 | #define P_SPI0_MOSI (P_DONTCARE) | ||
| 40 | #define P_SPI0_MISO (P_DONTCARE) | ||
| 41 | #define P_SPI0_SCK (P_DONTCARE) | ||
| 42 | |||
| 43 | #define P_PPI0_D0 (P_DONTCARE) | ||
| 44 | #define P_PPI0_D1 (P_DONTCARE) | ||
| 45 | #define P_PPI0_D2 (P_DONTCARE) | ||
| 46 | #define P_PPI0_D3 (P_DONTCARE) | ||
| 47 | |||
| 48 | #define P_CAN0_TX (P_DEFINED | P_IDENT(GPIO_PC0)) | ||
| 49 | #define P_CAN0_RX (P_DEFINED | P_IDENT(GPIO_PC1)) | ||
| 50 | |||
| 51 | #define P_SPI1_MOSI (P_DEFINED | P_IDENT(GPIO_PD0)) | ||
| 52 | #define P_SPI1_MISO (P_DEFINED | P_IDENT(GPIO_PD1)) | ||
| 53 | #define P_SPI1_SCK (P_DEFINED | P_IDENT(GPIO_PD2)) | ||
| 54 | #define P_SPI1_SS (P_DEFINED | P_IDENT(GPIO_PD3)) | ||
| 55 | #define P_SPI1_SSEL1 (P_DEFINED | P_IDENT(GPIO_PD4)) | ||
| 56 | #define P_SPI2_MOSI (P_DEFINED | P_IDENT(GPIO_PD5)) | ||
| 57 | #define P_SPI2_MISO (P_DEFINED | P_IDENT(GPIO_PD6)) | ||
| 58 | #define P_SPI2_SCK (P_DEFINED | P_IDENT(GPIO_PD7)) | ||
| 59 | #define P_SPI2_SS (P_DEFINED | P_IDENT(GPIO_PD8)) | ||
| 60 | #define P_SPI2_SSEL1 (P_DEFINED | P_IDENT(GPIO_PD9)) | ||
| 61 | #define P_UART1_RX (P_DEFINED | P_IDENT(GPIO_PD10)) | ||
| 62 | #define P_UART1_TX (P_DEFINED | P_IDENT(GPIO_PD11)) | ||
| 63 | #define P_UART2_RX (P_DEFINED | P_IDENT(GPIO_PD12)) | ||
| 64 | #define P_UART2_TX (P_DEFINED | P_IDENT(GPIO_PD13)) | ||
| 65 | |||
| 66 | #define P_SPORT2_RSCLK (P_DEFINED | P_IDENT(GPIO_PE0)) | ||
| 67 | #define P_SPORT2_RFS (P_DEFINED | P_IDENT(GPIO_PE1)) | ||
| 68 | #define P_SPORT2_DRPRI (P_DEFINED | P_IDENT(GPIO_PE2)) | ||
| 69 | #define P_SPORT2_DRSEC (P_DEFINED | P_IDENT(GPIO_PE3)) | ||
| 70 | #define P_SPORT2_TSCLK (P_DEFINED | P_IDENT(GPIO_PE4)) | ||
| 71 | #define P_SPORT2_TFS (P_DEFINED | P_IDENT(GPIO_PE5)) | ||
| 72 | #define P_SPORT2_DTPRI (P_DEFINED | P_IDENT(GPIO_PE6)) | ||
| 73 | #define P_SPORT2_DTSEC (P_DEFINED | P_IDENT(GPIO_PE7)) | ||
| 74 | #define P_SPORT3_RSCLK (P_DEFINED | P_IDENT(GPIO_PE8)) | ||
| 75 | #define P_SPORT3_RFS (P_DEFINED | P_IDENT(GPIO_PE9)) | ||
| 76 | #define P_SPORT3_DRPRI (P_DEFINED | P_IDENT(GPIO_PE10)) | ||
| 77 | #define P_SPORT3_DRSEC (P_DEFINED | P_IDENT(GPIO_PE11)) | ||
| 78 | #define P_SPORT3_TSCLK (P_DEFINED | P_IDENT(GPIO_PE12)) | ||
| 79 | #define P_SPORT3_TFS (P_DEFINED | P_IDENT(GPIO_PE13)) | ||
| 80 | #define P_SPORT3_DTPRI (P_DEFINED | P_IDENT(GPIO_PE14)) | ||
| 81 | #define P_SPORT3_DTSEC (P_DEFINED | P_IDENT(GPIO_PE15)) | ||
| 82 | |||
| 83 | #define P_PPI0_FS3 (P_DEFINED | P_IDENT(GPIO_PF3)) | ||
| 84 | #define P_PPI0_D15 (P_DEFINED | P_IDENT(GPIO_PF4)) | ||
| 85 | #define P_PPI0_D14 (P_DEFINED | P_IDENT(GPIO_PF5)) | ||
| 86 | #define P_PPI0_D13 (P_DEFINED | P_IDENT(GPIO_PF6)) | ||
| 87 | #define P_PPI0_D12 (P_DEFINED | P_IDENT(GPIO_PF7)) | ||
| 88 | #define P_PPI0_D11 (P_DEFINED | P_IDENT(GPIO_PF8)) | ||
| 89 | #define P_PPI0_D10 (P_DEFINED | P_IDENT(GPIO_PF9)) | ||
| 90 | #define P_PPI0_D9 (P_DEFINED | P_IDENT(GPIO_PF10)) | ||
| 91 | #define P_PPI0_D8 (P_DEFINED | P_IDENT(GPIO_PF11)) | ||
| 92 | |||
| 93 | #define P_PPI0_D4 (P_DEFINED | P_IDENT(GPIO_PF15)) | ||
| 94 | #define P_PPI0_D5 (P_DEFINED | P_IDENT(GPIO_PF14)) | ||
| 95 | #define P_PPI0_D6 (P_DEFINED | P_IDENT(GPIO_PF13)) | ||
| 96 | #define P_PPI0_D7 (P_DEFINED | P_IDENT(GPIO_PF12)) | ||
| 97 | #define P_SPI0_SSEL7 (P_DEFINED | P_IDENT(GPIO_PF7)) | ||
| 98 | #define P_SPI0_SSEL6 (P_DEFINED | P_IDENT(GPIO_PF6)) | ||
| 99 | #define P_SPI0_SSEL5 (P_DEFINED | P_IDENT(GPIO_PF5)) | ||
| 100 | #define P_SPI0_SSEL4 (P_DEFINED | P_IDENT(GPIO_PF4)) | ||
| 101 | #define P_SPI0_SSEL3 (P_DEFINED | P_IDENT(GPIO_PF3)) | ||
| 102 | #define P_SPI0_SSEL2 (P_DEFINED | P_IDENT(GPIO_PF2)) | ||
| 103 | #define P_SPI0_SSEL1 (P_DEFINED | P_IDENT(GPIO_PF1)) | ||
| 104 | #define P_SPI0_SS (P_DEFINED | P_IDENT(GPIO_PF0)) | ||
| 105 | |||
| 106 | #endif /* _MACH_PORTMUX_H_ */ | ||
diff --git a/arch/blackfin/mach-bf538/ints-priority.c b/arch/blackfin/mach-bf538/ints-priority.c new file mode 100644 index 000000000000..f81f2ac91840 --- /dev/null +++ b/arch/blackfin/mach-bf538/ints-priority.c | |||
| @@ -0,0 +1,94 @@ | |||
| 1 | /* | ||
| 2 | * File: arch/blackfin/mach-bf538/ints-priority.c | ||
| 3 | * Based on: arch/blackfin/mach-bf533/ints-priority.c | ||
| 4 | * Author: Michael Hennerich | ||
| 5 | * | ||
| 6 | * Created: | ||
| 7 | * Description: Set up the interrupt priorities | ||
| 8 | * | ||
| 9 | * Modified: | ||
| 10 | * Copyright 2008 Analog Devices Inc. | ||
| 11 | * | ||
| 12 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
| 13 | * | ||
| 14 | * This program is free software; you can redistribute it and/or modify | ||
| 15 | * it under the terms of the GNU General Public License as published by | ||
| 16 | * the Free Software Foundation; either version 2 of the License, or | ||
| 17 | * (at your option) any later version. | ||
| 18 | * | ||
| 19 | * This program is distributed in the hope that it will be useful, | ||
| 20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 22 | * GNU General Public License for more details. | ||
| 23 | * | ||
| 24 | * You should have received a copy of the GNU General Public License | ||
| 25 | * along with this program; if not, see the file COPYING, or write | ||
| 26 | * to the Free Software Foundation, Inc., | ||
| 27 | * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
| 28 | */ | ||
| 29 | |||
| 30 | #include <linux/module.h> | ||
| 31 | #include <linux/irq.h> | ||
| 32 | #include <asm/blackfin.h> | ||
| 33 | |||
| 34 | void __init program_IAR(void) | ||
| 35 | { | ||
| 36 | |||
| 37 | /* Program the IAR0 Register with the configured priority */ | ||
| 38 | bfin_write_SIC_IAR0(((CONFIG_IRQ_PLL_WAKEUP - 7) << IRQ_PLL_WAKEUP_POS) | | ||
| 39 | ((CONFIG_IRQ_DMA0_ERROR - 7) << IRQ_DMA0_ERROR_POS) | | ||
| 40 | ((CONFIG_IRQ_PPI_ERROR - 7) << IRQ_PPI_ERROR_POS) | | ||
| 41 | ((CONFIG_IRQ_SPORT0_ERROR - 7) << IRQ_SPORT0_ERROR_POS) | | ||
| 42 | ((CONFIG_IRQ_SPORT1_ERROR - 7) << IRQ_SPORT1_ERROR_POS) | | ||
| 43 | ((CONFIG_IRQ_SPI0_ERROR - 7) << IRQ_SPI0_ERROR_POS) | | ||
| 44 | ((CONFIG_IRQ_UART0_ERROR - 7) << IRQ_UART0_ERROR_POS) | | ||
| 45 | ((CONFIG_IRQ_RTC - 7) << IRQ_RTC_POS)); | ||
| 46 | |||
| 47 | bfin_write_SIC_IAR1(((CONFIG_IRQ_PPI - 7) << IRQ_PPI_POS) | | ||
| 48 | ((CONFIG_IRQ_SPORT0_RX - 7) << IRQ_SPORT0_RX_POS) | | ||
| 49 | ((CONFIG_IRQ_SPORT0_TX - 7) << IRQ_SPORT0_TX_POS) | | ||
| 50 | ((CONFIG_IRQ_SPORT1_RX - 7) << IRQ_SPORT1_RX_POS) | | ||
| 51 | ((CONFIG_IRQ_SPORT1_TX - 7) << IRQ_SPORT1_TX_POS) | | ||
| 52 | ((CONFIG_IRQ_SPI0 - 7) << IRQ_SPI0_POS) | | ||
| 53 | ((CONFIG_IRQ_UART0_RX - 7) << IRQ_UART0_RX_POS) | | ||
| 54 | ((CONFIG_IRQ_UART0_TX - 7) << IRQ_UART0_TX_POS)); | ||
| 55 | |||
| 56 | bfin_write_SIC_IAR2(((CONFIG_IRQ_TMR0 - 7) << IRQ_TMR0_POS) | | ||
| 57 | ((CONFIG_IRQ_TMR1 - 7) << IRQ_TMR1_POS) | | ||
| 58 | ((CONFIG_IRQ_TMR2 - 7) << IRQ_TMR2_POS) | | ||
| 59 | ((CONFIG_IRQ_PORTF_INTA - 7) << IRQ_PORTF_INTA_POS) | | ||
| 60 | ((CONFIG_IRQ_PORTF_INTB - 7) << IRQ_PORTF_INTB_POS) | | ||
| 61 | ((CONFIG_IRQ_MEM0_DMA0 - 7) << IRQ_MEM0_DMA0_POS) | | ||
| 62 | ((CONFIG_IRQ_MEM0_DMA1 - 7) << IRQ_MEM0_DMA1_POS) | | ||
| 63 | ((CONFIG_IRQ_WATCH - 7) << IRQ_WATCH_POS)); | ||
| 64 | |||
| 65 | bfin_write_SIC_IAR3(((CONFIG_IRQ_DMA1_ERROR - 7) << IRQ_DMA1_ERROR_POS) | | ||
| 66 | ((CONFIG_IRQ_SPORT2_ERROR - 7) << IRQ_SPORT2_ERROR_POS) | | ||
| 67 | ((CONFIG_IRQ_SPORT3_ERROR - 7) << IRQ_SPORT3_ERROR_POS) | | ||
| 68 | ((CONFIG_IRQ_SPI1_ERROR - 7) << IRQ_SPI1_ERROR_POS) | | ||
| 69 | ((CONFIG_IRQ_SPI2_ERROR - 7) << IRQ_SPI2_ERROR_POS) | | ||
| 70 | ((CONFIG_IRQ_UART1_ERROR - 7) << IRQ_UART1_ERROR_POS) | | ||
| 71 | ((CONFIG_IRQ_UART2_ERROR - 7) << IRQ_UART2_ERROR_POS)); | ||
| 72 | |||
| 73 | bfin_write_SIC_IAR4(((CONFIG_IRQ_CAN_ERROR - 7) << IRQ_CAN_ERROR_POS) | | ||
| 74 | ((CONFIG_IRQ_SPORT2_RX - 7) << IRQ_SPORT2_RX_POS) | | ||
| 75 | ((CONFIG_IRQ_SPORT2_TX - 7) << IRQ_SPORT2_TX_POS) | | ||
| 76 | ((CONFIG_IRQ_SPORT3_RX - 7) << IRQ_SPORT3_RX_POS) | | ||
| 77 | ((CONFIG_IRQ_SPORT3_TX - 7) << IRQ_SPORT3_TX_POS) | | ||
| 78 | ((CONFIG_IRQ_SPI1 - 7) << IRQ_SPI1_POS)); | ||
| 79 | |||
| 80 | bfin_write_SIC_IAR5(((CONFIG_IRQ_SPI2 - 7) << IRQ_SPI2_POS) | | ||
| 81 | ((CONFIG_IRQ_UART1_RX - 7) << IRQ_UART1_RX_POS) | | ||
| 82 | ((CONFIG_IRQ_UART1_TX - 7) << IRQ_UART1_TX_POS) | | ||
| 83 | ((CONFIG_IRQ_UART2_RX - 7) << IRQ_UART2_RX_POS) | | ||
| 84 | ((CONFIG_IRQ_UART2_TX - 7) << IRQ_UART2_TX_POS) | | ||
| 85 | ((CONFIG_IRQ_TWI0 - 7) << IRQ_TWI0_POS) | | ||
| 86 | ((CONFIG_IRQ_TWI1 - 7) << IRQ_TWI1_POS) | | ||
| 87 | ((CONFIG_IRQ_CAN_RX - 7) << IRQ_CAN_RX_POS)); | ||
| 88 | |||
| 89 | bfin_write_SIC_IAR6(((CONFIG_IRQ_CAN_TX - 7) << IRQ_CAN_TX_POS) | | ||
| 90 | ((CONFIG_IRQ_MEM1_DMA0 - 7) << IRQ_MEM1_DMA0_POS) | | ||
| 91 | ((CONFIG_IRQ_MEM1_DMA1 - 7) << IRQ_MEM1_DMA1_POS)); | ||
| 92 | |||
| 93 | SSYNC(); | ||
| 94 | } | ||
diff --git a/arch/blackfin/mach-common/dpmc_modes.S b/arch/blackfin/mach-common/dpmc_modes.S index ad5431e2cd05..21f61605f1f3 100644 --- a/arch/blackfin/mach-common/dpmc_modes.S +++ b/arch/blackfin/mach-common/dpmc_modes.S | |||
| @@ -247,7 +247,8 @@ ENTRY(_unset_dram_srfs) | |||
| 247 | ENDPROC(_unset_dram_srfs) | 247 | ENDPROC(_unset_dram_srfs) |
| 248 | 248 | ||
| 249 | ENTRY(_set_sic_iwr) | 249 | ENTRY(_set_sic_iwr) |
| 250 | #if defined(CONFIG_BF54x) || defined(CONFIG_BF52x) || defined(CONFIG_BF561) | 250 | #if defined(CONFIG_BF54x) || defined(CONFIG_BF52x) || defined(CONFIG_BF561) || \ |
| 251 | defined(CONFIG_BF538) || defined(CONFIG_BF539) | ||
| 251 | P0.H = hi(SIC_IWR0); | 252 | P0.H = hi(SIC_IWR0); |
| 252 | P0.L = lo(SIC_IWR0); | 253 | P0.L = lo(SIC_IWR0); |
| 253 | P1.H = hi(SIC_IWR1); | 254 | P1.H = hi(SIC_IWR1); |
diff --git a/arch/blackfin/mach-common/ints-priority.c b/arch/blackfin/mach-common/ints-priority.c index 34e8a726ffda..67700e6c90c7 100644 --- a/arch/blackfin/mach-common/ints-priority.c +++ b/arch/blackfin/mach-common/ints-priority.c | |||
| @@ -103,12 +103,13 @@ static void __init search_IAR(void) | |||
| 103 | for (irqn = 0; irqn < NR_PERI_INTS; irqn++) { | 103 | for (irqn = 0; irqn < NR_PERI_INTS; irqn++) { |
| 104 | int iar_shift = (irqn & 7) * 4; | 104 | int iar_shift = (irqn & 7) * 4; |
| 105 | if (ivg == (0xf & | 105 | if (ivg == (0xf & |
| 106 | #ifndef CONFIG_BF52x | 106 | #if defined(CONFIG_BF52x) || defined(CONFIG_BF538) || defined(CONFIG_BF539) |
| 107 | bfin_read32((unsigned long *)SIC_IAR0 + | 107 | bfin_read32((unsigned long *)SIC_IAR0 + |
| 108 | (irqn >> 3)) >> iar_shift)) { | 108 | ((irqn % 32) >> 3) + ((irqn / 32) * |
| 109 | ((SIC_IAR4 - SIC_IAR0) / 4))) >> iar_shift)) { | ||
| 109 | #else | 110 | #else |
| 110 | bfin_read32((unsigned long *)SIC_IAR0 + | 111 | bfin_read32((unsigned long *)SIC_IAR0 + |
| 111 | ((irqn%32) >> 3) + ((irqn / 32) * 16)) >> iar_shift)) { | 112 | (irqn >> 3)) >> iar_shift)) { |
| 112 | #endif | 113 | #endif |
| 113 | ivg_table[irq_pos].irqno = IVG7 + irqn; | 114 | ivg_table[irq_pos].irqno = IVG7 + irqn; |
| 114 | ivg_table[irq_pos].isrflag = 1 << (irqn % 32); | 115 | ivg_table[irq_pos].isrflag = 1 << (irqn % 32); |
| @@ -537,6 +538,10 @@ static void bfin_demux_gpio_irq(unsigned int inta_irq, | |||
| 537 | irq = IRQ_PH0; | 538 | irq = IRQ_PH0; |
| 538 | break; | 539 | break; |
| 539 | # endif | 540 | # endif |
| 541 | #elif defined(CONFIG_BF538) || defined(CONFIG_BF539) | ||
| 542 | case IRQ_PORTF_INTA: | ||
| 543 | irq = IRQ_PF0; | ||
| 544 | break; | ||
| 540 | #elif defined(CONFIG_BF52x) | 545 | #elif defined(CONFIG_BF52x) |
| 541 | case IRQ_PORTF_INTA: | 546 | case IRQ_PORTF_INTA: |
| 542 | irq = IRQ_PF0; | 547 | irq = IRQ_PF0; |
| @@ -984,7 +989,7 @@ int __init init_arch_irq(void) | |||
| 984 | int irq; | 989 | int irq; |
| 985 | unsigned long ilat = 0; | 990 | unsigned long ilat = 0; |
| 986 | /* Disable all the peripheral intrs - page 4-29 HW Ref manual */ | 991 | /* Disable all the peripheral intrs - page 4-29 HW Ref manual */ |
| 987 | #if defined(CONFIG_BF54x) || defined(CONFIG_BF52x) || defined(CONFIG_BF561) | 992 | #if defined(CONFIG_BF54x) || defined(CONFIG_BF52x) || defined(CONFIG_BF561) || defined(BF538_FAMILY) |
| 988 | bfin_write_SIC_IMASK0(SIC_UNMASK_ALL); | 993 | bfin_write_SIC_IMASK0(SIC_UNMASK_ALL); |
| 989 | bfin_write_SIC_IMASK1(SIC_UNMASK_ALL); | 994 | bfin_write_SIC_IMASK1(SIC_UNMASK_ALL); |
| 990 | # ifdef CONFIG_BF54x | 995 | # ifdef CONFIG_BF54x |
| @@ -1037,7 +1042,10 @@ int __init init_arch_irq(void) | |||
| 1037 | case IRQ_PROG0_INTA: | 1042 | case IRQ_PROG0_INTA: |
| 1038 | case IRQ_PROG1_INTA: | 1043 | case IRQ_PROG1_INTA: |
| 1039 | case IRQ_PROG2_INTA: | 1044 | case IRQ_PROG2_INTA: |
| 1045 | #elif defined(CONFIG_BF538) || defined(CONFIG_BF539) | ||
| 1046 | case IRQ_PORTF_INTA: | ||
| 1040 | #endif | 1047 | #endif |
| 1048 | |||
| 1041 | set_irq_chained_handler(irq, | 1049 | set_irq_chained_handler(irq, |
| 1042 | bfin_demux_gpio_irq); | 1050 | bfin_demux_gpio_irq); |
| 1043 | break; | 1051 | break; |
| @@ -1085,7 +1093,7 @@ int __init init_arch_irq(void) | |||
| 1085 | IMASK_IVG14 | IMASK_IVG13 | IMASK_IVG12 | IMASK_IVG11 | | 1093 | IMASK_IVG14 | IMASK_IVG13 | IMASK_IVG12 | IMASK_IVG11 | |
| 1086 | IMASK_IVG10 | IMASK_IVG9 | IMASK_IVG8 | IMASK_IVG7 | IMASK_IVGHW; | 1094 | IMASK_IVG10 | IMASK_IVG9 | IMASK_IVG8 | IMASK_IVG7 | IMASK_IVGHW; |
| 1087 | 1095 | ||
| 1088 | #if defined(CONFIG_BF54x) || defined(CONFIG_BF52x) || defined(CONFIG_BF561) | 1096 | #if defined(CONFIG_BF54x) || defined(CONFIG_BF52x) || defined(CONFIG_BF561) || defined(BF538_FAMILY) |
| 1089 | bfin_write_SIC_IWR0(IWR_DISABLE_ALL); | 1097 | bfin_write_SIC_IWR0(IWR_DISABLE_ALL); |
| 1090 | #if defined(CONFIG_BF52x) | 1098 | #if defined(CONFIG_BF52x) |
| 1091 | /* BF52x system reset does not properly reset SIC_IWR1 which | 1099 | /* BF52x system reset does not properly reset SIC_IWR1 which |
| @@ -1117,7 +1125,7 @@ void do_irq(int vec, struct pt_regs *fp) | |||
| 1117 | } else { | 1125 | } else { |
| 1118 | struct ivgx *ivg = ivg7_13[vec - IVG7].ifirst; | 1126 | struct ivgx *ivg = ivg7_13[vec - IVG7].ifirst; |
| 1119 | struct ivgx *ivg_stop = ivg7_13[vec - IVG7].istop; | 1127 | struct ivgx *ivg_stop = ivg7_13[vec - IVG7].istop; |
| 1120 | #if defined(CONFIG_BF54x) || defined(CONFIG_BF52x) || defined(CONFIG_BF561) | 1128 | #if defined(CONFIG_BF54x) || defined(CONFIG_BF52x) || defined(CONFIG_BF561) || defined(BF538_FAMILY) |
| 1121 | unsigned long sic_status[3]; | 1129 | unsigned long sic_status[3]; |
| 1122 | 1130 | ||
| 1123 | sic_status[0] = bfin_read_SIC_ISR0() & bfin_read_SIC_IMASK0(); | 1131 | sic_status[0] = bfin_read_SIC_ISR0() & bfin_read_SIC_IMASK0(); |
diff --git a/arch/blackfin/mach-common/pm.c b/arch/blackfin/mach-common/pm.c index e28c6af1f415..f774d8aa5b03 100644 --- a/arch/blackfin/mach-common/pm.c +++ b/arch/blackfin/mach-common/pm.c | |||
| @@ -82,7 +82,8 @@ void bfin_pm_suspend_standby_enter(void) | |||
| 82 | 82 | ||
| 83 | bfin_pm_standby_restore(); | 83 | bfin_pm_standby_restore(); |
| 84 | 84 | ||
| 85 | #if defined(CONFIG_BF54x) || defined(CONFIG_BF52x) || defined(CONFIG_BF561) | 85 | #if defined(CONFIG_BF54x) || defined(CONFIG_BF52x) || defined(CONFIG_BF561) || \ |
| 86 | defined(CONFIG_BF538) || defined(CONFIG_BF539) | ||
| 86 | bfin_write_SIC_IWR0(IWR_DISABLE_ALL); | 87 | bfin_write_SIC_IWR0(IWR_DISABLE_ALL); |
| 87 | #if defined(CONFIG_BF52x) | 88 | #if defined(CONFIG_BF52x) |
| 88 | /* BF52x system reset does not properly reset SIC_IWR1 which | 89 | /* BF52x system reset does not properly reset SIC_IWR1 which |
