Home
last modified time | relevance | path

Searched refs:sdhc_cmd (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/sdhc/
Dintel_emmc_host.c638 static void update_cmd_response(const struct device *dev, struct sdhc_command *sdhc_cmd) in update_cmd_response() argument
643 if (sdhc_cmd->response_type == SD_RSP_TYPE_NONE) { in update_cmd_response()
649 if (sdhc_cmd->response_type == SD_RSP_TYPE_R2) { in update_cmd_response()
656 sdhc_cmd->response[0u] = resp3; in update_cmd_response()
657 sdhc_cmd->response[1U] = resp2; in update_cmd_response()
658 sdhc_cmd->response[2U] = resp1; in update_cmd_response()
659 sdhc_cmd->response[3U] = resp0; in update_cmd_response()
662 sdhc_cmd->response[0u] = resp0; in update_cmd_response()
670 struct sdhc_command *sdhc_cmd = config->sdhc_cmd; in emmc_host_send_cmd() local
671 enum emmc_response_type resp_type = emmc_decode_resp_type(sdhc_cmd->response_type); in emmc_host_send_cmd()
[all …]
Dintel_emmc_host.h292 struct sdhc_command *sdhc_cmd; member