/linux-4.1.27/drivers/pci/hotplug/ |
H A D | cpqphp_pci.c | 233 pci_bus_read_config_byte (ctrl->pci_bus, PCI_DEVFN(tdevice, 0), PCI_SECONDARY_BUS, &tbus); PCI_ScanBusForNonBridge() 269 pci_bus_read_config_byte (ctrl->pci_bus, *dev_num, PCI_SECONDARY_BUS, &tbus); PCI_GetBusDevHelper() 361 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, 0), 0x0B, &class_code); cpqhp_save_config() 365 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, 0), PCI_HEADER_TYPE, &header_type); cpqhp_save_config() 383 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_SECONDARY_BUS, &secondary_bus); cpqhp_save_config() 442 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), 0x0B, &class_code); cpqhp_save_config() 446 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_HEADER_TYPE, &header_type); cpqhp_save_config() 489 pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, 0), 0x0B, &class_code); cpqhp_save_slot_config() 490 pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_HEADER_TYPE, &header_type); cpqhp_save_slot_config() 500 pci_bus_read_config_byte (ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), PCI_SECONDARY_BUS, &secondary_bus); cpqhp_save_slot_config() 532 pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), 0x0B, &class_code); cpqhp_save_slot_config() 533 pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), PCI_HEADER_TYPE, &header_type); cpqhp_save_slot_config() 574 pci_bus_read_config_byte (pci_bus, devfn, PCI_HEADER_TYPE, &header_type); cpqhp_save_base_addr_length() 577 pci_bus_read_config_byte (pci_bus, devfn, PCI_SECONDARY_BUS, &secondary_bus); cpqhp_save_base_addr_length() 726 pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type); cpqhp_save_used_resources() 732 pci_bus_read_config_byte(pci_bus, devfn, PCI_SECONDARY_BUS, &secondary_bus); cpqhp_save_used_resources() 733 pci_bus_read_config_byte(pci_bus, devfn, PCI_SUBORDINATE_BUS, &temp_byte); cpqhp_save_used_resources() 746 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_BASE, &b_base); cpqhp_save_used_resources() 747 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_LIMIT, &b_length); cpqhp_save_used_resources() 977 pci_bus_read_config_byte (pci_bus, devfn, PCI_HEADER_TYPE, &header_type); cpqhp_configure_board() 981 pci_bus_read_config_byte (pci_bus, devfn, PCI_SECONDARY_BUS, &secondary_bus); cpqhp_configure_board() 1070 pci_bus_read_config_byte (pci_bus, devfn, PCI_HEADER_TYPE, &header_type); cpqhp_valid_replace()
|
H A D | ibmphp_pci.c | 129 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type); ibmphp_configure_card() 203 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_SECONDARY_BUS, &sec_number); ibmphp_configure_card() 275 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_SECONDARY_BUS, &sec_number); ibmphp_configure_card() 548 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_INTERRUPT_PIN, &irq); configure_device() 629 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_SECONDARY_BUS, &sec_number); configure_bridge() 636 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_SUBORDINATE_BUS, &sec_number); configure_bridge() 950 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_IO_BASE, &io_base); configure_bridge() 967 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_IO_BASE, &temp); configure_bridge() 969 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_IO_LIMIT, &temp); configure_bridge() 1019 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_INTERRUPT_PIN, &irq); configure_bridge() 1118 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type); scan_behind_bridge() 1144 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, address[count], &tmp); scan_behind_bridge() 1353 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_PRIMARY_BUS, &pri_number); unconfigure_boot_bridge() 1356 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_SECONDARY_BUS, &sec_number); unconfigure_boot_bridge() 1365 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_SUBORDINATE_BUS, &sub_number); unconfigure_boot_bridge() 1480 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type); unconfigure_boot_card()
|
H A D | cpqphp_ctrl.c | 2103 rc = pci_bus_read_config_byte (pci_bus, devfn, 0x0B, &class_code); cpqhp_process_SS() 2112 rc = pci_bus_read_config_byte (pci_bus, devfn, PCI_HEADER_TYPE, &header_type); cpqhp_process_SS() 2118 rc = pci_bus_read_config_byte (pci_bus, devfn, PCI_BRIDGE_CONTROL, &BCR); cpqhp_process_SS() 2282 rc = pci_bus_read_config_byte (ctrl->pci_bus, PCI_DEVFN(func->device, func->function), 0x0E, &temp_byte); configure_new_device() 2399 rc = pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &temp_byte); configure_new_function() 2802 rc = pci_bus_read_config_byte (pci_bus, devfn, 0x0B, &class_code); configure_new_function() 2894 rc = pci_bus_read_config_byte (pci_bus, devfn, configure_new_function() 2908 rc = pci_bus_read_config_byte (pci_bus, devfn, 0x0B, &class_code); configure_new_function()
|
H A D | ibmphp_res.c | 1968 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type); update_bridge_ranges() 1987 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_SECONDARY_BUS, &sec_busno); update_bridge_ranges() 1995 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_IO_BASE, &start_io_address); update_bridge_ranges() 1996 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_IO_LIMIT, &end_io_address); update_bridge_ranges()
|
/linux-4.1.27/arch/arm/mach-cns3xxx/ |
H A D | pcie.c | 238 pci_bus_read_config_byte(&bus, devfn, PCI_PRIMARY_BUS, &tmp8); cns3xxx_pcie_hw_init() 239 pci_bus_read_config_byte(&bus, devfn, PCI_SECONDARY_BUS, &tmp8); cns3xxx_pcie_hw_init() 240 pci_bus_read_config_byte(&bus, devfn, PCI_SUBORDINATE_BUS, &tmp8); cns3xxx_pcie_hw_init()
|
/linux-4.1.27/drivers/pci/host/ |
H A D | pcie-iproc.c | 134 pci_bus_read_config_byte(bus, 0, PCI_HEADER_TYPE, &hdr_type); iproc_pcie_check_link()
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | sys_nautilus.c | 93 pci_bus_read_config_byte(bus, 0x38, 0x43, &t8); nautilus_kill_arch()
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | pci.c | 455 * These are expanded with macros from pci_bus_read_config_byte() etc.
|
H A D | pci_gx.c | 1202 * These are expanded with macros from pci_bus_read_config_byte() etc.
|
/linux-4.1.27/drivers/pci/ |
H A D | access.c | 63 EXPORT_SYMBOL(pci_bus_read_config_byte); variable
|
H A D | pci.c | 151 pci_bus_read_config_byte(bus, devfn, pos, &pos); __pci_find_next_cap_ttl() 255 pci_bus_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type); pci_bus_find_capability()
|
/linux-4.1.27/include/linux/ |
H A D | pci.h | 862 int pci_bus_read_config_byte(struct pci_bus *bus, unsigned int devfn, 888 return pci_bus_read_config_byte(dev->bus, dev->devfn, where, val); pci_read_config_byte()
|
/linux-4.1.27/drivers/media/platform/ |
H A D | via-camera.c | 1286 pci_bus_read_config_byte(pbus, VIACAM_SERIAL_DEVFN, viacam_serial_is_enabled()
|