Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/powernv/
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-6.1.9/arch/powerpc/kernel/
Deeh.c1645 uint32_t phbid, pe_no; in eeh_force_recover_write() local
1665 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()