Searched refs:gmch_device (Results 1 – 1 of 1) sorted by relevance
1329 struct pci_dev *gmch_device; in find_gmch() local1331 gmch_device = pci_get_device(PCI_VENDOR_ID_INTEL, device, NULL); in find_gmch()1332 if (gmch_device && PCI_FUNC(gmch_device->devfn) != 0) { in find_gmch()1333 gmch_device = pci_get_device(PCI_VENDOR_ID_INTEL, in find_gmch()1334 device, gmch_device); in find_gmch()1337 if (!gmch_device) in find_gmch()1340 intel_private.pcidev = gmch_device; in find_gmch()