Searched refs:pnv_phb_to_cxl_mode (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | cxllib.c | 128 rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_SNOOP_OFF); in cxllib_switch_phb_mode() 138 rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_DMA_TVT1); in cxllib_switch_phb_mode() 141 rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_SNOOP_ON); in cxllib_switch_phb_mode()
|
H A D | pci.c | 1504 if ((rc = pnv_phb_to_cxl_mode(dev, adapter->native->sl_ops->capi_mode))) in cxl_configure_adapter() 1509 if ((rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_SNOOP_ON))) in cxl_configure_adapter()
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | cxllib.c | 129 rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_SNOOP_OFF); in cxllib_switch_phb_mode() 139 rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_DMA_TVT1); in cxllib_switch_phb_mode() 142 rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_SNOOP_ON); in cxllib_switch_phb_mode()
|
H A D | pci.c | 1495 if ((rc = pnv_phb_to_cxl_mode(dev, adapter->native->sl_ops->capi_mode))) in cxl_configure_adapter() 1500 if ((rc = pnv_phb_to_cxl_mode(dev, OPAL_PHB_CAPI_MODE_SNOOP_ON))) in cxl_configure_adapter()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | pci-cxl.c | 12 int pnv_phb_to_cxl_mode(struct pci_dev *dev, uint64_t mode) in pnv_phb_to_cxl_mode() function 33 EXPORT_SYMBOL(pnv_phb_to_cxl_mode); variable
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | pci-cxl.c | 13 int pnv_phb_to_cxl_mode(struct pci_dev *dev, uint64_t mode) in pnv_phb_to_cxl_mode() function 34 EXPORT_SYMBOL(pnv_phb_to_cxl_mode); variable
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pnv-pci.h | 29 int pnv_phb_to_cxl_mode(struct pci_dev *dev, uint64_t mode);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pnv-pci.h | 30 int pnv_phb_to_cxl_mode(struct pci_dev *dev, uint64_t mode);
|
Completed in 8 milliseconds