Searched refs:PCI_VPD_LRDT (Results 1 – 2 of 2) sorted by relevance
66 if (header[0] & PCI_VPD_LRDT) { in pci_vpd_size()345 while (i + PCI_VPD_LRDT_TAG_SIZE <= len && buf[i] & PCI_VPD_LRDT) { in pci_vpd_find_tag()
2315 #define PCI_VPD_LRDT 0x80 /* Large Resource Data Type */ macro2316 #define PCI_VPD_LRDT_ID(x) ((x) | PCI_VPD_LRDT)