Searched refs:PCI_CAP_ID_VNDR (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/virtio/
H A Dvirtio_pci_modern.c417 for (pos = dm_pci_find_capability(udev, PCI_CAP_ID_VNDR);
419 pos = dm_pci_find_next_capability(udev, pos, PCI_CAP_ID_VNDR)) {
/u-boot/test/dm/
H A Dpci.c219 /* look up PCI_CAP_ID_VNDR starting from PCI_CAP_ID_EXP_OFFSET */
221 PCI_CAP_ID_VNDR);
/u-boot/include/
H A Dpci.h206 #define PCI_CAP_ID_VNDR 0x09 /* Vendor-Specific */ macro

Completed in 104 milliseconds