Searched refs:will_send (Results 1 – 1 of 1) sorted by relevance
874 size_t will_send = MIN(tx_length, SDSPI_MAX_DATA_LEN); in start_command_write_blocks() local883 memcpy(tmp, tx_data, will_send); in start_command_write_blocks()889 .length = will_send * 8, in start_command_write_blocks()898 uint16_t crc = sdspi_crc16(data, will_send); in start_command_write_blocks()932 tx_length -= will_send; in start_command_write_blocks()933 data += will_send; in start_command_write_blocks()