Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dspeedstep-ich.c208 static struct pci_dev *hostbridge; in speedstep_detect_chipset() local
210 hostbridge = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
215 if (!hostbridge) in speedstep_detect_chipset()
218 if (hostbridge->revision < 5) { in speedstep_detect_chipset()
221 pci_dev_put(hostbridge); in speedstep_detect_chipset()
225 pci_dev_put(hostbridge); in speedstep_detect_chipset()