read_pci_config_16  120 arch/x86/kernel/aperture_64.c 	if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) &
read_pci_config_16  151 arch/x86/kernel/aperture_64.c 	apsizereg = read_pci_config_16(bus, slot, func, cap + 0x14);
read_pci_config_16  278 arch/x86/kernel/cpu/cyrix.c 		vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID);
read_pci_config_16  279 arch/x86/kernel/cpu/cyrix.c 		device = read_pci_config_16(0, 0, 0x12, PCI_DEVICE_ID);
read_pci_config_16  205 arch/x86/kernel/early-quirks.c 	class = read_pci_config_16(num, slot, func, PCI_CLASS_DEVICE);
read_pci_config_16  210 arch/x86/kernel/early-quirks.c 	vendor = read_pci_config_16(num, slot, func, PCI_VENDOR_ID);
read_pci_config_16  212 arch/x86/kernel/early-quirks.c 	device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
read_pci_config_16  435 arch/x86/kernel/early_printk.c 	if (!(read_pci_config_16(num, slot, func, PCI_STATUS) &
read_pci_config_16   11 include/asm-x86/pci-direct.h extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);