Home
last modified time | relevance | path

Searched refs:MMC_RSP_SPI_R3 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/mmc/
H A Dcore.h79 #define MMC_RSP_SPI_R3 (MMC_RSP_SPI_S1|MMC_RSP_SPI_B4) macro
/openbmc/linux/drivers/mmc/host/
H A Dmmc_spi.c209 case MMC_RSP_SPI_R3: return "R3/R4/R7"; in maptype()
342 case MMC_RSP_SPI_R3: in mmc_spi_response_get()
/openbmc/linux/drivers/mmc/core/
H A Dmmc_ops.c407 cmd.flags = MMC_RSP_SPI_R3; in mmc_spi_read_ocr()