Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/cxl/
H A Dof.c220 rc = cxl_ops->afu_cr_read16(afu, i, PCI_DEVICE_ID, in cxl_of_read_afu_properties()
225 rc = cxl_ops->afu_cr_read16(afu, i, PCI_VENDOR_ID, in cxl_of_read_afu_properties()
H A Dvphb.c134 rc = cxl_ops->afu_cr_read16(afu, record, offset, &val16); in cxl_pcie_read_config()
H A Dsysfs.c599 rc = cxl_ops->afu_cr_read16(afu, cr_idx, PCI_DEVICE_ID, &cr->device); in cxl_sysfs_afu_new_cr()
602 rc = cxl_ops->afu_cr_read16(afu, cr_idx, PCI_VENDOR_ID, &cr->vendor); in cxl_sysfs_afu_new_cr()
H A Dcxl.h1095 int (*afu_cr_read16)(struct cxl_afu *afu, int cr_idx, u64 offset, u16 *val); member
H A Dguest.c1201 .afu_cr_read16 = guest_afu_cr_read16,
H A Dnative.c1585 .afu_cr_read16 = native_afu_cr_read16,