Home
last modified time | relevance | path

Searched refs:MMC_RSP_SPI_BUSY (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/mmc/
H A Dcore.h48 #define MMC_RSP_SPI_BUSY (1 << 10) /* card may send busy */ macro
76 #define MMC_RSP_SPI_R1B (MMC_RSP_SPI_S1|MMC_RSP_SPI_BUSY)
84 (MMC_RSP_SPI_S1|MMC_RSP_SPI_BUSY|MMC_RSP_SPI_S2|MMC_RSP_SPI_B4))
/linux/drivers/mmc/core/
H A Dblock.c632 if (idata->ic.write_flag || r1b_resp || cmd.flags & MMC_RSP_SPI_BUSY) in __mmc_blk_ioctl_cmd()