Searched refs:GD_FLG_KDTB_READY (Results 1 – 6 of 6) sorted by relevance
66 if ((gd->flags & GD_FLG_KDTB_READY) && in device_bind_common()227 if (gd->flags & GD_FLG_KDTB_READY) { in device_bind_common()246 if (gd->flags & GD_FLG_KDTB_READY) in device_bind_common()
183 #define GD_FLG_KDTB_READY 0x10000 /* Kernel dtb is ready for use */ macro
167 if ((gd->flags & GD_FLG_KDTB_READY) && !gd->fdt_blob_kern) { in board_fit_image_post_process()
379 gd->flags |= GD_FLG_KDTB_READY; in init_kernel_dtb()
251 if ((gd->flags & GD_FLG_KDTB_READY) && !gd->fdt_blob_kern) in fit_image_pre_process()
588 if (!(gd->flags & GD_FLG_KDTB_READY)) in blk_claim_devnum()