read_pci_config_16
extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) &
apsizereg = read_pci_config_16(bus, slot, func, cap + 0x14);
vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID);
device = read_pci_config_16(0, 0, 0x12, PCI_DEVICE_ID);
device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
toud = read_pci_config_16(0, 0, 0, I865_TOUD);
gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL);
gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL);
gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
pmcsr = read_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL);
pmcsr = read_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL);
class = read_pci_config_16(num, slot, func, PCI_CLASS_DEVICE);
vendor = read_pci_config_16(num, slot, func, PCI_VENDOR_ID);
device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
vendor = read_pci_config_16(0, 2, 0, PCI_VENDOR_ID);
devid = read_pci_config_16(0, 2, 0, PCI_DEVICE_ID);
word1 = read_pci_config_16(bus, slot, func, 0xc0);
word2 = read_pci_config_16(bus, slot, func, 0xc2);
word1 = read_pci_config_16(bus, slot, func, 0xc4);
word2 = read_pci_config_16(bus, slot, func, 0xc6);
word1 = read_pci_config_16(bus, slot, func, 0xd0);
word2 = read_pci_config_16(bus, slot, func, 0xd2);
if (!(read_pci_config_16(num, slot, func, PCI_STATUS) &
xdbc.vendor = read_pci_config_16(bus, dev, func, PCI_VENDOR_ID);
xdbc.device = read_pci_config_16(bus, dev, func, PCI_DEVICE_ID);