Searched refs:SDSPI_CMD_FLAG_RSP_R4 (Results 1 – 3 of 3) sorted by relevance
135 flags |= SDSPI_CMD_FLAG_RSP_R4; in sdspi_host_do_transaction()165 } else if (flags & SDSPI_CMD_FLAG_RSP_R4) { in sdspi_host_do_transaction()
91 #define SDSPI_CMD_FLAG_RSP_R4 BIT(6) //!< Response format R4 (5 bytes) macro
515 } else if (flags & SDSPI_CMD_FLAG_RSP_R4) { in start_command_default()