Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/
H A Dof.c201 int of_get_pci_domain_nr(struct device_node *node) in of_get_pci_domain_nr() function
212 EXPORT_SYMBOL_GPL(of_get_pci_domain_nr);
H A Dpci.h636 int of_get_pci_domain_nr(struct device_node *node);
653 of_get_pci_domain_nr(struct device_node *node) in of_get_pci_domain_nr() function
H A Dpci.c6465 domain = of_get_pci_domain_nr(parent->of_node); in of_pci_bus_find_domain_nr()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci-common.c81 ret = of_get_pci_domain_nr(dn); in get_phb_number()