]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/ivybridge/usb_ehci.c
Merge git://git.denx.de/u-boot-net
[u-boot] / arch / x86 / cpu / ivybridge / usb_ehci.c
index 291c971a2f96bd4db5c0d1f130de09bd4d471b1f..da11aee94d57ce67061d4127d58f0ecb30bfb09c 100644 (file)
@@ -20,10 +20,10 @@ void bd82x6x_usb_ehci_init(pci_dev_t dev)
        writel(reg32, RCB_REG(0x35b0));
 
        debug("EHCI: Setting up controller.. ");
-       reg32 = pci_read_config32(dev, PCI_COMMAND);
+       reg32 = x86_pci_read_config32(dev, PCI_COMMAND);
        reg32 |= PCI_COMMAND_MASTER;
        /* reg32 |= PCI_COMMAND_SERR; */
-       pci_write_config32(dev, PCI_COMMAND, reg32);
+       x86_pci_write_config32(dev, PCI_COMMAND, reg32);
 
        debug("done.\n");
 }