Searched refs:FDT_ERROR (Results 1 – 5 of 5) sorted by relevance
669 if (image_info.entry_point == FDT_ERROR) in spl_internal_load_simple_fit()770 if (spl_image->entry_point == FDT_ERROR && in spl_internal_load_simple_fit()771 image_info.entry_point != FDT_ERROR) in spl_internal_load_simple_fit()786 if (spl_image->entry_point == FDT_ERROR || spl_image->entry_point == 0) in spl_internal_load_simple_fit()
157 if (val == FDT_ERROR) in spl_fit_images_get_entry()
47 if (fdt_offset == FDT_ERROR) in fdt_offset()
21 return FDT_ERROR; in fdt_getprop_u32()
1449 #define FDT_ERROR ((ulong)(-1)) macro