Home | History | Annotate | Download | only in p1010rdb

Lines Matching refs:nodeoff

372 	int nodeoff = 0;
374 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0,
376 fdt_del_node(blob, nodeoff);
382 int nodeoff = 0;
384 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0,
386 fdt_del_node(blob, nodeoff);
392 int nodeoff = 0;
394 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0,
396 fdt_del_node(blob, nodeoff);
402 int nodeoff = 0;
404 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0,
406 fdt_del_node(blob, nodeoff);
412 int nodeoff = 0;
414 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0,
416 fdt_del_node(blob, nodeoff);
422 int nodeoff = 0;
424 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0,
426 fdt_del_node(blob, nodeoff);
432 int nodeoff;
434 nodeoff = fdt_node_offset_by_compat_reg(blob, "fsl,ns16550",
437 if (nodeoff > 0) {
438 fdt_status_disabled(blob, nodeoff);
441 "uart1: %s\n", fdt_strerror(nodeoff));