Searched refs:tuples_count (Results 1 – 1 of 1) sorted by relevance
2524 int len, tuple_size, tuples_count; in fdt_get_ranges() local2547 tuples_count = len / tuple_size; in fdt_get_ranges()2548 if (tuples_count <= 0) in fdt_get_ranges()2554 *tuples = tuples_count; in fdt_get_ranges()2821 int len, tuple_size, tuples_count; in fdt_fixup_ranges() local2832 tuples_count = len / tuple_size; in fdt_fixup_ranges()2834 if (tuples_count != 1) in fdt_fixup_ranges()2854 tuples_count = len / tuple_size; in fdt_fixup_ranges()2856 if (tuples_count != 1) in fdt_fixup_ranges()