Lines Matching defs:size
41 * Cache size mirrors the size of the global eMMC temp buffer
311 * The function sets block size for the next SD/SDIO/MMC
314 int select_blk_sz(struct sd_handle *handle, uint16_t size)
316 return sd_cmd16(handle, size);
468 handle->card->size / (1024 * 1024));
471 handle->card->size = (uint64_t)sec_count * 512;
474 handle->card->size / (1024 * 1024));
527 VERBOSE("XFER: dest: 0x%" PRIx64 ", addr: 0x%x, size: 0x%x bytes\n",
923 * block size and the number of blocks to be transferred.