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() function237 if (sz <= sdio_max_byte_size(func)) in sdio_align_size()268 if (byte_sz <= sdio_max_byte_size(func)) { in sdio_align_size()278 sdio_max_byte_size(func)); in sdio_align_size()279 if (chunk_sz == sdio_max_byte_size(func)) { in sdio_align_size()311 if (func->card->cccr.multi_block && (size > sdio_max_byte_size(func))) { in sdio_io_rw_ext_helper()339 size = min(remainder, sdio_max_byte_size(func)); in sdio_io_rw_ext_helper()