Searched refs:SC_SPLASH_SCRN (Results 1 – 2 of 2) sorted by relevance
512 if ((sc->flags & SC_SPLASH_SCRN) != 0) in sc_set_vesa_mode()553 if ((sc->flags & SC_SPLASH_SCRN) != 0) in sc_set_vesa_mode()3412 if (!(sc->flags & SC_SPLASH_SCRN)) { in scinit()3415 sc->flags |= SC_SPLASH_SCRN; in scinit()3443 if (sc->flags & SC_SPLASH_SCRN) { in scterm()3445 sc->flags &= ~SC_SPLASH_SCRN; in scterm()
208 #define SC_SPLASH_SCRN (1 << 17) macro