Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/powernv/
Dpci.c43 u64 phbid; in pnv_pci_get_slot_id() local
63 ret = of_property_read_u64(parent, "ibm,opal-phbid", &phbid); in pnv_pci_get_slot_id()
69 *id = PCI_SLOT_ID(phbid, bdfn); in pnv_pci_get_slot_id()
/Linux-v5.4/arch/x86/kernel/
Dpci-calgary_64.c157 signed char phbid; member
482 return bus_info[num].phbid; in busno_to_phbid()
1097 bus_info[bus].phbid = phb; in calgary_locate_bbars()
1101 bus_info[start_bus].phbid = phb; in calgary_locate_bbars()
/Linux-v5.4/arch/powerpc/kernel/
Deeh.c1824 uint32_t phbid, pe_no; in eeh_force_recover_write() local
1844 ret = sscanf(buf, "%x:%x", &phbid, &pe_no); in eeh_force_recover_write()
1848 hose = pci_find_controller_for_domain(phbid); in eeh_force_recover_write()