Home
last modified time | relevance | path

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

/components/drivers/ofw/
A Dbase.c1514 rt_uint32_t cells_count = 0; in ofw_parse_phandle_cells() local
1520 rt_ofw_prop_read_u32(phandle_np, cells_name, &cells_count); in ofw_parse_phandle_cells()
1525 for (int idx = 0; idx < cells_count; ++idx) in ofw_parse_phandle_cells()
1532 out_args->args_count = cells_count; in ofw_parse_phandle_cells()
1543 cell += cells_count; in ofw_parse_phandle_cells()

Completed in 5 milliseconds