Searched refs:sdio_max_byte_size (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mmc/core/
H A Dsdio_io.c189 static inline unsigned int sdio_max_byte_size(struct sdio_func *func) sdio_max_byte_size() function
237 if (sz <= sdio_max_byte_size(func)) sdio_align_size()
268 if (byte_sz <= sdio_max_byte_size(func)) { sdio_align_size()
278 sdio_max_byte_size(func)); sdio_align_size()
279 if (chunk_sz == sdio_max_byte_size(func)) { sdio_align_size()
311 if (func->card->cccr.multi_block && (size > sdio_max_byte_size(func))) { sdio_io_rw_ext_helper()
339 size = min(remainder, sdio_max_byte_size(func)); sdio_io_rw_ext_helper()

Completed in 37 milliseconds