Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpci.c493 struct device_node *p2pbridge; in init_p2pbridge() local
500 p2pbridge = of_find_node_by_name(NULL, "pci-bridge"); in init_p2pbridge()
501 if (p2pbridge == NULL || !of_node_name_eq(p2pbridge->parent, "pci")) in init_p2pbridge()
503 if (pci_device_from_OF_node(p2pbridge, &bus, &devfn) < 0) { in init_p2pbridge()
510 hose = pci_find_hose_for_OF_device(p2pbridge); in init_p2pbridge()
524 of_node_put(p2pbridge); in init_p2pbridge()