Home
last modified time | relevance | path

Searched refs:phbid (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/platforms/powernv/
H A Dpci.c39 u64 phbid; in pnv_pci_get_slot_id() local
60 ret = of_property_read_u64(node, "ibm,opal-phbid", &phbid); in pnv_pci_get_slot_id()
67 *id = PCI_PHB_SLOT_ID(phbid); in pnv_pci_get_slot_id()
69 *id = PCI_SLOT_ID(phbid, bdfn); in pnv_pci_get_slot_id()
/linux/arch/powerpc/kernel/
H A Deeh.c1729 uint32_t phbid, pe_no; in eeh_force_recover_write() local
1749 ret = sscanf(buf, "%x:%x", &phbid, &pe_no); in eeh_force_recover_write()
1753 hose = pci_find_controller_for_domain(phbid); in eeh_force_recover_write()