Home
last modified time | relevance | path

Searched refs:R1_SPI_IDLE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dmmc_spi.c18 #define R1_SPI_IDLE (1 << 0) macro
191 } else if (r1 & ~R1_SPI_IDLE) { /* other errors */ in mmc_spi_request()
204 cmd->response[0] = (r1 & R1_SPI_IDLE) ? 0 : OCR_BUSY; in mmc_spi_request()
/openbmc/linux/include/linux/mmc/
H A Dmmc.h184 #define R1_SPI_IDLE (1 << 0) macro
/openbmc/linux/drivers/mmc/core/
H A Dsd_ops.c141 if (!(cmd.resp[0] & R1_SPI_IDLE)) in mmc_send_app_op_cond()
H A Dmmc_ops.c197 if (!(cmd->resp[0] & R1_SPI_IDLE)) { in __mmc_send_op_cond_cb()