Commit a39cb541 authored by Liam Girdwood's avatar Liam Girdwood Committed by Russell King

[ARM PATCH] 2347/1: PXA SSP PSP bit definition

Patch from Liam Girdwood

This patch adds a bit definition for the SSP port PSP mode.

Signed-off-by: Liam Girdwood
Signed-off-by: Russell King
parent 3bd710ec
......@@ -1580,6 +1580,7 @@
#define SSCR0_EDSS (1 << 20) /* Extended Data Size Select */
/* extra bits in PXA255, PXA26x and PXA27x SSP ports */
#define SSCR0_PSP (3 << 4) /* PSP - Programmable Serial Protocol */
#define SSCR1_TTELP (1 << 31) /* TXD Tristate Enable Last Phase */
#define SSCR1_TTE (1 << 30) /* TXD Tristate Enable */
#define SSCR1_EBCEI (1 << 29) /* Enable Bit Count Error interrupt */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment