summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-pci.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-10-23 21:49:28 +0200
committerWolfgang Denk <wd@denx.de>2010-10-23 21:49:28 +0200
commitb4039a54153994e7c9a9f1c42a2a70a9153b6587 (patch)
tree8540fd9761fa24eb10ab65fdfa2cf42b4fbfb521 /drivers/usb/host/ehci-pci.c
parent678150f155f0cc69ce7868f53d91e3ab2859510b (diff)
parent09c83a45b797aefbb41115af1b348494740460ce (diff)
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'drivers/usb/host/ehci-pci.c')
-rw-r--r--drivers/usb/host/ehci-pci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c
index 047902a0c1..cff3438929 100644
--- a/drivers/usb/host/ehci-pci.c
+++ b/drivers/usb/host/ehci-pci.c
@@ -53,6 +53,10 @@ int ehci_hcd_init(void)
hcor = (struct ehci_hcor *)((uint32_t) hccr +
HC_LENGTH(ehci_readl(&hccr->cr_capbase)));
+ debug("EHCI-PCI init hccr 0x%x and hcor 0x%x hc_length %d\n",
+ (uint32_t)hccr, (uint32_t)hcor,
+ (uint32_t)HC_LENGTH(ehci_readl(&hccr->cr_capbase)));
+
return 0;
}