Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/sdcard/
H A Dsda.h212 sda_index_t sc_index; /* command name */ member
/titanic_41/usr/src/uts/common/io/sdcard/impl/
H A Dsda_slot.c779 if (cmdp->sc_index != CMD_APP_CMD) { in sda_slot_thread()
831 if (cmdp->sc_index == CMD_APP_CMD) { in sda_slot_thread()
H A Dsda_cmd.c63 #define c_index c_public.sc_index
/titanic_41/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c1368 command = ((uint16_t)cmdp->sc_index << 8); in sdhost_cmd()