Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/platforms/
Dpmac_pci.c281 struct device_node *p2pbridge; in init_p2pbridge() local
288 if ((p2pbridge = find_devices("pci-bridge")) == 0 in init_p2pbridge()
289 || p2pbridge->parent == NULL in init_p2pbridge()
290 || strcmp(p2pbridge->parent->name, "pci") != 0) in init_p2pbridge()
292 if (pci_device_from_OF_node(p2pbridge, &bus, &devfn) < 0) { in init_p2pbridge()
301 hose = pci_find_hose_for_OF_device(p2pbridge); in init_p2pbridge()