Symbol: read_pci_config_byte
arch/x86/include/asm/pci-direct.h
11
extern u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset);
arch/x86/kernel/aperture_64.c
149
pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST);
arch/x86/kernel/aperture_64.c
154
id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID);
arch/x86/kernel/aperture_64.c
159
pos = read_pci_config_byte(bus, slot, func,
arch/x86/kernel/aperture_64.c
262
type = read_pci_config_byte(bus, slot, func,
arch/x86/kernel/early-quirks.c
122
b = read_pci_config_byte(num, slot, func, 0xac);
arch/x86/kernel/early-quirks.c
218
revision = read_pci_config_byte(num, slot, func, PCI_REVISION_ID);
arch/x86/kernel/early-quirks.c
247
u8 esmramc = read_pci_config_byte(0, 0, 0, I830_ESMRAMC);
arch/x86/kernel/early-quirks.c
260
u8 esmramc = read_pci_config_byte(0, 0, 0, I845_ESMRAMC);
arch/x86/kernel/early-quirks.c
277
u8 esmramc = read_pci_config_byte(0, 0, 0, I85X_ESMRAMC);
arch/x86/kernel/early-quirks.c
287
return read_pci_config_byte(0, 0, 0, I830_DRB3) * MB(32);
arch/x86/kernel/early-quirks.c
292
return read_pci_config_byte(0, 0, 1, I85X_DRB3) * MB(32);
arch/x86/kernel/early-quirks.c
778
type = read_pci_config_byte(num, slot, func,
arch/x86/kernel/early-quirks.c
782
sec = read_pci_config_byte(num, slot, func, PCI_SECONDARY_BUS);
arch/x86/pci/broadcom_bus.c
27
fbus = read_pci_config_byte(bus, slot, func, 0x44);
arch/x86/pci/broadcom_bus.c
28
lbus = read_pci_config_byte(bus, slot, func, 0x45);
drivers/iommu/intel/irq_remapping.c
846
bus = read_pci_config_byte(bus, path->device, path->function,
drivers/iommu/intel/irq_remapping.c
891
bus = read_pci_config_byte(bus, path->device, path->function,
drivers/usb/early/ehci-dbgp.c
373
pos = read_pci_config_byte(num, slot, func, PCI_CAPABILITY_LIST);
drivers/usb/early/ehci-dbgp.c
378
id = read_pci_config_byte(num, slot, func, pos+PCI_CAP_LIST_ID);
drivers/usb/early/ehci-dbgp.c
384
pos = read_pci_config_byte(num, slot, func,
drivers/usb/early/ehci-dbgp.c
871
byte = read_pci_config_byte(bus, slot, func, 0x04);
drivers/usb/early/xhci-dbc.c
764
cmd = read_pci_config_byte(xdbc.bus, xdbc.dev, xdbc.func, PCI_COMMAND);
drivers/usb/early/xhci-dbc.c
80
byte = read_pci_config_byte(bus, dev, func, PCI_COMMAND);