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

/drivers/cpufreq/
H A Dcpufreq-nforce2.c35 static struct pci_dev *nforce2_dev; variable in typeref:struct:pci_dev
121 pci_write_config_dword(nforce2_dev, NFORCE2_PLLADR, 0);
125 pci_write_config_dword(nforce2_dev, NFORCE2_PLLREG, pll);
151 pci_read_config_byte(nforce2_dev, NFORCE2_PLLENABLE, (u8 *)&temp);
157 pci_read_config_dword(nforce2_dev, NFORCE2_PLLREG, &temp);
188 pci_read_config_byte(nforce2_dev, NFORCE2_PLLENABLE, (u8 *)&temp);
200 pci_write_config_byte(nforce2_dev, NFORCE2_PLLENABLE, (u8)temp);
225 pci_write_config_byte(nforce2_dev, NFORCE2_PLLADR, (u8)temp);
396 nforce2_dev = pci_get_subsys(PCI_VENDOR_ID_NVIDIA,
400 if (nforce2_dev
[all...]

Completed in 52 milliseconds