Searched refs:SLOTF_MEMORY (Results 1 – 3 of 3) sorted by relevance
273 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()
253 } else if ((slot->s_flags & SLOTF_MEMORY) == 0) { in sda_slot_insert()
88 #define SLOTF_MEMORY (SLOTF_MMC | SLOTF_SDMEM) macro