Searched refs:SD_SEND_IF_COND (Results 1 – 10 of 10) sorted by relevance
539 if (cmd->cmd_code == SD_SEND_IF_COND && cmd->err != RT_EOK) in rt_hw_sdh_request()541 LOG_D("retry cmd: %d", SD_SEND_IF_COND); in rt_hw_sdh_request()565 LOG_D("cmd: %d retries: %d", SD_SEND_IF_COND, retries); in rt_hw_sdh_request()
45 #define SD_SEND_IF_COND 8 /* bcr [11:0] See below R7, sends Sd memory card… macro
196 if ((req->cmd->cmd_code == SD_SEND_IF_COND) && in sdif_pre_request()
191 if ((req->cmd->cmd_code == SD_SEND_IF_COND) && in sdif_pre_request()
157 else if ((cmd->cmdidx == SD_SEND_IF_COND) || (cmd->cmdidx == APP_CMD)) in raspi_transfer_command()
160 else if ((cmd->cmdidx == SD_SEND_IF_COND) || (cmd->cmdidx == APP_CMD)) in raspi_transfer_command()
432 if (SD_SEND_IF_COND == pkg.cmd->cmd_code) in _sdio_request()
755 cmd.opcode = SD_SEND_IF_COND; in mmc_send_if_cond()
Completed in 24 milliseconds