Searched refs:sdio_max_byte_size (Results 1 – 1 of 1) sorted by relevance
189 static inline unsigned int sdio_max_byte_size(struct sdio_func *func) in sdio_max_byte_size() function252 if (sz <= sdio_max_byte_size(func)) in sdio_align_size()282 if (byte_sz <= sdio_max_byte_size(func)) { in sdio_align_size()291 chunk_sz = _sdio_align_size(sdio_max_byte_size(func)); in sdio_align_size()292 if (chunk_sz == sdio_max_byte_size(func)) { in sdio_align_size()326 if (func->card->cccr.multi_block && (size > sdio_max_byte_size(func))) { in sdio_io_rw_ext_helper()354 size = min(remainder, sdio_max_byte_size(func)); in sdio_io_rw_ext_helper()