Searched refs:SDSPI_CMD_FLAG_RSP_R3 (Results 1 – 3 of 3) sorted by relevance
127 flags |= SDSPI_CMD_FLAG_RSP_R3; in sdspi_host_do_transaction()162 } else if (flags & (SDSPI_CMD_FLAG_RSP_R3 | SDSPI_CMD_FLAG_RSP_R7)) { in sdspi_host_do_transaction()
90 #define SDSPI_CMD_FLAG_RSP_R3 BIT(5) //!< Response format R3 (5 bytes) macro
513 } else if (flags & SDSPI_CMD_FLAG_RSP_R3) { in start_command_default()