Searched refs:tuples_count (Results 1 – 1 of 1) sorted by relevance
1663 int len, tuple_size, tuples_count; in fdt_get_ranges() local1686 tuples_count = len / tuple_size; in fdt_get_ranges()1687 if (tuples_count <= 0) in fdt_get_ranges()1693 *tuples = tuples_count; in fdt_get_ranges()1960 int len, tuple_size, tuples_count; in fdt_fixup_ranges() local1971 tuples_count = len / tuple_size; in fdt_fixup_ranges()1973 if (tuples_count != 1) in fdt_fixup_ranges()1993 tuples_count = len / tuple_size; in fdt_fixup_ranges()1995 if (tuples_count != 1) in fdt_fixup_ranges()