Lines Matching refs:busnumber

504 int cpqhp_save_config(struct controller *ctrl, int busnumber, int is_hot_plug)  in cpqhp_save_config()  argument
540 rc = pci_read_config_dword_nodev (ctrl->pci_ops, busnumber, device, 0, PCI_VENDOR_ID, &ID); in cpqhp_save_config()
543 rc = pci_read_config_byte_nodev (ctrl->pci_ops, busnumber, device, 0, 0x0B, &class_code); in cpqhp_save_config()
547 …rc = pci_read_config_byte_nodev (ctrl->pci_ops, busnumber, device, 0, PCI_HEADER_TYPE, &header_typ… in cpqhp_save_config()
565 …rc = pci_read_config_byte_nodev (ctrl->pci_ops, busnumber, device, function, PCI_SECONDARY_BUS, &s… in cpqhp_save_config()
581 new_slot = cpqhp_slot_find(busnumber, device, index++); in cpqhp_save_config()
584 new_slot = cpqhp_slot_find(busnumber, device, index++); in cpqhp_save_config()
588 new_slot = cpqhp_slot_create(busnumber); in cpqhp_save_config()
594 new_slot->bus = (u8) busnumber; in cpqhp_save_config()
604 …rc = pci_read_config_dword_nodev (ctrl->pci_ops, busnumber, device, function, cloop << 2, (u32 *) … in cpqhp_save_config()
617 … rc = pci_read_config_dword_nodev (ctrl->pci_ops, busnumber, device, function, PCI_VENDOR_ID, &ID); in cpqhp_save_config()
621 … rc = pci_read_config_byte_nodev (ctrl->pci_ops, busnumber, device, function, 0x0B, &class_code); in cpqhp_save_config()
625 …rc = pci_read_config_byte_nodev (ctrl->pci_ops, busnumber, device, function, PCI_HEADER_TYPE, &hea… in cpqhp_save_config()
637 new_slot = cpqhp_slot_create(busnumber); in cpqhp_save_config()
643 new_slot->bus = (u8) busnumber; in cpqhp_save_config()