Lines Matching refs:of_read_number
229 distance_lookup_table[nid][i] = of_read_number(entry, 1); in initialize_distance_lookup_table()
243 if (of_read_number(associativity, 1) >= min_common_depth) in associativity_to_nid()
244 nid = of_read_number(&associativity[min_common_depth], 1); in associativity_to_nid()
251 of_read_number(associativity, 1) >= distance_ref_points_depth) in associativity_to_nid()
336 depth = of_read_number(distance_ref_points, 1); in find_min_common_depth()
344 depth = of_read_number(&distance_ref_points[1], 1); in find_min_common_depth()
383 result = (result << 32) | of_read_number(*buf, 1); in read_n_cells()
400 drmem->drc_index = of_read_number(cp, 1); in read_drconf_cell()
401 drmem->reserved = of_read_number(&cp[1], 1); in read_drconf_cell()
402 drmem->aa_index = of_read_number(&cp[2], 1); in read_drconf_cell()
403 drmem->flags = of_read_number(&cp[3], 1); in read_drconf_cell()
424 entries = of_read_number(prop++, 1); in of_get_drconf_memory()
478 aa->n_arrays = of_read_number(prop++, 1); in of_get_assoc_arrays()
479 aa->array_sz = of_read_number(prop++, 1); in of_get_assoc_arrays()
506 nid = of_read_number(&aa->arrays[index], 1); in of_drconf_to_nid_single()