Home
last modified time | relevance | path

Searched refs:SDA_CMDF_INIT (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/sdcard/impl/
H A Dsda_init.c69 cmdp->sc_flags |= SDA_CMDF_INIT; in sda_init_cmd()
87 cmdp->sc_flags |= SDA_CMDF_INIT; in sda_init_acmd()
599 cmdp->sc_flags |= SDA_CMDF_INIT | SDA_CMDF_DAT | SDA_CMDF_READ; in sda_init_switch()
H A Dsda_cmd.c236 } else if (c->c_flags & SDA_CMDF_INIT) { in sda_cmd_submit()
H A Dsda_slot.c757 if (slot->s_init && !(cmdp->sc_flags & SDA_CMDF_INIT)) { in sda_slot_thread()
/titanic_41/usr/src/uts/common/sys/sdcard/
H A Dsda.h235 #define SDA_CMDF_INIT 0x0400 /* initialization command */ macro