summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-at91rm9200/at91rm9200_sys.h
diff options
context:
space:
mode:
authorAndrew Victor <andrew@sanpeople.com>2006-09-27 16:18:18 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-09-28 11:53:54 +0100
commit97f0fb68f142b477773c05140da27c1dbd31a2ab (patch)
treeb44ae4dda6b66f408be6b1af3db87d6df93f2d6e /include/asm-arm/arch-at91rm9200/at91rm9200_sys.h
parentf21738341ca330ec83ef978ee63ffa5ecf13f082 (diff)
downloadblackbird-op-linux-97f0fb68f142b477773c05140da27c1dbd31a2ab.tar.gz
blackbird-op-linux-97f0fb68f142b477773c05140da27c1dbd31a2ab.zip
[ARM] 3868/1: AT91 hardware header update
This patch adds the hardware register definitions for the TWI (I2C) controller found on the AT91RM9200 and AT91SAM9xx processors. It also defines the AIC Fast-Forcing registers added to the AT91SAM9's. Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-at91rm9200/at91rm9200_sys.h')
-rw-r--r--include/asm-arm/arch-at91rm9200/at91rm9200_sys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91rm9200/at91rm9200_sys.h b/include/asm-arm/arch-at91rm9200/at91rm9200_sys.h
index 0f4c12d5f0cd..73693fea76a2 100644
--- a/include/asm-arm/arch-at91rm9200/at91rm9200_sys.h
+++ b/include/asm-arm/arch-at91rm9200/at91rm9200_sys.h
@@ -80,6 +80,9 @@
#define AT91_CIDR_NVPTYP (7 << 28) /* Nonvolatile Program Memory Type */
#define AT91_CIDR_EXT (1 << 31) /* Extension Flag */
+#define AT91_AIC_FFER (AT91_AIC + 0x140) /* Fast Forcing Enable Register [SAM9 only] */
+#define AT91_AIC_FFDR (AT91_AIC + 0x144) /* Fast Forcing Disable Register [SAM9 only] */
+#define AT91_AIC_FFSR (AT91_AIC + 0x148) /* Fast Forcing Status Register [SAM9 only] */
/*
* PIO Controllers.
OpenPOWER on IntegriCloud