Lines Matching refs:of_len
245 ulong of_len = 0; in boot_relocate_fdt() local
260 of_len = *of_size + CONFIG_SYS_FDT_PAD; in boot_relocate_fdt()
270 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt()
275 desired_addr += of_len; in boot_relocate_fdt()
278 (void *)(ulong) lmb_alloc_base(lmb, of_len, 0x1000, in boot_relocate_fdt()
286 (void *)(ulong) lmb_alloc(lmb, of_len, 0x1000); in boot_relocate_fdt()
290 (void *)(ulong) lmb_alloc_base(lmb, of_len, 0x1000, in boot_relocate_fdt()
305 fdt_set_totalsize(of_start, of_len); in boot_relocate_fdt()
307 of_start, of_start + of_len - 1); in boot_relocate_fdt()
310 fdt_blob, fdt_blob + *of_size - 1, of_len, of_len); in boot_relocate_fdt()
313 of_start, of_start + of_len - 1); in boot_relocate_fdt()
315 err = fdt_open_into(fdt_blob, of_start, of_len); in boot_relocate_fdt()
324 *of_size = of_len; in boot_relocate_fdt()