HomeSort by relevance Sort by last modified time
    Searched refs:GD_FLG_POSTSTOP (Results 1 - 2 of 2) sorted by null

  /external/u-boot/post/
post.c 267 gd->flags |= GD_FLG_POSTSTOP;
277 gd->flags |= GD_FLG_POSTSTOP;
303 if (gd->flags & GD_FLG_POSTSTOP)
320 if (gd->flags & GD_FLG_POSTSTOP)
329 if (gd->flags & GD_FLG_POSTSTOP)
  /external/u-boot/include/asm-generic/
global_data.h 140 #define GD_FLG_POSTSTOP 0x00010 /* POST seqeunce aborted */

Completed in 1160 milliseconds