Lines Matching defs:size
180 * @size: size of the reserved region
184 * of that node and has a @node_name, a @base address and a @size.
191 * According to this binding, the address-cells and size-cells must match
197 uintptr_t base, size_t size)
212 fdt_setprop_u32(dtb, offs, "#size-cells", sc);
223 addresses[idx] = cpu_to_fdt32(HIGH_BITS(size));
226 addresses[idx] = cpu_to_fdt32(size & 0xffffffff);
311 * #size-cells = <0>;
359 err = fdt_setprop_u32(dtb, offs, "#size-cells", 0);
362 "#size-cells", offs);
502 * fdt_adjust_gic_redist() - Adjust GICv3 redistributor size
510 * this size cannot be known upfront and thus can't be hardcoded into the DTB.
513 * the size of the redistributor to match the number of actual cores on
558 * size cell.
579 * So we have to skip one address and one size cell, then another
580 * address cell to get to the second size cell.