Searched refs:SD_SPI_R1_NO_RESPONSE (Results 1 – 3 of 3) sorted by relevance
46 if (r1 & SD_SPI_R1_NO_RESPONSE) { in r1_response_to_err()74 if (r1 & SD_SPI_R1_NO_RESPONSE) { in r1_sdio_response_to_err()
609 if ((*pr1 & SD_SPI_R1_NO_RESPONSE) == 0) break; in shift_cmd_response()684 while ((cmd->r1 & SD_SPI_R1_NO_RESPONSE) != 0 && pre_scan_data_size > 0) { in start_command_read_blocks()689 if (cmd->r1 & SD_SPI_R1_NO_RESPONSE) { in start_command_read_blocks()
110 #define SD_SPI_R1_NO_RESPONSE (1<<7) macro