Searched refs:afu_cr_read32 (Results 1 – 7 of 7) sorted by relevance
/drivers/misc/cxl/ |
D | vphb.c | 138 rc = cxl_ops->afu_cr_read32(afu, record, offset, &val32); in cxl_pcie_read_config()
|
D | of.c | 230 rc = cxl_ops->afu_cr_read32(afu, i, PCI_CLASS_REVISION, in cxl_of_read_afu_properties()
|
D | sysfs.c | 605 rc = cxl_ops->afu_cr_read32(afu, cr_idx, PCI_CLASS_REVISION, &cr->class); in cxl_sysfs_afu_new_cr()
|
D | cxl.h | 1096 int (*afu_cr_read32)(struct cxl_afu *afu, int cr_idx, u64 offset, u32 *val); member
|
D | guest.c | 1202 .afu_cr_read32 = guest_afu_cr_read32,
|
D | native.c | 1586 .afu_cr_read32 = native_afu_cr_read32,
|
D | pci.c | 894 rc = cxl_ops->afu_cr_read32(afu, i, 0, &val); in cxl_afu_descriptor_looks_ok()
|