12 #include <linux/kernel.h>
13 #include <linux/types.h>
16 #include <linux/pci.h>
39 start = (start + 0x3ff) & ~0x3ff;
41 start = (start + align - 1) & ~(align - 1);
58 for (idx = 0; idx < 6; idx++) {
60 if (!(mask & (1 << idx)))
65 pr_err(
KERN_ERR "PCI: Device %s not available because of resource collisions\n",
83 pr_info(
"PCI: enabling device %s (0x%04x -> 0x%04x)\n",
84 pci_name(dev), cmd, newcmd);