Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/mmc/
Dcore.h48 #define MMC_RSP_SPI_B4 (1 << 9) /* four data bytes */ macro
79 #define MMC_RSP_SPI_R3 (MMC_RSP_SPI_S1|MMC_RSP_SPI_B4)
80 #define MMC_RSP_SPI_R4 (MMC_RSP_SPI_S1|MMC_RSP_SPI_B4)
82 #define MMC_RSP_SPI_R7 (MMC_RSP_SPI_S1|MMC_RSP_SPI_B4)
85 (MMC_RSP_SPI_S1|MMC_RSP_SPI_BUSY|MMC_RSP_SPI_S2|MMC_RSP_SPI_B4))
/linux-5.19.10/drivers/mmc/host/
Dmmc_spi.c493 else if (cmd->flags & MMC_RSP_SPI_B4) /* R3/R4/R7 */ in mmc_spi_command_send()