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