15 #include <linux/pci.h>
53 res.start = (word1 << 16) | 0x0000;
54 res.end = (word2 << 16) | 0xffff;
63 res.start = (word1 << 16) | 0x0000;
64 res.end = (word2 << 16) | 0xffff;
89 static
int __init broadcom_postcore_init(
void)
105 vendor =
id & 0xffff;
106 device = (
id >> 16) & 0xffff;
110 cnb20le_res(bus, slot, 0);
111 cnb20le_res(bus, slot, 1);