Searched refs:GD_FLG_SERIAL_READY (Results 1 – 7 of 7) sorted by relevance
649 if (IS_ENABLED(CONFIG_SANDBOX) && !(gd->flags & GD_FLG_SERIAL_READY)) { in putc()655 if (IS_ENABLED(CONFIG_DEBUG_UART) && !(gd->flags & GD_FLG_SERIAL_READY)) { in putc()690 if (IS_ENABLED(CONFIG_SANDBOX) && !(gd->flags & GD_FLG_SERIAL_READY)) { in puts()695 if (IS_ENABLED(CONFIG_DEBUG_UART) && !(gd->flags & GD_FLG_SERIAL_READY)) { in puts()
1001 gd->flags &= ~(GD_FLG_SERIAL_READY | GD_FLG_LOG_READY); in board_init_f_r()
187 gd->flags &= ~GD_FLG_SERIAL_READY; in board_init_f_r()
541 GD_FLG_SERIAL_READY = 0x00100, enumerator
356 gd->flags |= GD_FLG_SERIAL_READY; in serial_init()
166 gd->flags |= GD_FLG_SERIAL_READY; in serial_init()
103 gd->flags |= GD_FLG_SERIAL_READY; in early_console_init()
Completed in 11 milliseconds