Lines Matching refs:speedstep_chipset_dev
40 static struct pci_dev *speedstep_chipset_dev; variable
67 if (!speedstep_chipset_dev) in speedstep_find_register()
71 pci_read_config_dword(speedstep_chipset_dev, 0x40, &pmbase); in speedstep_find_register()
162 if (!speedstep_chipset_dev) in speedstep_activate()
165 pci_read_config_word(speedstep_chipset_dev, 0x00A0, &value); in speedstep_activate()
169 pci_write_config_word(speedstep_chipset_dev, 0x00A0, value); in speedstep_activate()
186 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
190 if (speedstep_chipset_dev) in speedstep_detect_chipset()
193 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
197 if (speedstep_chipset_dev) in speedstep_detect_chipset()
201 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
205 if (speedstep_chipset_dev) { in speedstep_detect_chipset()
222 speedstep_chipset_dev = NULL; in speedstep_detect_chipset()
357 pci_dev_put(speedstep_chipset_dev); in speedstep_init()
375 pci_dev_put(speedstep_chipset_dev); in speedstep_exit()