SC_UNINITIALIZED
if (!(sc->sc_flags & (SC_DYING | SC_UNINITIALIZED)))
sc->sc_flags |= SC_UNINITIALIZED;
if (sc->sc_flags & SC_UNINITIALIZED) {
sc->sc_flags |= SC_NEEDS_FIRMWARE | SC_UNINITIALIZED;
if (sc->sc_flags & SC_UNINITIALIZED) {
if (sc->sc_flags & SC_NEEDS_FIRMWARE || sc->sc_flags & SC_UNINITIALIZED)
if ((sc->sc_flags & SC_UNINITIALIZED) == 0) {
sc->sc_flags &= ~SC_UNINITIALIZED;