Lines Matching defs:cur
1267 it->cur = list;
1282 if (!it->cur || it->phandle_end >= it->list_end)
1285 it->cur = it->phandle_end;
1288 it->phandle = be32_to_cpup(it->cur++);
1330 if (it->cur + count > it->list_end) {
1334 count, it->list_end - it->cur);
1338 count, it->list_end - it->cur);
1343 it->phandle_end = it->cur + count;
1370 args[i] = be32_to_cpup(it->cur++);
1552 struct device_node *cur, *new = NULL;
1587 cur = out_args->np;
1588 ret = of_property_read_u32(cur, cells_name, &list_size);
1597 while (cur) {
1599 map = of_get_property(cur, map_name, &map_len);
1607 mask = of_get_property(cur, mask_name, NULL);
1648 pass = of_get_property(cur, pass_name, NULL);
1671 of_node_put(cur);
1672 cur = new;
1676 of_node_put(cur);