Searched refs:rstc_nr (Results 1 – 1 of 1) sorted by relevance
277 rt_size_t rstc_nr; in ofw_get_reset_control() local280 rstc_nr = rt_ofw_count_phandle_cells(np, "resets", "#reset-cells"); in ofw_get_reset_control()282 if (!rstc_nr) in ofw_get_reset_control()287 rstc_arr = rt_calloc(1, sizeof(*rstc_arr) + sizeof(struct rt_reset_control *) * rstc_nr); in ofw_get_reset_control()297 rstc_arr->count = rstc_nr - 1; in ofw_get_reset_control()
Completed in 14 milliseconds