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

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

Completed in 104 milliseconds