Home
last modified time | relevance | path

Searched refs:GD_FLG_LOG_READY (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dlog.c144 if (!gd || !(gd->flags & GD_FLG_LOG_READY)) { in _log()
241 gd->flags |= GD_FLG_LOG_READY; in log_init()
H A Dboard_r.c1078 gd->flags &= ~GD_FLG_LOG_READY; in board_init_r()
H A Dboard_f.c1027 gd->flags &= ~(GD_FLG_SERIAL_READY | GD_FLG_LOG_READY); in board_init_f_r()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h182 #define GD_FLG_LOG_READY 0x08000 /* Log system is ready for use */ macro