HomeSort by relevance Sort by last modified time
    Searched refs:pci_hose (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/powerpc/cpu/mpc85xx/
pci.c 33 static struct pci_controller *pci_hose; variable in typeref:struct:pci_controller
48 pci_hose = board_hose;
50 hose = &pci_hose[0];
148 hose = &pci_hose[1];
150 hose->first_busno = pci_hose[0].last_busno + 1;
  /external/u-boot/arch/powerpc/cpu/mpc83xx/
pci.c 23 static struct pci_controller pci_hose[MAX_BUSES]; variable in typeref:struct:pci_controller
31 struct pci_controller *hose = &pci_hose[bus];
169 struct pci_controller *hose = &pci_hose[bus];
198 tmp[0] = cpu_to_be32(pci_hose[0].first_busno);
199 tmp[1] = cpu_to_be32(pci_hose[0].last_busno);
213 tmp[0] = cpu_to_be32(pci_hose[1].first_busno);
214 tmp[1] = cpu_to_be32(pci_hose[1].last_busno);

Completed in 805 milliseconds