Lines Matching refs:dev_vdata
176 sp->dev_vdata = (struct sp_dev_vdata *)id->driver_data; in sp_pci_probe()
177 if (!sp->dev_vdata) { in sp_pci_probe()
203 sp->io_map = iomap_table[sp->dev_vdata->bar]; in sp_pci_probe()
334 static const struct sp_dev_vdata dev_vdata[] = { variable
382 { PCI_VDEVICE(AMD, 0x1537), (kernel_ulong_t)&dev_vdata[0] },
383 { PCI_VDEVICE(AMD, 0x1456), (kernel_ulong_t)&dev_vdata[1] },
384 { PCI_VDEVICE(AMD, 0x1468), (kernel_ulong_t)&dev_vdata[2] },
385 { PCI_VDEVICE(AMD, 0x1486), (kernel_ulong_t)&dev_vdata[3] },
386 { PCI_VDEVICE(AMD, 0x15DF), (kernel_ulong_t)&dev_vdata[4] },
387 { PCI_VDEVICE(AMD, 0x1649), (kernel_ulong_t)&dev_vdata[4] },
388 { PCI_VDEVICE(AMD, 0x14CA), (kernel_ulong_t)&dev_vdata[5] },