Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/cxl/ !
Dof.c27 static const __be32 *read_prop_dword(const struct device_node *np, in read_prop_dword() function
181 read_prop_dword(np, "ibm,#processes", &afu->max_procs_virtualised); in cxl_of_read_afu_properties()
184 read_prop_dword(np, "ibm,scratchpad-size", &val); in cxl_of_read_afu_properties()
185 read_prop_dword(np, "ibm,programmable", &val); in cxl_of_read_afu_properties()
190 read_prop_dword(np, "ibm,max-ints-per-process", &afu->guest->max_ints); in cxl_of_read_afu_properties()
193 prop = read_prop_dword(np, "ibm,min-ints-per-process", &afu->pp_irqs); in cxl_of_read_afu_properties()
203 read_prop_dword(np, "ibm,max-ints", &val); in cxl_of_read_afu_properties()
204 read_prop_dword(np, "ibm,vpd-size", &val); in cxl_of_read_afu_properties()
211 read_prop_dword(np, "ibm,config-record-type", &val); in cxl_of_read_afu_properties()
216 read_prop_dword(np, "ibm,#config-records", &afu->crs_num); in cxl_of_read_afu_properties()
[all …]