Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
Dpci.c492 struct device_node *p2pbridge; in init_p2pbridge() local
499 p2pbridge = of_find_node_by_name(NULL, "pci-bridge"); in init_p2pbridge()
500 if (p2pbridge == NULL || !of_node_name_eq(p2pbridge->parent, "pci")) in init_p2pbridge()
502 if (pci_device_from_OF_node(p2pbridge, &bus, &devfn) < 0) { in init_p2pbridge()
509 hose = pci_find_hose_for_OF_device(p2pbridge); in init_p2pbridge()
523 of_node_put(p2pbridge); in init_p2pbridge()