Searched refs:R1_SPI_ILLEGAL_COMMAND (Results 1 – 5 of 5) sorted by relevance
91 if (cmd->resp[0] & R1_SPI_ILLEGAL_COMMAND) in mmc_wait_for_app_cmd()113 if (cmd->resp[0] & R1_SPI_ILLEGAL_COMMAND) in mmc_wait_for_app_cmd()
441 if (status & R1_SPI_ILLEGAL_COMMAND) in mmc_switch_status_error()
152 if (cmd->resp[0] & R1_SPI_ILLEGAL_COMMAND) in mmc_request_done()
186 #define R1_SPI_ILLEGAL_COMMAND (1 << 2) macro
293 else if (R1_SPI_ILLEGAL_COMMAND & cmd->resp[0]) in mmc_spi_response_get()