From 523da84a18f30ddda68b0327b35568204ae0b865 Mon Sep 17 00:00:00 2001 From: Scott Jiang Date: Fri, 10 Feb 2012 15:38:49 -0500 Subject: [PATCH] --- yaml --- r: 293962 b: refs/heads/master c: 1957b665fbbdb720940c5161b27a8b597f5c090a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 279280d35a59..610f9ce5a294 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 45a93315d829cfafb83eea0bf76b7346b6f0d072 +refs/heads/master: 1957b665fbbdb720940c5161b27a8b597f5c090a diff --git a/trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h b/trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h index 7d712aeb5267..5f0ac5a77a37 100644 --- a/trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h +++ b/trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h @@ -879,6 +879,13 @@ #define DLENGTH 0x00003800 /* PPI Data Length */ #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 DLEN_10 0x00000800 /* Data Length = 10 Bits */ +#define DLEN_11 0x00001000 /* Data Length = 11 Bits */ +#define DLEN_12 0x00001800 /* Data Length = 12 Bits */ +#define DLEN_13 0x00002000 /* Data Length = 13 Bits */ +#define DLEN_14 0x00002800 /* Data Length = 14 Bits */ +#define DLEN_15 0x00003000 /* Data Length = 15 Bits */ +#define DLEN_16 0x00003800 /* Data Length = 16 Bits */ #define POL 0x0000C000 /* PPI Signal Polarities */ #define POLC 0x4000 /* PPI Clock Polarity */ #define POLS 0x8000 /* PPI Frame Sync Polarity */