Searched refs:pnv_phb_to_cxl_mode (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-cxl.c13 int pnv_phb_to_cxl_mode(struct pci_dev *dev, uint64_t mode) function
34 EXPORT_SYMBOL(pnv_phb_to_cxl_mode); variable
/linux-master/arch/powerpc/include/asm/
H A Dpnv-pci.h30 int pnv_phb_to_cxl_mode(struct pci_dev *dev, uint64_t mode);
/linux-master/drivers/misc/cxl/
H A Dcxllib.c129 rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_SNOOP_OFF);
139 rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_DMA_TVT1);
142 rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_SNOOP_ON);
H A Dpci.c1495 if ((rc = pnv_phb_to_cxl_mode(dev, adapter->native->sl_ops->capi_mode)))
1500 if ((rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_SNOOP_ON)))

Completed in 227 milliseconds