Searched refs:SDSPI_CMD_FLAG_RSP_R2 (Results 1 – 3 of 3) sorted by relevance
125 flags |= SDSPI_CMD_FLAG_RSP_R2; in sdspi_host_do_transaction()129 flags |= SDSPI_CMD_FLAG_RSP_R2; in sdspi_host_do_transaction()160 } else if (flags & SDSPI_CMD_FLAG_RSP_R2) { in sdspi_host_do_transaction()
89 #define SDSPI_CMD_FLAG_RSP_R2 BIT(4) //!< Response format R2 (2 bytes) macro
511 } else if (flags & SDSPI_CMD_FLAG_RSP_R2) { in start_command_default()