Home
last modified time | relevance | path

Searched refs:MMC_RSP_R6 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/mmc/
H A Dcore.h63 #define MMC_RSP_R6 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE) macro
/openbmc/linux/drivers/mmc/core/
H A Dsd_ops.c245 cmd.flags = MMC_RSP_R6 | MMC_CMD_BCR; in mmc_send_relative_addr()
/openbmc/u-boot/include/
H A Dmmc.h313 #define MMC_RSP_R6 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE) macro
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_sdio.c259 (MMC_RSP_R6 | MMC_CMD_BCR), in rsi_reset_card()
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c2306 cmd.resp_type = MMC_RSP_R6; in mmc_startup()