Home
last modified time | relevance | path

Searched refs:resp_type (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/plat/socionext/uniphier/
H A Duniphier_emmc.c85 unsigned int resp_type; member
115 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 …]
/rk3399_ARM-atf/drivers/st/mmc/
H A Dstm32_sdmmc2.c226 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()
/rk3399_ARM-atf/drivers/rpi3/sdhost/
H A Drpi3_sdhost.c300 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()
/rk3399_ARM-atf/drivers/cadence/emmc/
H A Dcdns_sdmmc.c573 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()
/rk3399_ARM-atf/drivers/imx/usdhc/
H A Dimx_usdhc.c229 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()
/rk3399_ARM-atf/plat/intel/soc/common/drivers/sdmmc/
H A Dsdmmc.c50 cmd.resp_type = r_type; in sdmmc_send_cmd()
/rk3399_ARM-atf/include/drivers/
H A Dmmc.h131 unsigned int resp_type; member
/rk3399_ARM-atf/drivers/synopsys/emmc/
H A Ddw_mmc.c269 switch (cmd->resp_type) { in dw_send_cmd()
/rk3399_ARM-atf/drivers/mmc/
H A Dmmc.c64 cmd.resp_type = r_type; in mmc_send_cmd()