Searched refs:GD_FLG_DEVINIT (Results 1 – 2 of 2) sorted by relevance
44 if (console == -1 || (gd->flags & GD_FLG_DEVINIT) == 0) in on_console()430 if (gd->flags & GD_FLG_DEVINIT) { in getc()452 if (gd->flags & GD_FLG_DEVINIT) { in tstc()546 if (gd->flags & GD_FLG_DEVINIT) { in putc()912 gd->flags |= GD_FLG_DEVINIT; /* device initialization completed */ in console_init_r()990 gd->flags |= GD_FLG_DEVINIT; /* device initialization completed */ in console_init_r()
168 #define GD_FLG_DEVINIT 0x00002 /* Devices have been initialized */ macro