Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/cpufreq/
H A 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()
221 pr_debug("hostbridge does not support speedstep\n"); in speedstep_detect_chipset()
223 pci_dev_put(hostbridge); in speedstep_detect_chipset()
227 pci_dev_put(hostbridge); in speedstep_detect_chipset()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A 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()
221 pr_debug("hostbridge does not support speedstep\n"); in speedstep_detect_chipset()
223 pci_dev_put(hostbridge); in speedstep_detect_chipset()
227 pci_dev_put(hostbridge); in speedstep_detect_chipset()

Completed in 2 milliseconds