Home
last modified time | relevance | path

Searched refs:gmch_device (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/char/agp/
A Dintel-gtt.c1348 struct pci_dev *gmch_device; in find_gmch() local
1350 gmch_device = pci_get_device(PCI_VENDOR_ID_INTEL, device, NULL); in find_gmch()
1351 if (gmch_device && PCI_FUNC(gmch_device->devfn) != 0) { in find_gmch()
1352 gmch_device = pci_get_device(PCI_VENDOR_ID_INTEL, in find_gmch()
1353 device, gmch_device); in find_gmch()
1356 if (!gmch_device) in find_gmch()
1359 intel_private.pcidev = gmch_device; in find_gmch()

Completed in 5 milliseconds