Home
last modified time | relevance | path

Searched refs:crs_num (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/misc/cxl/
H A Dvphb.c103 if (record > afu->crs_num) in cxl_pcie_config_info()
216 if (!afu->crs_num) in cxl_pci_vphb_add()
H A Dof.c216 read_prop_dword(np, "ibm,#config-records", &afu->crs_num); in cxl_of_read_afu_properties()
219 for (i = 0; i < afu->crs_num; i++) { in cxl_of_read_afu_properties()
H A Dsysfs.c707 for (i = 0; i < afu->crs_num; i++) { in cxl_sysfs_afu_add()
H A Dpci.c841 afu->crs_num = AFUD_NUM_CRS(val); in cxl_read_afu_descriptor()
893 for (i = 0; i < afu->crs_num; i++) { in cxl_afu_descriptor_looks_ok()
H A Dcxl.h514 int crs_num; member