Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_init.c162 slot->s_flags |= SLOTF_SDHC; in sda_init_sdmem()
164 slot->s_flags &= ~SLOTF_SDHC; in sda_init_sdmem()
/illumos-gate/usr/src/uts/common/sys/sdcard/
H A Dsda_impl.h87 #define SLOTF_SDHC 0x0100 macro