Home
last modified time | relevance | path

Searched refs:MMC_RSP_CRC (Results 1 – 15 of 15) sorted by relevance

/linux/include/linux/mmc/
H A Dcore.h37 #define MMC_RSP_CRC (1 << 2) /* expect valid crc */ macro
58 #define MMC_RSP_R1 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
59 #define MMC_RSP_R1B (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE|MMC_RSP_BUSY)
61 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)
64 #define MMC_RSP_R5 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
65 #define MMC_RSP_R6 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
66 #define MMC_RSP_R7 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
68 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MMC_RSP_OPCODE))
/linux/drivers/mmc/host/
H A Dmxs-mmc.c290 ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ? in mxs_mmc_ac()
362 ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ? in mxs_mmc_adtc()
H A Dcb710-mmc.c389 if (!(flags & MMC_RSP_CRC)) in cb710_encode_cmd_flags()
H A Dmeson-mx-sdio.c186 if (!(cmd->flags & MMC_RSP_CRC)) in meson_mx_mmc_start_cmd()
H A Dmeson-mx-sdhc-mmc.c206 if (!(cmd->flags & MMC_RSP_CRC)) in meson_mx_sdhc_start_cmd()
H A Dpxamci.c299 } else if (stat & STAT_RES_CRC_ERR && cmd->flags & MMC_RSP_CRC) { in pxamci_cmd_done()
H A Dmvsdio.c162 if (cmd->flags & MMC_RSP_CRC) in mvsd_request()
H A Dsunplus-mmc.c389 if (cmd->flags & MMC_RSP_CRC && !(cmd->flags & MMC_RSP_136)) in spmmc_prepare_cmd()
H A Dtmio_mmc_core.c594 else if ((stat & TMIO_STAT_CRCFAIL && cmd->flags & MMC_RSP_CRC) || in tmio_mmc_cmd_irq()
H A Dwbsd.c384 else if ((cmd->flags & MMC_RSP_CRC) && (isr & WBSD_INT_CRC)) in wbsd_send_command()
H A Dmeson-gx-mmc.c695 if (!(cmd->flags & MMC_RSP_CRC)) in meson_mmc_set_response_bits()
H A Dsunxi-mmc.c1047 if (cmd->flags & MMC_RSP_CRC) in sunxi_mmc_request()
H A Ddw_mmc.c305 if (cmd->flags & MMC_RSP_CRC) in dw_mci_prepare_command()
1950 else if ((cmd->flags & MMC_RSP_CRC) && (status & SDMMC_INT_RCRC)) in dw_mci_command_complete()
H A Datmel-mci.c1640 else if ((cmd->flags & MMC_RSP_CRC) && (status & ATMCI_RCRCE)) in atmci_command_complete()
H A Dsdhci.c1718 if (cmd->flags & MMC_RSP_CRC) in sdhci_send_command()