Searched refs:SE6_PCI_DEVICE_ID (Results 1 – 2 of 2) sorted by relevance
158 #define SE6_PCI_DEVICE_ID 0x0003 /* RS SE-6 device ID */ macro159 #define SE6_PCI_ID ((SE6_PCI_DEVICE_ID<<16) | SE6_PCI_VENDOR_ID)
125 { SE6_PCI_VENDOR_ID, SE6_PCI_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, },1366 while ((pdev = pci_find_device(SE6_PCI_VENDOR_ID, SE6_PCI_DEVICE_ID, pdev)) != NULL) in dgrs_scan()