sdhci_send_command
if (!sdhci_send_command(host, data->stop)) {
while (!sdhci_send_command(host, cmd)) {
if (!sdhci_send_command(host, cmd->mrq->cmd)) {
if (!sdhci_send_command(host, cmd))
static bool sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd);