Searched refs:SDSPI_CMD_FLAG_RSP_R5 (Results 1 – 3 of 3) sorted by relevance
137 flags |= SDSPI_CMD_FLAG_RSP_R5; in sdspi_host_do_transaction()139 flags |= SDSPI_CMD_FLAG_RSP_R5 | SDSPI_CMD_FLAG_DATA; in sdspi_host_do_transaction()168 } else if (flags & SDSPI_CMD_FLAG_RSP_R5) { in sdspi_host_do_transaction()
92 #define SDSPI_CMD_FLAG_RSP_R5 BIT(7) //!< Response format R5 (2 bytes) macro
478 const bool stop_transmission = multi_block && !(flags & SDSPI_CMD_FLAG_RSP_R5); in sdspi_host_start_command()517 } else if (flags & SDSPI_CMD_FLAG_RSP_R5) { in start_command_default()