Title: [6042] trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h: Add BF561 PPI POLS, POLC Masks
Revision
6042
Author
hennerich
Date
2009-01-30 06:52:40 -0600 (Fri, 30 Jan 2009)

Log Message

Add BF561 PPI POLS, POLC Masks

Modified Paths


Diff

Modified: trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h (6041 => 6042)


--- trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h	2009-01-29 15:54:41 UTC (rev 6041)
+++ trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h	2009-01-30 12:52:40 UTC (rev 6042)
@@ -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   */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to