Lines Matching refs:blocks
130 uint32_t blocks, in sdio_io_rw_extended() argument
143 if (blocks == 0) { in sdio_io_rw_extended()
148 cmd.arg |= BIT(SDIO_EXTEND_CMD_ARG_BLK_SHIFT) | blocks; in sdio_io_rw_extended()
153 data.blocks = blocks ? blocks : 1; in sdio_io_rw_extended()
172 uint32_t blocks, size; in sdio_io_rw_extended_helper() local
182 blocks = remaining / func->block_size; in sdio_io_rw_extended_helper()
183 size = blocks * func->block_size; in sdio_io_rw_extended_helper()
185 func->num, reg_addr, increment, buf, blocks, in sdio_io_rw_extended_helper()
953 uint32_t blocks) in sdio_read_blocks_fifo() argument
967 false, data, blocks, func->block_size); in sdio_read_blocks_fifo()
987 uint32_t blocks) in sdio_write_blocks_fifo() argument
1001 false, data, blocks, func->block_size); in sdio_write_blocks_fifo()