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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dspeedstep-ich.c210 static struct pci_dev *hostbridge; local
212 hostbridge = pci_get_subsys(PCI_VENDOR_ID_INTEL,
217 if (!hostbridge)
220 if (hostbridge->revision < 5) {
221 dprintk("hostbridge does not support speedstep\n");
223 pci_dev_put(hostbridge);
227 pci_dev_put(hostbridge);

Completed in 77 milliseconds