Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sdcard/
H A Dsda_impl.h86 #define SLOTF_SDIO 0x0080 macro
89 #define SLOTF_SD (SLOTF_SDMEM | SLOTF_SDIO)
/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()
326 if (slot->s_flags & SLOTF_SDIO) { in sda_init_card()