Home
last modified time | relevance | path

Searched refs:afu_cr_read32 (Results 1 – 7 of 7) sorted by relevance

/drivers/misc/cxl/
Dvphb.c138 rc = cxl_ops->afu_cr_read32(afu, record, offset, &val32); in cxl_pcie_read_config()
Dof.c230 rc = cxl_ops->afu_cr_read32(afu, i, PCI_CLASS_REVISION, in cxl_of_read_afu_properties()
Dsysfs.c605 rc = cxl_ops->afu_cr_read32(afu, cr_idx, PCI_CLASS_REVISION, &cr->class); in cxl_sysfs_afu_new_cr()
Dcxl.h1096 int (*afu_cr_read32)(struct cxl_afu *afu, int cr_idx, u64 offset, u32 *val); member
Dguest.c1202 .afu_cr_read32 = guest_afu_cr_read32,
Dnative.c1586 .afu_cr_read32 = native_afu_cr_read32,
Dpci.c894 rc = cxl_ops->afu_cr_read32(afu, i, 0, &val); in cxl_afu_descriptor_looks_ok()