Lines Matching refs:findev
194 struct pci_dev * findev = NULL; in init_chipset_svwks() local
196 findev = pci_get_device(PCI_VENDOR_ID_SERVERWORKS, in init_chipset_svwks()
198 if (findev) { in init_chipset_svwks()
199 pci_read_config_dword(findev, 0x4C, ®4c); in init_chipset_svwks()
203 pci_write_config_dword(findev, 0x4C, reg4c); in init_chipset_svwks()
204 pci_dev_put(findev); in init_chipset_svwks()
209 struct pci_dev * findev = NULL; in init_chipset_svwks() local
212 findev = pci_get_device(PCI_VENDOR_ID_SERVERWORKS, in init_chipset_svwks()
214 if (findev) { in init_chipset_svwks()
215 pci_read_config_byte(findev, 0x41, ®41); in init_chipset_svwks()
217 pci_write_config_byte(findev, 0x41, reg41); in init_chipset_svwks()
218 pci_dev_put(findev); in init_chipset_svwks()