Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62625
b: refs/heads/master
c: ed54fcf
h: refs/heads/master
i:
  62623: ee98a83
v: v3
  • Loading branch information
Andrew Victor authored and Russell King committed Jul 20, 2007
1 parent 432da98 commit 92b6e35
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c06911c00b2af93e498ba45200ad903929e71529
refs/heads/master: ed54fcfd785e8fecfbd8b129466235fc4ab0a402
3 changes: 3 additions & 0 deletions trunk/include/asm-arm/arch-at91/at91_mci.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
#define AT91_MCI_MR 0x04 /* Mode Register */
#define AT91_MCI_CLKDIV (0xff << 0) /* Clock Divider */
#define AT91_MCI_PWSDIV (7 << 8) /* Power Saving Divider */
#define AT91_MCI_RDPROOF (1 << 11) /* Read Proof Enable [SAM926[03] only] */
#define AT91_MCI_WRPROOF (1 << 12) /* Write Proof Enable [SAM926[03] only] */
#define AT91_MCI_PDCFBYTE (1 << 13) /* PDC Force Byte Transfer [SAM926[03] only] */
#define AT91_MCI_PDCPADV (1 << 14) /* PDC Padding Value */
#define AT91_MCI_PDCMODE (1 << 15) /* PDC-orientated Mode */
#define AT91_MCI_BLKLEN (0xfff << 18) /* Data Block Length */
Expand Down

0 comments on commit 92b6e35

Please sign in to comment.