Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dpci.h27 extern struct pci_controller* pci_alloc_pci_controller(char *model, enum phb_types controller_type);
DpSeries_pci.c460 phb = pci_alloc_pci_controller("PHB PY",phb_type_python); in alloc_phb()
506 phb = pci_alloc_pci_controller("PHB SW",phb_type_speedwagon); in alloc_phb()
533 phb=pci_alloc_pci_controller("PHB UK",phb_type_unknown); in alloc_phb()
Dpci.c435 pci_alloc_pci_controller(char *model, enum phb_types controller_type) in pci_alloc_pci_controller() function