Searched refs:gdth_pcistr (Results 1 – 1 of 1) sorted by relevance
611 gdth_pci_str gdth_pcistr; in gdth_pci_init_one() local617 memset(&gdth_pcistr, 0, sizeof(gdth_pcistr)); in gdth_pci_init_one()630 gdth_pcistr.pdev = pdev; in gdth_pci_init_one()638 gdth_pcistr.dpmem = pci_resource_start(pdev, 0); in gdth_pci_init_one()644 gdth_pcistr.dpmem = pci_resource_start(pdev, 2); in gdth_pci_init_one()645 gdth_pcistr.io = pci_resource_start(pdev, 1); in gdth_pci_init_one()648 gdth_pcistr.pdev->bus->number, in gdth_pci_init_one()649 PCI_SLOT(gdth_pcistr.pdev->devfn), in gdth_pci_init_one()650 gdth_pcistr.irq, in gdth_pci_init_one()651 gdth_pcistr.dpmem)); in gdth_pci_init_one()[all …]