Searched refs:SLOTF_WRITABLE (Results 1 – 3 of 3) sorted by relevance
171 if ((slot->s_flags & SLOTF_WRITABLE) == 0) { in sda_mem_bd_write()210 media->m_readonly = slot->s_flags & SLOTF_WRITABLE ? B_FALSE : B_TRUE; in sda_mem_bd_mediainfo()372 slot->s_flags &= ~SLOTF_WRITABLE; in sda_mem_parse_cid_csd()
360 slot->s_flags |= SLOTF_WRITABLE; in sda_init_card()
81 #define SLOTF_WRITABLE 0x0004 macro