Searched refs:SDSPI_CMD_FLAG_RSP_R1 (Results 1 – 3 of 3) sorted by relevance
146 flags |= SDSPI_CMD_FLAG_RSP_R1; in sdspi_host_do_transaction()157 if (flags & (SDSPI_CMD_FLAG_RSP_R1 | SDSPI_CMD_FLAG_RSP_R1B)) { in sdspi_host_do_transaction()
87 #define SDSPI_CMD_FLAG_RSP_R1 BIT(2) //!< Response format R1 (1 byte) macro
507 if ((flags & SDSPI_CMD_FLAG_RSP_R1) || in start_command_default()