diff options
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/sdhci.c | 2 | ||||
-rw-r--r-- | drivers/mmc/host/sdhci.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index 228ce42371dc..317578d68538 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c | |||
@@ -132,7 +132,7 @@ static void sdhci_dumpregs(struct sdhci_host *host) | |||
132 | readb(host->ioaddr + SDHCI_POWER_CONTROL), | 132 | readb(host->ioaddr + SDHCI_POWER_CONTROL), |
133 | readb(host->ioaddr + SDHCI_BLOCK_GAP_CONTROL)); | 133 | readb(host->ioaddr + SDHCI_BLOCK_GAP_CONTROL)); |
134 | printk(KERN_DEBUG DRIVER_NAME ": Wake-up: 0x%08x | Clock: 0x%08x\n", | 134 | printk(KERN_DEBUG DRIVER_NAME ": Wake-up: 0x%08x | Clock: 0x%08x\n", |
135 | readb(host->ioaddr + SDHCI_WALK_UP_CONTROL), | 135 | readb(host->ioaddr + SDHCI_WAKE_UP_CONTROL), |
136 | readw(host->ioaddr + SDHCI_CLOCK_CONTROL)); | 136 | readw(host->ioaddr + SDHCI_CLOCK_CONTROL)); |
137 | printk(KERN_DEBUG DRIVER_NAME ": Timeout: 0x%08x | Int stat: 0x%08x\n", | 137 | printk(KERN_DEBUG DRIVER_NAME ": Timeout: 0x%08x | Int stat: 0x%08x\n", |
138 | readb(host->ioaddr + SDHCI_TIMEOUT_CONTROL), | 138 | readb(host->ioaddr + SDHCI_TIMEOUT_CONTROL), |
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index e28987d6d2eb..05195ea900f4 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h | |||
@@ -81,7 +81,7 @@ | |||
81 | 81 | ||
82 | #define SDHCI_BLOCK_GAP_CONTROL 0x2A | 82 | #define SDHCI_BLOCK_GAP_CONTROL 0x2A |
83 | 83 | ||
84 | #define SDHCI_WALK_UP_CONTROL 0x2B | 84 | #define SDHCI_WAKE_UP_CONTROL 0x2B |
85 | 85 | ||
86 | #define SDHCI_CLOCK_CONTROL 0x2C | 86 | #define SDHCI_CLOCK_CONTROL 0x2C |
87 | #define SDHCI_DIVIDER_SHIFT 8 | 87 | #define SDHCI_DIVIDER_SHIFT 8 |