Searched refs:pci_count (Results 1 – 2 of 2) sorted by relevance
2065 int pci_count;2073 pci_count = pci_register_driver (&firestream_driver);2075 if (pci_count <= 0) {2077 pci_count = 0;2080 return(pci_count);
1641 int pci_boards_found, pci_count; in pc_init() local1643 pci_count = 0; in pc_init()4063 int pci_count; in init_PCI() local4070 pci_count = pci_register_driver (&epca_driver); in init_PCI()4072 if (pci_count <= 0) { in init_PCI()4074 pci_count = 0; in init_PCI()4077 return(pci_count); in init_PCI()