Searched refs:pci_device_from_OF_node (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | pci_32.c | 162 int pci_device_from_OF_node(struct device_node *node, u8 *bus, u8 *devfn) in pci_device_from_OF_node() function 203 EXPORT_SYMBOL(pci_device_from_OF_node);
|
H A D | pci_64.c | 290 int pci_device_from_OF_node(struct device_node *np, u8 *bus, u8 *devfn) in pci_device_from_OF_node() function
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pci-bridge.h | 181 extern int pci_device_from_OF_node(struct device_node *node,
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 503 if (pci_device_from_OF_node(p2pbridge, &bus, &devfn) < 0) { in init_p2pbridge() 539 if (pci_device_from_OF_node(np, &bus, &devfn) == 0) { in init_second_ohare()
|
H A D | feature.c | 827 if (pci_device_from_OF_node(node, &pbus, &pid) == 0) in core99_ata100_enable() 2932 if (pci_device_from_OF_node(pcix_node, &px_bus, &px_devfn) != 0) {
|