Home
last modified time | relevance | path

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

/linux/include/linux/mmc/
H A Dcore.h35 #define MMC_RSP_SPI_B4 (1 << 9) /* four data bytes */ macro
66 #define MMC_RSP_SPI_R3 (MMC_RSP_SPI_S1|MMC_RSP_SPI_B4)
67 #define MMC_RSP_SPI_R4 (MMC_RSP_SPI_S1|MMC_RSP_SPI_B4)
69 #define MMC_RSP_SPI_R7 (MMC_RSP_SPI_S1|MMC_RSP_SPI_B4)
72 (MMC_RSP_SPI_S1|MMC_RSP_SPI_BUSY|MMC_RSP_SPI_S2|MMC_RSP_SPI_B4))
/linux/drivers/mmc/host/
H A Dmmc_spi.c472 else if (cmd->flags & MMC_RSP_SPI_B4) /* R3/R4/R7 */ in mmc_spi_command_send()