Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci.c112 struct pci_controller *pci_get_hose_head(void) in pci_get_hose_head() function
136 for (hose = pci_get_hose_head(); hose; hose = hose->next) { in pci_bus_to_hose()
149 for (hose = pci_get_hose_head(); hose; hose = hose->next) { in find_hose_by_cfg_addr()
159 struct pci_controller *hose = pci_get_hose_head(); in pci_last_busno()
176 for (hose = pci_get_hose_head(); hose; hose = hose->next) { in pci_find_devices()
/openbmc/u-boot/include/
H A Dpci.h728 extern struct pci_controller *pci_get_hose_head(void);