Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Dcore.h40 #define MMC_RSP_SPI_B4 (1 << 9) /* four data bytes */ macro
68 #define MMC_RSP_SPI_R3 (MMC_RSP_SPI_S1|MMC_RSP_SPI_B4)
69 #define MMC_RSP_SPI_R4 (MMC_RSP_SPI_S1|MMC_RSP_SPI_B4)
71 #define MMC_RSP_SPI_R7 (MMC_RSP_SPI_S1|MMC_RSP_SPI_B4)
74 (MMC_RSP_SPI_S1|MMC_RSP_SPI_BUSY|MMC_RSP_SPI_S2|MMC_RSP_SPI_B4))
/linux-4.1.27/drivers/mmc/host/
Dmmc_spi.c516 else if (cmd->flags & MMC_RSP_SPI_B4) /* R3/R4/R7 */ in mmc_spi_command_send()