Lines Matching refs:size
291 * Properties "#address-cells" and "#size-cells" are not updated if they
327 } else if (!of_prop_cmp(prop->name, "#size-cells")) {
329 pr_err("ERROR: changing value of #size-cells is not allowed in %pOF\n",
412 int ret = 0, size;
432 phandle = __of_get_property(node, "phandle", &size);
433 if (phandle && (size == 4))
994 u32 size;
1010 size = fdt_totalsize(overlay_fdt);
1011 if (overlay_fdt_size < size)
1040 new_fdt = kmalloc(size + FDT_ALIGN_SIZE, GFP_KERNEL);
1048 memcpy(new_fdt_align, overlay_fdt, size);