aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-pxa/pxa-regs.h
diff options
context:
space:
mode:
authorLiam Girdwood <Liam.Girdwood@com.rmk.(none)>2006-10-05 13:22:42 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-10-14 16:01:57 +0100
commit69f0304e174c765c624d75b79c35e49b7ba67ed4 (patch)
treebcda343b8533769c900856ef1ed2ab53c952fa87 /include/asm-arm/arch-pxa/pxa-regs.h
parentLinux 2.6.19-rc2 (diff)
downloadlinux-dev-69f0304e174c765c624d75b79c35e49b7ba67ed4.tar.xz
linux-dev-69f0304e174c765c624d75b79c35e49b7ba67ed4.zip
[ARM] 3888/1: add pxa27x SSP FSRT register bit definition
This patch adds a register bit definition for the pxa27x SSP port Frame Sync Relative Timing (FSRT) bit. Signed-off-by: Liam Girdwood <liam.girdwood@wolfsonmicro.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to '')
-rw-r--r--include/asm-arm/arch-pxa/pxa-regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/pxa-regs.h b/include/asm-arm/arch-pxa/pxa-regs.h
index f5cc65dd7d0d..68731e0923a4 100644
--- a/include/asm-arm/arch-pxa/pxa-regs.h
+++ b/include/asm-arm/arch-pxa/pxa-regs.h
@@ -1681,6 +1681,7 @@
#define SSSR_TINT (1 << 19) /* Receiver Time-out Interrupt */
#define SSSR_PINT (1 << 18) /* Peripheral Trailing Byte Interrupt */
+#define SSPSP_FSRT (1 << 25) /* Frame Sync Relative Timing */
#define SSPSP_DMYSTOP(x) (x << 23) /* Dummy Stop */
#define SSPSP_SFRMWDTH(x) (x << 16) /* Serial Frame Width */
#define SSPSP_SFRMDLY(x) (x << 9) /* Serial Frame Delay */