Searched refs:_PCI_VEND (Results 1 – 1 of 1) sorted by relevance
90 #define _PCI_VEND(vend) PCI_VENDOR_ID_##vend macro95 .vendor = _PCI_VEND(vend), .device = _PCI_DEV(vend, dev), \101 .vendor = _PCI_VEND(vend), .device = _PCI_DEV(vend, dev), \102 .subvendor = _PCI_VEND(subvend), \108 .vendor = _PCI_VEND(vend), .device = PCI_ANY_ID, \
Completed in 4 milliseconds