Home
last modified time | relevance | path

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

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