Searched refs:tuples_count (Results 1 – 1 of 1) sorted by relevance
1719 int len, tuple_size, tuples_count; in fdt_get_ranges() local1742 tuples_count = len / tuple_size; in fdt_get_ranges()1743 if (tuples_count <= 0) in fdt_get_ranges()1749 *tuples = tuples_count; in fdt_get_ranges()2016 int len, tuple_size, tuples_count; in fdt_fixup_ranges() local2027 tuples_count = len / tuple_size; in fdt_fixup_ranges()2029 if (tuples_count != 1) in fdt_fixup_ranges()2049 tuples_count = len / tuple_size; in fdt_fixup_ranges()2051 if (tuples_count != 1) in fdt_fixup_ranges()