sdio_max_byte_size
if (sz <= sdio_max_byte_size(func))
if (byte_sz <= sdio_max_byte_size(func)) {
chunk_sz = _sdio_align_size(sdio_max_byte_size(func));
if (chunk_sz == sdio_max_byte_size(func)) {
if (func->card->cccr.multi_block && (size > sdio_max_byte_size(func))) {
size = min(remainder, sdio_max_byte_size(func));