Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sdcard/
H A Dsda_impl.h84 #define SLOTF_MMC 0x0020 macro
88 #define SLOTF_MEMORY (SLOTF_MMC | SLOTF_SDMEM)
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_init.c182 slot->s_flags &= ~SLOTF_MMC; in sda_init_mmc()
221 slot->s_flags |= SLOTF_MMC; in sda_init_mmc()
549 if (slot->s_flags & SLOTF_MMC) { in sda_init_rca()
H A Dsda_mem.c301 } else if (slot->s_flags & SLOTF_MMC) { in sda_mem_parse_cid_csd()