Home
last modified time | relevance | path

Searched refs:tuples_count (Results 1 – 1 of 1) sorted by relevance

/src/sys/arm/mv/
H A Dmv_common.c1663 int len, tuple_size, tuples_count; in fdt_get_ranges() local
1686 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() local
1971 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()