Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/cxl/
Dcxllib.c132 rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_SNOOP_OFF); in cxllib_switch_phb_mode()
142 rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_DMA_TVT1); in cxllib_switch_phb_mode()
145 rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_SNOOP_ON); in cxllib_switch_phb_mode()
Dpci.c1505 if ((rc = pnv_phb_to_cxl_mode(dev, adapter->native->sl_ops->capi_mode))) in cxl_configure_adapter()
1510 if ((rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_SNOOP_ON))) in cxl_configure_adapter()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dpci-cxl.c16 int pnv_phb_to_cxl_mode(struct pci_dev *dev, uint64_t mode) in pnv_phb_to_cxl_mode() function
37 EXPORT_SYMBOL(pnv_phb_to_cxl_mode);
/Linux-v4.19/arch/powerpc/include/asm/
Dpnv-pci.h38 int pnv_phb_to_cxl_mode(struct pci_dev *dev, uint64_t mode);