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

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

Completed in 121 milliseconds