Searched refs:phbid (Results 1 – 2 of 2) sorted by relevance
42 u64 phbid; in pnv_pci_get_slot_id() local63 ret = of_property_read_u64(node, "ibm,opal-phbid", &phbid); in pnv_pci_get_slot_id()70 *id = PCI_PHB_SLOT_ID(phbid); in pnv_pci_get_slot_id()72 *id = PCI_SLOT_ID(phbid, bdfn); in pnv_pci_get_slot_id()
1645 uint32_t phbid, pe_no; in eeh_force_recover_write() local1665 ret = sscanf(buf, "%x:%x", &phbid, &pe_no); in eeh_force_recover_write()1669 hose = pci_find_controller_for_domain(phbid); in eeh_force_recover_write()