Searched refs:pci_hose (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dpci.c27 static struct pci_controller pci_hose[MAX_BUSES]; variable in typeref:struct:pci_controller
44 tmp[0] = cpu_to_be32(pci_hose[0].first_busno);
45 tmp[1] = cpu_to_be32(pci_hose[0].last_busno);
59 tmp[0] = cpu_to_be32(pci_hose[1].first_busno);
60 tmp[1] = cpu_to_be32(pci_hose[1].last_busno);

Completed in 82 milliseconds