Lines Matching refs:map_len
1352 int i, ret, map_len, match; in of_parse_phandle_with_args_map() local
1393 map = of_get_property(cur, map_name, &map_len); in of_parse_phandle_with_args_map()
1398 map_len /= sizeof(u32); in of_parse_phandle_with_args_map()
1406 while (map_len > (list_size + 1) && !match) { in of_parse_phandle_with_args_map()
1409 for (i = 0; i < list_size; i++, map_len--) in of_parse_phandle_with_args_map()
1415 map_len--; in of_parse_phandle_with_args_map()
1431 if (map_len < new_size) in of_parse_phandle_with_args_map()
1436 map_len -= new_size; in of_parse_phandle_with_args_map()
1960 int map_len; in of_map_id() local
1966 map = of_get_property(np, map_name, &map_len); in of_map_id()
1975 if (!map_len || map_len % (4 * sizeof(*map))) { in of_map_id()
1977 map_name, map_len); in of_map_id()
1992 for ( ; map_len > 0; map_len -= 4 * sizeof(*map), map += 4) { in of_map_id()