Searched refs:R1_SPI_ILLEGAL_COMMAND (Results 1 – 2 of 2) 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()
186 #define R1_SPI_ILLEGAL_COMMAND (1 << 2) macro