Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130931
b: refs/heads/master
c: 772c258
h: refs/heads/master
i:
  130929: d9c8d0a
  130927: db2365f
v: v3
  • Loading branch information
Michael Hennerich authored and Bryan Wu committed Feb 4, 2009
1 parent ca15823 commit 12ddc3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dfd700baf2ddab395cc059ce9f294306bf56a735
refs/heads/master: 772c258fd056a77fd808385a1c551dcd141cf8a3
2 changes: 2 additions & 0 deletions trunk/arch/blackfin/mach-bf561/include/mach/defBF561.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 12ddc3b

Please sign in to comment.