Searched refs:subvendor (Results 1 - 4 of 4) sorted by last modified time

/u-boot/include/
H A Dpci.h589 unsigned int subvendor, subdevice; /* Subsystem ID's or PCI_ANY_ID */ member in struct:pci_device_id
1660 * specific device. The subvendor and subdevice fields will be set to
1665 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID
1679 .subvendor = (subvend), .subdevice = (subdev)
1687 * specific PCI class. The vendor, device, subvendor, and subdevice
1693 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID
1701 * specific PCI device. The subvendor, and subdevice fields will be set
1708 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, 0, 0
/u-boot/drivers/virtio/
H A Dvirtio_pci_modern.c491 u16 subvendor; local
506 dm_pci_read_config16(udev, PCI_SUBSYSTEM_VENDOR_ID, &subvendor);
507 uc_priv->vendor = subvendor;
H A Dvirtio_pci_legacy.c297 u16 subvendor, subdevice; local
317 dm_pci_read_config16(udev, PCI_SUBSYSTEM_VENDOR_ID, &subvendor);
319 uc_priv->vendor = subvendor;
/u-boot/drivers/pci/
H A Dpci-uclass.c700 (id->subvendor == PCI_ANY_ID || id->subvendor == find->subvendor) &&
785 id->vendor || id->subvendor || id->class_mask;
921 find_id.subvendor = val & 0xffff;

Completed in 110 milliseconds