Searched refs:gmch_device (Results 1 – 1 of 1) sorted by relevance
1401 struct pci_dev *gmch_device; in find_gmch() local1403 gmch_device = pci_get_device(PCI_VENDOR_ID_INTEL, device, NULL); in find_gmch()1404 if (gmch_device && PCI_FUNC(gmch_device->devfn) != 0) { in find_gmch()1405 gmch_device = pci_get_device(PCI_VENDOR_ID_INTEL, in find_gmch()1406 device, gmch_device); in find_gmch()1409 if (!gmch_device) in find_gmch()1412 intel_private.pcidev = gmch_device; in find_gmch()