Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpnv-pci.h21 extern int pnv_pci_get_slot_id(struct device_node *np, uint64_t *id);
/linux/arch/powerpc/platforms/powernv/
H A Dpci.c38 int pnv_pci_get_slot_id(struct device_node *np, uint64_t *id) in pnv_pci_get_slot_id() function
78 EXPORT_SYMBOL_GPL(pnv_pci_get_slot_id);
/linux/drivers/pci/hotplug/
H A Dpnv_php.c633 if (pnv_pci_get_slot_id(dn, &id)) in pnv_php_alloc_slot()