Lines Matching refs:gdth_pcistr
612 gdth_pci_str gdth_pcistr; in gdth_pci_init_one() local
618 memset(&gdth_pcistr, 0, sizeof(gdth_pcistr)); in gdth_pci_init_one()
631 gdth_pcistr.pdev = pdev; in gdth_pci_init_one()
639 gdth_pcistr.dpmem = pci_resource_start(pdev, 0); in gdth_pci_init_one()
645 gdth_pcistr.dpmem = pci_resource_start(pdev, 2); in gdth_pci_init_one()
646 gdth_pcistr.io = pci_resource_start(pdev, 1); in gdth_pci_init_one()
649 gdth_pcistr.pdev->bus->number, in gdth_pci_init_one()
650 PCI_SLOT(gdth_pcistr.pdev->devfn), in gdth_pci_init_one()
651 gdth_pcistr.irq, in gdth_pci_init_one()
652 gdth_pcistr.dpmem)); in gdth_pci_init_one()
654 rc = gdth_pci_probe_one(&gdth_pcistr, &ha); in gdth_pci_init_one()