Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 772c258f authored by Michael Hennerich's avatar Michael Hennerich Committed by Bryan Wu
Browse files

Blackfin arch: Add BF561 PPI POLS, POLC Masks

parent dfd700ba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1106,6 +1106,8 @@
#define DLEN_8		     0x0	/* PPI Data Length mask for DLEN=8 */
#define DLEN(x)	(((x-9) & 0x07) << 11)	/* PPI Data Length (only works for x=10-->x=16) */
#define POL                  0x0000C000	/* PPI Signal Polarities       */
#define	POLC		0x4000		/* PPI Clock Polarity */
#define	POLS		0x8000		/* PPI Frame Sync Polarity */

/* PPI_STATUS Masks */
#define FLD	             0x00000400	/* Field Indicator   */