Searched refs:GD_FLG_DEVINIT (Results 1 – 2 of 2) sorted by relevance
46 if (console == -1 || (gd->flags & GD_FLG_DEVINIT) == 0) in on_console()432 if (gd->flags & GD_FLG_DEVINIT) { in getc()454 if (gd->flags & GD_FLG_DEVINIT) { in tstc()548 if (gd->flags & GD_FLG_DEVINIT) { in putc()930 gd->flags |= GD_FLG_DEVINIT; /* device initialization completed */ in console_init_r()1008 gd->flags |= GD_FLG_DEVINIT; /* device initialization completed */ in console_init_r()
169 #define GD_FLG_DEVINIT 0x00002 /* Devices have been initialized */ macro