Lines Matching refs:of_len
119 ulong of_len = 0; in boot_relocate_fdt() local
134 of_len = *of_size + CONFIG_SYS_FDT_PAD; in boot_relocate_fdt()
144 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt()
148 (void *)(ulong) lmb_alloc_base(lmb, of_len, 0x1000, in boot_relocate_fdt()
156 (void *)(ulong) lmb_alloc(lmb, of_len, 0x1000); in boot_relocate_fdt()
160 (void *)(ulong) lmb_alloc_base(lmb, of_len, 0x1000, in boot_relocate_fdt()
175 fdt_set_totalsize(of_start, of_len); in boot_relocate_fdt()
177 of_start, of_start + of_len - 1); in boot_relocate_fdt()
180 fdt_blob, fdt_blob + *of_size - 1, of_len, of_len); in boot_relocate_fdt()
183 of_start, of_start + of_len - 1); in boot_relocate_fdt()
185 err = fdt_open_into(fdt_blob, of_start, of_len); in boot_relocate_fdt()
194 *of_size = of_len; in boot_relocate_fdt()