Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mmc/
Dcore.h39 #define MMC_RSP_CRC (1 << 2) /* expect valid crc */ macro
60 #define MMC_RSP_R1 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
61 #define MMC_RSP_R1B (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE|MMC_RSP_BUSY)
62 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)
65 #define MMC_RSP_R5 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
66 #define MMC_RSP_R6 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
67 #define MMC_RSP_R7 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
72 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MM…
/Linux-v4.19/drivers/mmc/host/
Dmxs-mmc.c305 ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ? in mxs_mmc_ac()
377 ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ? in mxs_mmc_adtc()
Dcb710-mmc.c389 if (!(flags & MMC_RSP_CRC)) in cb710_encode_cmd_flags()
Dmeson-mx-sdio.c189 if (!(cmd->flags & MMC_RSP_CRC)) in meson_mx_mmc_start_cmd()
Dpxamci.c305 } else if (stat & STAT_RES_CRC_ERR && cmd->flags & MMC_RSP_CRC) { in pxamci_cmd_done()
Dmvsdio.c165 if (cmd->flags & MMC_RSP_CRC) in mvsd_request()
Dmxcmmc.c514 } else if (stat & STATUS_RESP_CRC_ERR && cmd->flags & MMC_RSP_CRC) { in mxcmci_read_response()
Dtmio_mmc_core.c624 else if ((stat & TMIO_STAT_CRCFAIL && cmd->flags & MMC_RSP_CRC) || in tmio_mmc_cmd_irq()
Dwbsd.c387 else if ((cmd->flags & MMC_RSP_CRC) && (isr & WBSD_INT_CRC)) in wbsd_send_command()
Dmeson-gx-mmc.c869 if (!(cmd->flags & MMC_RSP_CRC)) in meson_mmc_set_response_bits()
Dsunxi-mmc.c1033 if (cmd->flags & MMC_RSP_CRC) in sunxi_mmc_request()
Ddw_mmc.c327 if (cmd->flags & MMC_RSP_CRC) in dw_mci_prepare_command()
1872 else if ((cmd->flags & MMC_RSP_CRC) && (status & SDMMC_INT_RCRC)) in dw_mci_command_complete()
Dmmci.c1046 } else if (status & MCI_CMDCRCFAIL && cmd->flags & MMC_RSP_CRC) { in mmci_cmd_irq()
Ds3cmci.c700 if (cmd->flags & MMC_RSP_CRC) { in s3cmci_irq()
Datmel-mci.c1651 else if ((cmd->flags & MMC_RSP_CRC) && (status & ATMCI_RCRCE)) in atmci_command_complete()
Dsdhci.c1268 if (cmd->flags & MMC_RSP_CRC) in sdhci_send_command()
/Linux-v4.19/drivers/mmc/core/
Dcore.c571 cmd.flags &= ~MMC_RSP_CRC; /* Ignore CRC */ in mmc_cqe_recovery()
579 cmd.flags &= ~MMC_RSP_CRC; /* Ignore CRC */ in mmc_cqe_recovery()