Searched refs:max_blks (Results 1 – 1 of 1) sorted by relevance
254 rt_uint32_t max_blks, blks; in sdio_io_rw_extended_block() local264 max_blks = MIN(func->card->host->max_blk_count, in sdio_io_rw_extended_block()266 max_blks = MIN(max_blks, 511u); in sdio_io_rw_extended_block()271 if (blks > max_blks) in sdio_io_rw_extended_block()272 blks = max_blks; in sdio_io_rw_extended_block()
Completed in 4 milliseconds