Searched refs:MMC_IOBLOCKS_WRITE (Results 1 – 2 of 2) sorted by relevance
267 if ((Transfer == MMC_IOBLOCKS_WRITE) && (This->Media->ReadOnly == TRUE)) { in MmcIoBlocks()367 return MmcIoBlocks (This, MMC_IOBLOCKS_WRITE, MediaId, Lba, BufferSize, Buffer); in MmcWriteBlocks()
34 #define MMC_IOBLOCKS_WRITE 1 macro