Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65650
b: refs/heads/master
c: 2df3b71
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Pierre Ossman committed Oct 3, 2007
1 parent fc006a4 commit 19cd531
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 5ae70296c85f96a9969891d9de3410ebdf210b71
refs/heads/master: 2df3b71b2746469b5b344cf7da5facecd4110cc9
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ static void sdhci_dumpregs(struct sdhci_host *host)
readb(host->ioaddr + SDHCI_POWER_CONTROL),
readb(host->ioaddr + SDHCI_BLOCK_GAP_CONTROL));
printk(KERN_DEBUG DRIVER_NAME ": Wake-up: 0x%08x | Clock: 0x%08x\n",
readb(host->ioaddr + SDHCI_WALK_UP_CONTROL),
readb(host->ioaddr + SDHCI_WAKE_UP_CONTROL),
readw(host->ioaddr + SDHCI_CLOCK_CONTROL));
printk(KERN_DEBUG DRIVER_NAME ": Timeout: 0x%08x | Int stat: 0x%08x\n",
readb(host->ioaddr + SDHCI_TIMEOUT_CONTROL),
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

#define SDHCI_BLOCK_GAP_CONTROL 0x2A

#define SDHCI_WALK_UP_CONTROL 0x2B
#define SDHCI_WAKE_UP_CONTROL 0x2B

#define SDHCI_CLOCK_CONTROL 0x2C
#define SDHCI_DIVIDER_SHIFT 8
Expand Down

0 comments on commit 19cd531

Please sign in to comment.