Symbol: read_pci_config_16
arch/x86/include/asm/pci-direct.h
12
extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
arch/x86/kernel/aperture_64.c
145
if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) &
arch/x86/kernel/aperture_64.c
176
apsizereg = read_pci_config_16(bus, slot, func, cap + 0x14);
arch/x86/kernel/cpu/cyrix.c
277
vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID);
arch/x86/kernel/cpu/cyrix.c
278
device = read_pci_config_16(0, 0, 0x12, PCI_DEVICE_ID);
arch/x86/kernel/early-quirks.c
217
device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
arch/x86/kernel/early-quirks.c
322
toud = read_pci_config_16(0, 0, 0, I865_TOUD);
arch/x86/kernel/early-quirks.c
359
gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL);
arch/x86/kernel/early-quirks.c
380
gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL);
arch/x86/kernel/early-quirks.c
409
gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
arch/x86/kernel/early-quirks.c
420
gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
arch/x86/kernel/early-quirks.c
431
gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
arch/x86/kernel/early-quirks.c
452
gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
arch/x86/kernel/early-quirks.c
605
device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
arch/x86/kernel/early-quirks.c
645
pmcsr = read_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL);
arch/x86/kernel/early-quirks.c
652
pmcsr = read_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL);
arch/x86/kernel/early-quirks.c
755
class = read_pci_config_16(num, slot, func, PCI_CLASS_DEVICE);
arch/x86/kernel/early-quirks.c
760
vendor = read_pci_config_16(num, slot, func, PCI_VENDOR_ID);
arch/x86/kernel/early-quirks.c
762
device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
arch/x86/kernel/setup.c
701
vendor = read_pci_config_16(0, 2, 0, PCI_VENDOR_ID);
arch/x86/kernel/setup.c
705
devid = read_pci_config_16(0, 2, 0, PCI_DEVICE_ID);
arch/x86/pci/broadcom_bus.c
46
word1 = read_pci_config_16(bus, slot, func, 0xc0);
arch/x86/pci/broadcom_bus.c
47
word2 = read_pci_config_16(bus, slot, func, 0xc2);
arch/x86/pci/broadcom_bus.c
56
word1 = read_pci_config_16(bus, slot, func, 0xc4);
arch/x86/pci/broadcom_bus.c
57
word2 = read_pci_config_16(bus, slot, func, 0xc6);
arch/x86/pci/broadcom_bus.c
66
word1 = read_pci_config_16(bus, slot, func, 0xd0);
arch/x86/pci/broadcom_bus.c
67
word2 = read_pci_config_16(bus, slot, func, 0xd2);
drivers/usb/early/ehci-dbgp.c
369
if (!(read_pci_config_16(num, slot, func, PCI_STATUS) &
drivers/usb/early/xhci-dbc.c
631
xdbc.vendor = read_pci_config_16(bus, dev, func, PCI_VENDOR_ID);
drivers/usb/early/xhci-dbc.c
632
xdbc.device = read_pci_config_16(bus, dev, func, PCI_DEVICE_ID);