Lines Matching defs:nforce2_dev
37 static struct pci_dev *nforce2_dev;
121 pci_write_config_dword(nforce2_dev, NFORCE2_PLLADR, 0);
125 pci_write_config_dword(nforce2_dev, NFORCE2_PLLREG, pll);
149 pci_read_config_byte(nforce2_dev, NFORCE2_PLLENABLE, (u8 *)&temp);
155 pci_read_config_dword(nforce2_dev, NFORCE2_PLLREG, &temp);
186 pci_read_config_byte(nforce2_dev, NFORCE2_PLLENABLE, (u8 *)&temp);
198 pci_write_config_byte(nforce2_dev, NFORCE2_PLLENABLE, (u8)temp);
223 pci_write_config_byte(nforce2_dev, NFORCE2_PLLADR, (u8)temp);
393 nforce2_dev = pci_get_subsys(PCI_VENDOR_ID_NVIDIA,
397 if (nforce2_dev == NULL)
401 nforce2_dev->revision);