Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/cxl/
H A Dnative.c1473 if (unlikely(off >= afu->crs_len)) in native_afu_cr_read64()
1476 (cr * afu->crs_len) + off); in native_afu_cr_read64()
1484 if (unlikely(off >= afu->crs_len)) in native_afu_cr_read32()
1487 (cr * afu->crs_len) + off); in native_afu_cr_read32()
1519 if (unlikely(off >= afu->crs_len)) in native_afu_cr_write32()
1522 (cr * afu->crs_len) + off, in); in native_afu_cr_write32()
H A Dof.c213 read_prop64_dword(np, "ibm,config-record-size", &afu->crs_len); in cxl_of_read_afu_properties()
H A Dguest.c424 if (afu->crs_len < sz) in _guest_afu_cr_readXX()
427 if (unlikely(offset >= afu->crs_len)) in _guest_afu_cr_readXX()
H A Dsysfs.c622 cr->config_attr.size = afu->crs_len; in cxl_sysfs_afu_new_cr()
H A Dcxl.h515 u64 crs_len; member
H A Dpci.c857 afu->crs_len = AFUD_CR_LEN(val) * 256; in cxl_read_afu_descriptor()