Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dmmc.h178 #define R1_SPI_IDLE (1 << 0) macro
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsd_ops.c140 if (!(cmd.resp[0] & R1_SPI_IDLE)) in mmc_send_app_op_cond()
H A Dmmc_ops.c204 if (!(cmd.resp[0] & R1_SPI_IDLE)) in mmc_send_op_cond()