Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77363
b: refs/heads/master
c: a5bb85d
h: refs/heads/master
i:
  77361: 3fdaefd
  77359: cde594a
v: v3
  • Loading branch information
Cliff Cai authored and Bryan Wu committed Dec 21, 2007
1 parent f25c889 commit 32ec497
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb96c56de33def1484614c6a3d0fbef76595ce2f
refs/heads/master: a5bb85dfffd38714d83cf7798886462d7314b90a
4 changes: 2 additions & 2 deletions trunk/include/asm-blackfin/mach-bf548/defBF542.h
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@

#define CMD_CRC_FAIL 0x1 /* CMD CRC Fail */
#define DAT_CRC_FAIL 0x2 /* Data CRC Fail */
#define CMD_TIMEOUT 0x4 /* CMD Time Out */
#define DAT_TIMEOUT 0x8 /* Data Time Out */
#define CMD_TIME_OUT 0x4 /* CMD Time Out */
#define DAT_TIME_OUT 0x8 /* Data Time Out */
#define TX_UNDERRUN 0x10 /* Transmit Underrun */
#define RX_OVERRUN 0x20 /* Receive Overrun */
#define CMD_RESP_END 0x40 /* CMD Response End */
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/asm-blackfin/mach-bf548/defBF548.h
Original file line number Diff line number Diff line change
Expand Up @@ -1095,8 +1095,8 @@

#define CMD_CRC_FAIL 0x1 /* CMD CRC Fail */
#define DAT_CRC_FAIL 0x2 /* Data CRC Fail */
#define CMD_TIMEOUT 0x4 /* CMD Time Out */
#define DAT_TIMEOUT 0x8 /* Data Time Out */
#define CMD_TIME_OUT 0x4 /* CMD Time Out */
#define DAT_TIME_OUT 0x8 /* Data Time Out */
#define TX_UNDERRUN 0x10 /* Transmit Underrun */
#define RX_OVERRUN 0x20 /* Receive Overrun */
#define CMD_RESP_END 0x40 /* CMD Response End */
Expand Down

0 comments on commit 32ec497

Please sign in to comment.