From 12ddc3b28e234052ca3cef8fa3712c74dfcb5c64 Mon Sep 17 00:00:00 2001 From: Michael Hennerich Date: Wed, 4 Feb 2009 16:49:45 +0800 Subject: [PATCH] --- yaml --- r: 130931 b: refs/heads/master c: 772c258fd056a77fd808385a1c551dcd141cf8a3 h: refs/heads/master i: 130929: d9c8d0a1d1703e9d9c4eba0231b32c6b97b28879 130927: db2365f27f9c0bae64790babc03488c26e43a44b v: v3 --- [refs] | 2 +- trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 27fc4b038154..cd324c728b5b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dfd700baf2ddab395cc059ce9f294306bf56a735 +refs/heads/master: 772c258fd056a77fd808385a1c551dcd141cf8a3 diff --git a/trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h b/trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h index d7c509759659..cf922295f4ce 100644 --- a/trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h +++ b/trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h @@ -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 */