Searched refs:map_bytes (Results 1 – 1 of 1) sorted by relevance
2189 int map_bytes, map_len, offset = 0; in of_map_id() local2198 map = of_get_property(np, map_name, &map_bytes); in of_map_id()2208 if (map_bytes % sizeof(*map)) in of_map_id()2210 map_len = map_bytes / sizeof(*map); in of_map_id()2322 pr_err("%pOF: Error: Bad %s length: %d\n", np, map_name, map_bytes); in of_map_id()