Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dpci-calgary_64.c173 signed char phbid; member
505 return bus_info[num].phbid; in busno_to_phbid()
1123 bus_info[bus].phbid = phb; in calgary_locate_bbars()
1127 bus_info[start_bus].phbid = phb; in calgary_locate_bbars()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dpci.c48 u64 phbid; in pnv_pci_get_slot_id() local
67 ret = of_property_read_u64(parent, "ibm,opal-phbid", &phbid); in pnv_pci_get_slot_id()
73 *id = PCI_SLOT_ID(phbid, bdfn); in pnv_pci_get_slot_id()