/linux-4.4.14/arch/x86/include/asm/ |
H A D | pci-direct.h | 10 extern u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset);
|
/linux-4.4.14/arch/x86/pci/ |
H A D | early.c | 18 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) read_pci_config_byte() function 102 type = read_pci_config_byte(bus, slot, early_dump_pci_devices()
|
H A D | broadcom_bus.c | 31 fbus = read_pci_config_byte(bus, slot, func, 0x44); cnb20le_res() 32 lbus = read_pci_config_byte(bus, slot, func, 0x45); cnb20le_res()
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | early-quirks.c | 108 b = read_pci_config_byte(num, slot, func, 0xac); ati_ixp4x0_rev() 204 revision = read_pci_config_byte(num, slot, func, PCI_REVISION_ID); intel_remapping_check() 250 u8 tmp = read_pci_config_byte(0, 0, 0, I830_ESMRAMC); i830_tseg_size() 263 u8 tmp = read_pci_config_byte(0, 0, 0, I845_ESMRAMC); i845_tseg_size() 281 u8 tmp = read_pci_config_byte(0, 0, 0, I85X_ESMRAMC); i85x_tseg_size() 291 return read_pci_config_byte(0, 0, 0, I830_DRB3) * MB(32); i830_mem_size() 296 return read_pci_config_byte(0, 0, 1, I85X_DRB3) * MB(32); i85x_mem_size() 685 type = read_pci_config_byte(num, slot, func, check_dev_quirk()
|
H A D | aperture_64.c | 104 pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST); find_cap() 109 id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID); find_cap() 114 pos = read_pci_config_byte(bus, slot, func, find_cap() 218 type = read_pci_config_byte(bus, slot, func, search_agp_bridge()
|
/linux-4.4.14/drivers/usb/early/ |
H A D | ehci-dbgp.c | 378 pos = read_pci_config_byte(num, slot, func, PCI_CAPABILITY_LIST); find_cap() 383 id = read_pci_config_byte(num, slot, func, pos+PCI_CAP_LIST_ID); find_cap() 389 pos = read_pci_config_byte(num, slot, func, find_cap() 877 byte = read_pci_config_byte(bus, slot, func, 0x04); early_dbgp_init()
|
/linux-4.4.14/drivers/gpu/drm/amd/include/ |
H A D | cgs_common.h | 513 cgs_read_pci_config_byte_t read_pci_config_byte; member in struct:cgs_ops 584 CGS_CALL(read_pci_config_byte,dev,addr)
|
/linux-4.4.14/arch/x86/lguest/ |
H A D | boot.c | 1256 cap = read_pci_config_byte(0, 1, 0, PCI_CAPABILITY_LIST); probe_pci_console() 1258 u8 vndr = read_pci_config_byte(0, 1, 0, cap); probe_pci_console() 1263 type = read_pci_config_byte(0, 1, 0, probe_pci_console() 1265 bar = read_pci_config_byte(0, 1, 0, probe_pci_console() 1285 cap = read_pci_config_byte(0, 1, 0, cap + PCI_CAP_LIST_NEXT); probe_pci_console()
|
/linux-4.4.14/drivers/iommu/ |
H A D | intel_irq_remapping.c | 817 bus = read_pci_config_byte(bus, path->device, path->function, ir_parse_one_hpet_scope() 862 bus = read_pci_config_byte(bus, path->device, path->function, ir_parse_one_ioapic_scope()
|