Lines Matching refs:cell
874 const fdt32_t *cell = rt_ofw_prop_read_raw(cpu_np, propname, &prop_len); in rt_ofw_get_cpu_node() local
876 if (!cell && !addr_cells) in rt_ofw_get_cpu_node()
891 prop_len /= sizeof(*cell) * addr_cells; in rt_ofw_get_cpu_node()
895 rt_uint64_t hwid = rt_fdt_read_number(cell, addr_cells); in rt_ofw_get_cpu_node()
909 cell += addr_cells; in rt_ofw_get_cpu_node()
978 const fdt32_t *cell; in rt_ofw_get_cpu_state_node() local
981 rt_ofw_foreach_prop_u32(cpu_np, "cpu-idle-states", prop, cell, phandle) in rt_ofw_get_cpu_state_node()
1479 const fdt32_t *cell; in ofw_parse_phandle_cells() local
1512 rt_ofw_foreach_prop_u32(np, list_name, prop, cell, value) in ofw_parse_phandle_cells()
1527 cell = rt_ofw_prop_next_u32(prop, cell, &value); in ofw_parse_phandle_cells()
1543 cell += cells_count; in ofw_parse_phandle_cells()