Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284530
b: refs/heads/master
c: ee5d19b
h: refs/heads/master
v: v3
  • Loading branch information
Jaehoon Chung authored and Chris Ball committed Jan 12, 2012
1 parent 9299f6d commit c2a3711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8bc0678b845531221ba2ea6efe34db66e587705b
refs/heads/master: ee5d19b20a711dca3848450979e3cd20b6b795cc
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/dw_mmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
#define SDMMC_CMD_RESP_EXP BIT(6)
#define SDMMC_CMD_INDX(n) ((n) & 0x1F)
/* Status register defines */
#define SDMMC_GET_FCNT(x) (((x)>>17) & 0x1FF)
#define SDMMC_GET_FCNT(x) (((x)>>17) & 0x1FFF)
/* Internal DMAC interrupt defines */
#define SDMMC_IDMAC_INT_AI BIT(9)
#define SDMMC_IDMAC_INT_NI BIT(8)
Expand Down

0 comments on commit c2a3711

Please sign in to comment.