Lines Matching refs:findev
200 struct pci_dev * findev = NULL; in init_chipset_svwks() local
202 findev = pci_get_device(PCI_VENDOR_ID_SERVERWORKS, in init_chipset_svwks()
204 if (findev) { in init_chipset_svwks()
205 pci_read_config_dword(findev, 0x4C, ®4c); in init_chipset_svwks()
209 pci_write_config_dword(findev, 0x4C, reg4c); in init_chipset_svwks()
210 pci_dev_put(findev); in init_chipset_svwks()
215 struct pci_dev * findev = NULL; in init_chipset_svwks() local
218 findev = pci_get_device(PCI_VENDOR_ID_SERVERWORKS, in init_chipset_svwks()
220 if (findev) { in init_chipset_svwks()
221 pci_read_config_byte(findev, 0x41, ®41); in init_chipset_svwks()
223 pci_write_config_byte(findev, 0x41, reg41); in init_chipset_svwks()
224 pci_dev_put(findev); in init_chipset_svwks()