caia_major        693 drivers/misc/cxl/cxl.h 	u8 caia_major;
caia_major        392 drivers/misc/cxl/of.c 		adapter->caia_major = (val & 0xFF00) >> 8;
caia_major       1308 drivers/misc/cxl/pci.c 	CXL_READ_VSEC_CAIA_MAJOR(dev, vsec, &adapter->caia_major);
caia_major       1363 drivers/misc/cxl/pci.c 	if (cxl_is_power8() && (adapter->caia_major == 1))
caia_major       1366 drivers/misc/cxl/pci.c 	if (cxl_is_power9() && (adapter->caia_major == 2))
caia_major       1384 drivers/misc/cxl/pci.c 			 adapter->caia_major);
caia_major         23 drivers/misc/cxl/sysfs.c 	return scnprintf(buf, PAGE_SIZE, "%i.%i\n", adapter->caia_major,