Lines Matching refs:of_len
266 ulong of_len = 0; in boot_relocate_fdt() local
281 of_len = *of_size + CONFIG_SYS_FDT_PAD; in boot_relocate_fdt()
291 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt()
296 desired_addr += of_len; in boot_relocate_fdt()
299 (void *)(ulong) lmb_alloc_base(lmb, of_len, 0x1000, in boot_relocate_fdt()
307 (void *)(ulong) lmb_alloc(lmb, of_len, 0x1000); in boot_relocate_fdt()
311 (void *)(ulong) lmb_alloc_base(lmb, of_len, 0x1000, in boot_relocate_fdt()
326 fdt_set_totalsize(of_start, of_len); in boot_relocate_fdt()
328 of_start, of_start + of_len - 1); in boot_relocate_fdt()
331 fdt_blob, fdt_blob + *of_size - 1, of_len, of_len); in boot_relocate_fdt()
334 of_start, of_start + of_len - 1); in boot_relocate_fdt()
336 err = fdt_open_into(fdt_blob, of_start, of_len); in boot_relocate_fdt()
345 *of_size = of_len; in boot_relocate_fdt()