Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dspeedstep-ich.c210 struct pci_dev *hostbridge; in speedstep_detect_chipset() local
212 hostbridge = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
217 if (!hostbridge) in speedstep_detect_chipset()
220 if (hostbridge->revision < 5) { in speedstep_detect_chipset()
223 pci_dev_put(hostbridge); in speedstep_detect_chipset()
227 pci_dev_put(hostbridge); in speedstep_detect_chipset()