Searched refs:SDSPI_CMD_FLAG_RSP_R1B (Results 1 – 3 of 3) sorted by relevance
144 flags |= SDSPI_CMD_FLAG_RSP_R1B; in sdspi_host_do_transaction()157 if (flags & (SDSPI_CMD_FLAG_RSP_R1 | SDSPI_CMD_FLAG_RSP_R1B)) { in sdspi_host_do_transaction()
88 #define SDSPI_CMD_FLAG_RSP_R1B BIT(3) //!< Response format R1 (1 byte), with busy polling macro
509 (flags & SDSPI_CMD_FLAG_RSP_R1B )) { in start_command_default()549 if (flags & SDSPI_CMD_FLAG_RSP_R1B) { in start_command_default()811 ret = start_command_default(slot, SDSPI_CMD_FLAG_RSP_R1B, &stop_cmd); in start_command_read_blocks()