Searched refs:SDSPI_MAX_DATA_LEN (Results 1 – 3 of 3) sorted by relevance
97 #define SDSPI_MAX_DATA_LEN 512 //!< Max size of single block transfer macro
31 #define SDSPI_BLOCK_BUF_SIZE (SDSPI_MAX_DATA_LEN + 4)754 size_t will_receive = MIN(rx_length, SDSPI_MAX_DATA_LEN) - extra_data_size; in start_command_read_blocks()762 const size_t receive_extra_bytes = (rx_length > SDSPI_MAX_DATA_LEN) ? 4 : 2; in start_command_read_blocks()874 size_t will_send = MIN(tx_length, SDSPI_MAX_DATA_LEN); in start_command_write_blocks()
113 if (cmdinfo->datalen > SDSPI_MAX_DATA_LEN) { in sdspi_host_do_transaction()