Lines Matching defs:node
42 int node = fdt_path_offset(fdt, "/chosen");
44 early_init_dt_scan_chosen(node, "chosen", 1, boot_command_line);
79 int node, len;
83 node = fdt_path_offset(fdt, "/chosen");
84 if (node < 0)
87 prop = fdt_getprop_w(fdt, node, "kaslr-seed", &len);
199 int node, len;
202 node = fdt_path_offset(fdt, "/chosen");
203 if (node < 0)
206 prop = fdt_getprop(fdt, node, "linux,initrd-start", &len);
211 prop = fdt_getprop(fdt, node, "linux,initrd-end", &len);
239 static __init void get_cell_sizes(const void *fdt, int node, int *addr_cells,
247 * from the 'node', or use the default if not provided.
251 prop = fdt_getprop(fdt, node, "#address-cells", &len);
254 prop = fdt_getprop(fdt, node, "#size-cells", &len);
320 /* check for a reserved-memory node and record its cell sizes */