Home
last modified time | relevance | path

Searched refs:PCI_VPD_LRDT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dvpd.c66 if (header[0] & PCI_VPD_LRDT) { in pci_vpd_size()
375 while (i + PCI_VPD_LRDT_TAG_SIZE <= len && buf[i] & PCI_VPD_LRDT) { in pci_vpd_find_tag()
/openbmc/linux/include/linux/
H A Dpci.h2482 #define PCI_VPD_LRDT 0x80 /* Large Resource Data Type */ macro
2483 #define PCI_VPD_LRDT_ID(x) ((x) | PCI_VPD_LRDT)