Searched refs:read_prop_dword (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/misc/cxl/ |
H A D | of.c | 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() 241 read_prop_dword(np, "vendor-id", &val); in cxl_of_read_afu_properties() 242 read_prop_dword(np, "device-id", &val); in cxl_of_read_afu_properties() 243 read_prop_dword(np, "revision-id", &val); in cxl_of_read_afu_properties() 244 read_prop_dword(np, "class-code", &val); in cxl_of_read_afu_properties() 246 read_prop_dword(np, "subsystem-id", &val); in cxl_of_read_afu_properties() 358 read_prop_dword(np, "#address-cells", &val); in cxl_of_read_adapter_properties() 359 read_prop_dword(np, "#size-cells", &val); in cxl_of_read_adapter_properties() 416 read_prop_dword(np, "revision-id", &val); in cxl_of_read_adapter_properties() [all …]
|