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.c42 u64 phbid; in pnv_pci_get_slot_id() local
63 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()
/linux/arch/powerpc/kernel/
H A Deeh.c1732 uint32_t phbid, pe_no; in eeh_force_recover_write() local
1752 ret = sscanf(buf, "%x:%x", &phbid, &pe_no); in eeh_force_recover_write()
1756 hose = pci_find_controller_for_domain(phbid); in eeh_force_recover_write()