Lines Matching refs:of_start
264 void *of_start = NULL; in boot_relocate_fdt() local
290 of_start = fdt_blob; in boot_relocate_fdt()
291 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt()
298 of_start = in boot_relocate_fdt()
301 if (of_start == NULL) { in boot_relocate_fdt()
306 of_start = in boot_relocate_fdt()
310 of_start = in boot_relocate_fdt()
316 if (of_start == NULL) { 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()
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()
344 *of_flat_tree = of_start; in boot_relocate_fdt()