Home
last modified time | relevance | path

Searched refs:R1_SPI_ILLEGAL_COMMAND (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/mmc/core/
Dsd_ops.c67 if (cmd->resp[0] & R1_SPI_ILLEGAL_COMMAND) in mmc_wait_for_app_cmd()
89 if (cmd->resp[0] & R1_SPI_ILLEGAL_COMMAND) in mmc_wait_for_app_cmd()
Dmmc_ops.c433 if (status & R1_SPI_ILLEGAL_COMMAND) in mmc_switch_status_error()
Dcore.c154 if (cmd->resp[0] & R1_SPI_ILLEGAL_COMMAND) in mmc_request_done()
/linux-6.1.9/include/linux/mmc/
Dmmc.h186 #define R1_SPI_ILLEGAL_COMMAND (1 << 2) macro
/linux-6.1.9/drivers/mmc/host/
Dmmc_spi.c318 else if (R1_SPI_ILLEGAL_COMMAND & cmd->resp[0]) in mmc_spi_response_get()