read_pci_config_byte   11 arch/x86/include/asm/pci-direct.h extern u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset);
read_pci_config_byte  139 arch/x86/kernel/aperture_64.c 	pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST);
read_pci_config_byte  144 arch/x86/kernel/aperture_64.c 		id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID);
read_pci_config_byte  149 arch/x86/kernel/aperture_64.c 		pos = read_pci_config_byte(bus, slot, func,
read_pci_config_byte  253 arch/x86/kernel/aperture_64.c 				type = read_pci_config_byte(bus, slot, func,
read_pci_config_byte  121 arch/x86/kernel/early-quirks.c 	b = read_pci_config_byte(num, slot, func, 0xac);
read_pci_config_byte  217 arch/x86/kernel/early-quirks.c 	revision = read_pci_config_byte(num, slot, func, PCI_REVISION_ID);
read_pci_config_byte  246 arch/x86/kernel/early-quirks.c 	u8 esmramc = read_pci_config_byte(0, 0, 0, I830_ESMRAMC);
read_pci_config_byte  259 arch/x86/kernel/early-quirks.c 	u8 esmramc = read_pci_config_byte(0, 0, 0, I845_ESMRAMC);
read_pci_config_byte  276 arch/x86/kernel/early-quirks.c 	u8 esmramc = read_pci_config_byte(0, 0, 0, I85X_ESMRAMC);
read_pci_config_byte  286 arch/x86/kernel/early-quirks.c 	return read_pci_config_byte(0, 0, 0, I830_DRB3) * MB(32);
read_pci_config_byte  291 arch/x86/kernel/early-quirks.c 	return read_pci_config_byte(0, 0, 1, I85X_DRB3) * MB(32);
read_pci_config_byte  769 arch/x86/kernel/early-quirks.c 	type = read_pci_config_byte(num, slot, func,
read_pci_config_byte  773 arch/x86/kernel/early-quirks.c 		sec = read_pci_config_byte(num, slot, func, PCI_SECONDARY_BUS);
read_pci_config_byte   27 arch/x86/pci/broadcom_bus.c 	fbus = read_pci_config_byte(bus, slot, func, 0x44);
read_pci_config_byte   28 arch/x86/pci/broadcom_bus.c 	lbus = read_pci_config_byte(bus, slot, func, 0x45);
read_pci_config_byte  852 drivers/iommu/intel_irq_remapping.c 		bus = read_pci_config_byte(bus, path->device, path->function,
read_pci_config_byte  897 drivers/iommu/intel_irq_remapping.c 		bus = read_pci_config_byte(bus, path->device, path->function,
read_pci_config_byte  378 drivers/usb/early/ehci-dbgp.c 	pos = read_pci_config_byte(num, slot, func, PCI_CAPABILITY_LIST);
read_pci_config_byte  383 drivers/usb/early/ehci-dbgp.c 		id = read_pci_config_byte(num, slot, func, pos+PCI_CAP_LIST_ID);
read_pci_config_byte  389 drivers/usb/early/ehci-dbgp.c 		pos = read_pci_config_byte(num, slot, func,
read_pci_config_byte  876 drivers/usb/early/ehci-dbgp.c 	byte = read_pci_config_byte(bus, slot, func, 0x04);
read_pci_config_byte   80 drivers/usb/early/xhci-dbc.c 	byte = read_pci_config_byte(bus, dev, func, PCI_COMMAND);
read_pci_config_byte  757 drivers/usb/early/xhci-dbc.c 	cmd = read_pci_config_byte(xdbc.bus, xdbc.dev, xdbc.func, PCI_COMMAND);