Lines Matching refs:findev
193 struct pci_dev * findev = NULL; in init_chipset_svwks() local
195 findev = pci_get_device(PCI_VENDOR_ID_SERVERWORKS, in init_chipset_svwks()
197 if (findev) { in init_chipset_svwks()
198 pci_read_config_dword(findev, 0x4C, ®4c); in init_chipset_svwks()
202 pci_write_config_dword(findev, 0x4C, reg4c); in init_chipset_svwks()
203 pci_dev_put(findev); in init_chipset_svwks()
208 struct pci_dev * findev = NULL; in init_chipset_svwks() local
211 findev = pci_get_device(PCI_VENDOR_ID_SERVERWORKS, in init_chipset_svwks()
213 if (findev) { in init_chipset_svwks()
214 pci_read_config_byte(findev, 0x41, ®41); in init_chipset_svwks()
216 pci_write_config_byte(findev, 0x41, reg41); in init_chipset_svwks()
217 pci_dev_put(findev); in init_chipset_svwks()