Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
223 pci_dev_put(hostbridge); in speedstep_detect_chipset()
227 pci_dev_put(hostbridge); in speedstep_detect_chipset()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog186933 hostbridge would be the PCI bus the bridge links to. This is not