Lines Matching refs:speedstep_chipset_dev
38 static struct pci_dev *speedstep_chipset_dev; variable
65 if (!speedstep_chipset_dev) in speedstep_find_register()
69 pci_read_config_dword(speedstep_chipset_dev, 0x40, &pmbase); in speedstep_find_register()
160 if (!speedstep_chipset_dev) in speedstep_activate()
163 pci_read_config_word(speedstep_chipset_dev, 0x00A0, &value); in speedstep_activate()
167 pci_write_config_word(speedstep_chipset_dev, 0x00A0, value); in speedstep_activate()
184 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
188 if (speedstep_chipset_dev) in speedstep_detect_chipset()
191 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
195 if (speedstep_chipset_dev) in speedstep_detect_chipset()
199 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
203 if (speedstep_chipset_dev) { in speedstep_detect_chipset()
220 speedstep_chipset_dev = NULL; in speedstep_detect_chipset()
358 pci_dev_put(speedstep_chipset_dev); in speedstep_init()
376 pci_dev_put(speedstep_chipset_dev); in speedstep_exit()