PCI_VPD_LRDT       92 drivers/pci/vpd.c 		if (header[0] & PCI_VPD_LRDT) {
PCI_VPD_LRDT      122 drivers/pci/vpd.c 				 (header[0] & PCI_VPD_LRDT) ? "large" : "short",
PCI_VPD_LRDT      474 drivers/pci/vpd.c 		if (val & PCI_VPD_LRDT) {
PCI_VPD_LRDT     2164 include/linux/pci.h #define PCI_VPD_LRDT_ID(x)		((x) | PCI_VPD_LRDT)