capp_unit_id     1023 drivers/misc/cxl/cxl.h 			  u32 *phb_index, u64 *capp_unit_id);
capp_unit_id     1025 drivers/misc/cxl/cxl.h int cxl_get_xsl9_dsnctl(struct pci_dev *dev, u64 capp_unit_id, u64 *reg);
capp_unit_id       25 drivers/misc/cxl/cxllib.c 	u64 chip_id, capp_unit_id;
capp_unit_id       41 drivers/misc/cxl/cxllib.c 	rc = cxl_calc_capp_routing(dev, &chip_id, &phb_index, &capp_unit_id);
capp_unit_id       79 drivers/misc/cxl/cxllib.c 	u64 chip_id, capp_unit_id;
capp_unit_id       94 drivers/misc/cxl/cxllib.c 	rc = cxl_calc_capp_routing(dev, &chip_id, &phb_index, &capp_unit_id);
capp_unit_id       98 drivers/misc/cxl/cxllib.c 	rc = cxl_get_xsl9_dsnctl(dev, capp_unit_id, &cfg->dsnctl);
capp_unit_id      371 drivers/misc/cxl/pci.c 			     u32 *phb_index, u64 *capp_unit_id)
capp_unit_id      393 drivers/misc/cxl/pci.c 	*capp_unit_id = get_capp_unit_id(np, *phb_index);
capp_unit_id      395 drivers/misc/cxl/pci.c 	if (!*capp_unit_id) {
capp_unit_id      439 drivers/misc/cxl/pci.c int cxl_get_xsl9_dsnctl(struct pci_dev *dev, u64 capp_unit_id, u64 *reg)
capp_unit_id      457 drivers/misc/cxl/pci.c 	xsl_dsnctl |= (capp_unit_id << (63-15));
capp_unit_id      488 drivers/misc/cxl/pci.c 	u64 capp_unit_id;
capp_unit_id      492 drivers/misc/cxl/pci.c 	rc = cxl_calc_capp_routing(dev, &chipid, &phb_index, &capp_unit_id);
capp_unit_id      496 drivers/misc/cxl/pci.c 	rc = cxl_get_xsl9_dsnctl(dev, capp_unit_id, &xsl_dsnctl);
capp_unit_id      555 drivers/misc/cxl/pci.c 	u64 capp_unit_id;
capp_unit_id      558 drivers/misc/cxl/pci.c 	rc = cxl_calc_capp_routing(dev, &chipid, &phb_index, &capp_unit_id);
capp_unit_id      566 drivers/misc/cxl/pci.c 	psl_dsnctl |= (capp_unit_id << (63-13));