Searched refs:gmch_device (Results 1 – 1 of 1) sorted by relevance
1346 struct pci_dev *gmch_device; in find_gmch() local1348 gmch_device = pci_get_device(PCI_VENDOR_ID_INTEL, device, NULL); in find_gmch()1349 if (gmch_device && PCI_FUNC(gmch_device->devfn) != 0) { in find_gmch()1350 gmch_device = pci_get_device(PCI_VENDOR_ID_INTEL, in find_gmch()1351 device, gmch_device); in find_gmch()1354 if (!gmch_device) in find_gmch()1357 intel_private.pcidev = gmch_device; in find_gmch()