Searched refs:SC_SPLASH_SCRN (Results 1 – 2 of 2) sorted by relevance
504 if ((sc->flags & SC_SPLASH_SCRN) != 0) in sc_set_vesa_mode()547 if ((sc->flags & SC_SPLASH_SCRN) != 0) in sc_set_vesa_mode()3349 if (!(sc->flags & SC_SPLASH_SCRN)) { in scinit()3352 sc->flags |= SC_SPLASH_SCRN; in scinit()3380 if (sc->flags & SC_SPLASH_SCRN) { in scterm()3382 sc->flags &= ~SC_SPLASH_SCRN; in scterm()
218 #define SC_SPLASH_SCRN (1 << 17) macro