Home
last modified time | relevance | path

Searched refs:SDA_FAULT_NONE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/sdcard/impl/
H A Dsda_slot.c68 { SDA_FAULT_NONE, NULL }, /* sentinel, must be last! */
682 if (slot->s_fault != SDA_FAULT_NONE) { in sda_slot_thread()
686 slot->s_fault = SDA_FAULT_NONE; in sda_slot_thread()
/titanic_41/usr/src/uts/common/sys/sdcard/
H A Dsda.h264 SDA_FAULT_NONE = 0, /* No failure */ enumerator