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

/drivers/isdn/hisax/
H A Dhfc_pci.c1644 struct pci_dev *tmp_hfcpci = NULL; local
1661 tmp_hfcpci = hisax_find_pci_device(id_list[i].vendor_id,
1665 if (tmp_hfcpci) {
1667 if (pci_enable_device(tmp_hfcpci))
1669 if (pci_set_dma_mask(tmp_hfcpci, dma_mask)) {
1674 if (pci_set_consistent_dma_mask(tmp_hfcpci, dma_mask)) {
1679 pci_set_master(tmp_hfcpci);
1680 if ((card->para[0]) && (card->para[0] != (tmp_hfcpci->resource[0].start & PCI_BASE_ADDRESS_IO_MASK)))
1687 if (!tmp_hfcpci) {
1693 dev_hfcpci = tmp_hfcpci; /* ol
[all...]

Completed in 60 milliseconds