Searched refs:phbid (Results 1 – 2 of 2) sorted by relevance
43 u64 phbid; in pnv_pci_get_slot_id() local64 ret = of_property_read_u64(node, "ibm,opal-phbid", &phbid); in pnv_pci_get_slot_id()71 *id = PCI_PHB_SLOT_ID(phbid); in pnv_pci_get_slot_id()73 *id = PCI_SLOT_ID(phbid, bdfn); in pnv_pci_get_slot_id()
1623 uint32_t phbid, pe_no; in eeh_force_recover_write() local1643 ret = sscanf(buf, "%x:%x", &phbid, &pe_no); in eeh_force_recover_write()1647 hose = pci_find_controller_for_domain(phbid); in eeh_force_recover_write()