|
@@ -77,8 +77,11 @@ static void sdhci_dumpregs(struct sdhci_host *host)
|
|
|
printk(KERN_DEBUG DRIVER_NAME ": AC12 err: 0x%08x | Slot int: 0x%08x\n",
|
|
|
sdhci_readw(host, SDHCI_ACMD12_ERR),
|
|
|
sdhci_readw(host, SDHCI_SLOT_INT_STATUS));
|
|
|
- printk(KERN_DEBUG DRIVER_NAME ": Caps: 0x%08x | Max curr: 0x%08x\n",
|
|
|
+ printk(KERN_DEBUG DRIVER_NAME ": Caps: 0x%08x | Caps_1: 0x%08x\n",
|
|
|
sdhci_readl(host, SDHCI_CAPABILITIES),
|
|
|
+ sdhci_readl(host, SDHCI_CAPABILITIES_1));
|
|
|
+ printk(KERN_DEBUG DRIVER_NAME ": Cmd: 0x%08x | Max curr: 0x%08x\n",
|
|
|
+ sdhci_readw(host, SDHCI_COMMAND),
|
|
|
sdhci_readl(host, SDHCI_MAX_CURRENT));
|
|
|
|
|
|
if (host->flags & SDHCI_USE_ADMA)
|