Searched refs:receive_extra_bytes (Results 1 – 1 of 1) sorted by relevance
762 const size_t receive_extra_bytes = (rx_length > SDSPI_MAX_DATA_LEN) ? 4 : 2; in start_command_read_blocks() local763 memset(rx_data, 0xff, will_receive + receive_extra_bytes); in start_command_read_blocks()765 .length = (will_receive + receive_extra_bytes) * 8, in start_command_read_blocks()780 pre_scan_data_size = receive_extra_bytes - sizeof(crc); in start_command_read_blocks()