Searched refs:PCI_VPD_LRDT (Results 1 – 2 of 2) sorted by relevance
92 if (header[0] & PCI_VPD_LRDT) { in pci_vpd_size()122 (header[0] & PCI_VPD_LRDT) ? "large" : "short", in pci_vpd_size()474 if (val & PCI_VPD_LRDT) { in pci_vpd_find_tag()
2187 #define PCI_VPD_LRDT 0x80 /* Large Resource Data Type */ macro2188 #define PCI_VPD_LRDT_ID(x) ((x) | PCI_VPD_LRDT)