Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/
H A Dmv_common.c2524 int len, tuple_size, tuples_count; in fdt_get_ranges() local
2547 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() local
2832 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()