Searched refs:gmch_device (Results 1 – 1 of 1) sorted by relevance
1344 struct pci_dev *gmch_device; in find_gmch() local1346 gmch_device = pci_get_device(PCI_VENDOR_ID_INTEL, device, NULL); in find_gmch()1347 if (gmch_device && PCI_FUNC(gmch_device->devfn) != 0) { in find_gmch()1348 gmch_device = pci_get_device(PCI_VENDOR_ID_INTEL, in find_gmch()1349 device, gmch_device); in find_gmch()1352 if (!gmch_device) in find_gmch()1355 intel_private.pcidev = gmch_device; in find_gmch()