Home
last modified time | relevance | path

Searched refs:SLOTF_MEMORY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_init.c273 if ((slot->s_flags & (SLOTF_MEMORY | SLOTF_SDIO)) == 0) { in sda_init_card()
284 if (slot->s_flags & SLOTF_MEMORY) { in sda_init_card()
305 if (slot->s_flags & SLOTF_MEMORY) { in sda_init_card()
382 if ((slot->s_flags & SLOTF_MEMORY) == 0) { in sda_init_blocklen()
H A Dsda_slot.c255 } else if ((slot->s_flags & SLOTF_MEMORY) == 0) { in sda_slot_insert()
/illumos-gate/usr/src/uts/common/sys/sdcard/
H A Dsda_impl.h88 #define SLOTF_MEMORY (SLOTF_MMC | SLOTF_SDMEM) macro