Searched refs:FDT_ERROR (Results 1 – 4 of 4) sorted by relevance
47 if (fdt_offset == FDT_ERROR) in fdt_offset()
20 return FDT_ERROR; in fdt_getprop_u32()
333 image_info->entry_point = FDT_ERROR; in spl_load_fit_image()719 if (spl_image->entry_point == FDT_ERROR && in spl_load_simple_fit()720 image_info.entry_point != FDT_ERROR) in spl_load_simple_fit()735 if (spl_image->entry_point == FDT_ERROR || spl_image->entry_point == 0) in spl_load_simple_fit()
1574 #define FDT_ERROR ((ulong)(-1)) macro
Completed in 9 milliseconds