Home
last modified time | relevance | path

Searched refs:max_blks (Results 1 – 1 of 1) sorted by relevance

/components/drivers/sdio/
A Ddev_sdio.c254 rt_uint32_t max_blks, blks; in sdio_io_rw_extended_block() local
264 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