Home
last modified time | relevance | path

Searched refs:MMC_RSP_R7 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/mmc/
H A Dcore.h64 #define MMC_RSP_R7 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE) macro
/openbmc/linux/drivers/mmc/core/
H A Dsd_ops.c177 cmd.flags = MMC_RSP_SPI_R7 | MMC_RSP_R7 | MMC_CMD_BCR; in __mmc_send_if_cond()
/openbmc/u-boot/include/
H A Dmmc.h314 #define MMC_RSP_R7 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE) macro
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c2505 cmd.resp_type = MMC_RSP_R7; in mmc_send_if_cond()