read_pci_config_16   12 arch/x86/include/asm/pci-direct.h extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
read_pci_config_16  135 arch/x86/kernel/aperture_64.c 	if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) &
read_pci_config_16  166 arch/x86/kernel/aperture_64.c 	apsizereg = read_pci_config_16(bus, slot, func, cap + 0x14);
read_pci_config_16  282 arch/x86/kernel/cpu/cyrix.c 		vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID);
read_pci_config_16  283 arch/x86/kernel/cpu/cyrix.c 		device = read_pci_config_16(0, 0, 0x12, PCI_DEVICE_ID);
read_pci_config_16  216 arch/x86/kernel/early-quirks.c 	device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
read_pci_config_16  321 arch/x86/kernel/early-quirks.c 	toud = read_pci_config_16(0, 0, 0, I865_TOUD);
read_pci_config_16  358 arch/x86/kernel/early-quirks.c 	gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL);
read_pci_config_16  379 arch/x86/kernel/early-quirks.c 	gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL);
read_pci_config_16  408 arch/x86/kernel/early-quirks.c 	gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
read_pci_config_16  419 arch/x86/kernel/early-quirks.c 	gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
read_pci_config_16  430 arch/x86/kernel/early-quirks.c 	gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
read_pci_config_16  451 arch/x86/kernel/early-quirks.c 	gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
read_pci_config_16  590 arch/x86/kernel/early-quirks.c 	device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
read_pci_config_16  630 arch/x86/kernel/early-quirks.c 	pmcsr = read_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL);
read_pci_config_16  637 arch/x86/kernel/early-quirks.c 		pmcsr = read_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL);
read_pci_config_16  746 arch/x86/kernel/early-quirks.c 	class = read_pci_config_16(num, slot, func, PCI_CLASS_DEVICE);
read_pci_config_16  751 arch/x86/kernel/early-quirks.c 	vendor = read_pci_config_16(num, slot, func, PCI_VENDOR_ID);
read_pci_config_16  753 arch/x86/kernel/early-quirks.c 	device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
read_pci_config_16  674 arch/x86/kernel/setup.c 	vendor = read_pci_config_16(0, 2, 0, PCI_VENDOR_ID);
read_pci_config_16  678 arch/x86/kernel/setup.c 	devid = read_pci_config_16(0, 2, 0, PCI_DEVICE_ID);
read_pci_config_16   46 arch/x86/pci/broadcom_bus.c 	word1 = read_pci_config_16(bus, slot, func, 0xc0);
read_pci_config_16   47 arch/x86/pci/broadcom_bus.c 	word2 = read_pci_config_16(bus, slot, func, 0xc2);
read_pci_config_16   56 arch/x86/pci/broadcom_bus.c 	word1 = read_pci_config_16(bus, slot, func, 0xc4);
read_pci_config_16   57 arch/x86/pci/broadcom_bus.c 	word2 = read_pci_config_16(bus, slot, func, 0xc6);
read_pci_config_16   66 arch/x86/pci/broadcom_bus.c 	word1 = read_pci_config_16(bus, slot, func, 0xd0);
read_pci_config_16   67 arch/x86/pci/broadcom_bus.c 	word2 = read_pci_config_16(bus, slot, func, 0xd2);
read_pci_config_16  374 drivers/usb/early/ehci-dbgp.c 	if (!(read_pci_config_16(num, slot, func, PCI_STATUS) &
read_pci_config_16  628 drivers/usb/early/xhci-dbc.c 	xdbc.vendor	= read_pci_config_16(bus, dev, func, PCI_VENDOR_ID);
read_pci_config_16  629 drivers/usb/early/xhci-dbc.c 	xdbc.device	= read_pci_config_16(bus, dev, func, PCI_DEVICE_ID);