Searched refs:MMC_RSP_CRC (Results 1 – 25 of 35) sorted by relevance
12
36 #define MMC_RSP_CRC (1 << 2) /* expect valid crc */ macro57 #define MMC_RSP_R1 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)58 #define MMC_RSP_R1B (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE|MMC_RSP_BUSY)59 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)62 #define MMC_RSP_R5 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)63 #define MMC_RSP_R6 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)64 #define MMC_RSP_R7 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)69 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MM…
276 #define MMC_RSP_CRC (1 << 2) /* expect valid crc */ macro286 #define MMC_RSP_R1 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)287 #define MMC_RSP_R1b (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE| \289 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)292 #define MMC_RSP_R5 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)293 #define MMC_RSP_R6 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)294 #define MMC_RSP_R7 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
203 #define MMC_RSP_CRC (1 << 2) macro
245 else if (cmd->resp_type & MMC_RSP_CRC) in stm32_sdmmc2_start_cmd()271 if (cmd->resp_type & MMC_RSP_CRC) in stm32_sdmmc2_end_cmd()295 if (status & SDMMC_STA_CCRCFAIL && cmd->resp_type & MMC_RSP_CRC) { in stm32_sdmmc2_end_cmd()
111 if (!(cmd->resp_type & MMC_RSP_CRC)) in meson_mmc_setup_cmd()
441 if (cmd->resp_type & MMC_RSP_CRC)583 if (cmd->resp_type & MMC_RSP_CRC)
219 if (cmd->resp_type & MMC_RSP_CRC) in dmmc_send_cmd()
123 if (cmd->resp_type & MMC_RSP_CRC) in mvebu_mmc_send_cmd()
170 && cmd->resp_type & MMC_RSP_CRC) { in pxa_mmc_cmd_done()
174 if (!(cmd->resp_type & MMC_RSP_CRC)) in mxsmmc_send_cmd()
42 (cmd->resp_type & MMC_RSP_CRC)) { in wait_for_command_end()
242 } else if (stat & STATUS_RESP_CRC_ERR && cmd->resp_type & MMC_RSP_CRC) { in mxcmci_read_response()
206 if (cmd->resp_type & MMC_RSP_CRC) in tegra_mmc_send_cmd_bounced()
177 if (cmd->resp_type & MMC_RSP_CRC)
344 if (cmd->resp_type & MMC_RSP_CRC) in sunxi_mmc_send_cmd_common()
202 if (cmd->resp_type & MMC_RSP_CRC)
393 if (cmd->resp_type & MMC_RSP_CRC)
144 if (cmd->resp_type & MMC_RSP_CRC) in esdhc_xfertyp()
291 ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ? in mxs_mmc_ac()363 ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ? in mxs_mmc_adtc()
186 if (!(cmd->flags & MMC_RSP_CRC)) in meson_mx_mmc_start_cmd()
388 if (!(flags & MMC_RSP_CRC)) in cb710_encode_cmd_flags()
300 } else if (stat & STAT_RES_CRC_ERR && cmd->flags & MMC_RSP_CRC) { in pxamci_cmd_done()
208 if (!(cmd->flags & MMC_RSP_CRC)) in meson_mx_sdhc_start_cmd()
162 if (cmd->flags & MMC_RSP_CRC) in mvsd_request()
551 cmd.flags &= ~MMC_RSP_CRC; /* Ignore CRC */ in mmc_cqe_recovery()559 cmd.flags &= ~MMC_RSP_CRC; /* Ignore CRC */ in mmc_cqe_recovery()