Searched refs:resp_type (Results 1 – 9 of 9) sorted by relevance
85 unsigned int resp_type; member115 if (!(cmd->resp_type & MMC_RSP_PRESENT)) in uniphier_emmc_send_cmd()117 else if (cmd->resp_type & MMC_RSP_136) in uniphier_emmc_send_cmd()119 else if (cmd->resp_type & MMC_RSP_BUSY) in uniphier_emmc_send_cmd()124 if (cmd->resp_type & MMC_RSP_CRC) in uniphier_emmc_send_cmd()126 if (cmd->resp_type & MMC_RSP_OPCODE) in uniphier_emmc_send_cmd()131 if (cmd->resp_type & MMC_RSP_BUSY || cmd->is_data) in uniphier_emmc_send_cmd()159 cmd.resp_type = MMC_RSP_R1b; in uniphier_emmc_switch_part()173 cmd.resp_type = MMC_RSP_R2; in uniphier_emmc_check_device_size()213 cmd.resp_type = MMC_RSP_R1; in uniphier_emmc_load_image()[all …]
226 cmd_stop.resp_type = MMC_RESPONSE_R1B; in stm32_sdmmc2_stop_transfer()253 if (cmd->resp_type == 0U) { in stm32_sdmmc2_send_cmd_req()257 if ((cmd->resp_type & MMC_RSP_48) != 0U) { in stm32_sdmmc2_send_cmd_req()258 if ((cmd->resp_type & MMC_RSP_136) != 0U) { in stm32_sdmmc2_send_cmd_req()261 } else if ((cmd->resp_type & MMC_RSP_CRC) != 0U) { in stm32_sdmmc2_send_cmd_req()338 if ((cmd->resp_type & MMC_RSP_BUSY) != 0U) { in stm32_sdmmc2_send_cmd_req()372 (cmd->resp_type == MMC_RESPONSE_R7)))) { in stm32_sdmmc2_send_cmd_req()566 cmd.resp_type = MMC_RESPONSE_R1; in stm32_sdmmc2_prepare()
300 if ((cmd->resp_type & MMC_RSP_136) && in rpi3_sdhost_send_cmd()301 (cmd->resp_type & MMC_RSP_BUSY)) { in rpi3_sdhost_send_cmd()306 if (cmd->resp_type & MMC_RSP_48 && cmd->resp_type != MMC_RESPONSE_R2) { in rpi3_sdhost_send_cmd()310 } else if (cmd->resp_type & MMC_RSP_136) { in rpi3_sdhost_send_cmd()319 if (cmd->resp_type & MMC_RSP_BUSY) { in rpi3_sdhost_send_cmd()
573 if ((cmd->resp_type & MMC_RSP_136) != 0) { in cdns_send_cmd()575 } else if (((cmd->resp_type & MMC_RSP_48) != 0) && in cdns_send_cmd()576 ((cmd->resp_type & MMC_RSP_BUSY) != 0)) { in cdns_send_cmd()578 } else if ((cmd->resp_type & MMC_RSP_48) != 0) { in cdns_send_cmd()584 if ((cmd->resp_type & MMC_RSP_CRC) != 0) { in cdns_send_cmd()588 if ((cmd->resp_type & MMC_RSP_CMD_IDX) != 0) { in cdns_send_cmd()
229 switch (cmd->resp_type) { in get_xfr_type()250 ERROR("Invalid CMD response: %u\n", cmd->resp_type); in get_xfr_type()337 if (cmd->resp_type & MMC_RSP_136) { in imx_usdhc_send_cmd()
50 cmd.resp_type = r_type; in sdmmc_send_cmd()
131 unsigned int resp_type; member
269 switch (cmd->resp_type) { in dw_send_cmd()
64 cmd.resp_type = r_type; in mmc_send_cmd()