Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dpci.h46 int (*get_busno)(void); member
/arch/mips/pci/
Dpci.c88 if (hose->get_busno && pci_has_flag(PCI_PROBE_ONLY)) in pcibios_scanbus()
89 next_busno = (*hose->get_busno)(); in pcibios_scanbus()
Dpci-bcm1480ht.c193 .get_busno = bcm1480ht_pcibios_get_busno,