Lines Matching defs:cmdIndex
701 int send_cmd(struct sd_handle *handle, uint32_t cmdIndex, uint32_t argument,
709 EMMC_TRACE("Invalid handle for cmd%d\n", cmdIndex);
731 EMMC_TRACE("cmd%d timedout %dms\n", cmdIndex, timeout);
739 chal_sd_send_cmd((CHAL_HANDLE *) handle->device, cmdIndex,
742 handle->device->ctrl.cmdIndex = cmdIndex;
755 cmdIndex, retry);
766 cmdIndex, retry,
779 handle->device->ctrl.cmdIndex,
785 if ((cmdIndex == 5) || (cmdIndex == 6) || (cmdIndex == 7) ||
786 (cmdIndex == 28) || (cmdIndex == 29) || (cmdIndex == 38)) {
801 cmdIndex, argument, present);
815 cmdIndex, handle->device->ctrl.cmdStatus, status);
817 if ((handle->device->ctrl.cmdIndex == 1) ||
818 (handle->device->ctrl.cmdIndex == 5)) {
820 } else if ((handle->device->ctrl.cmdIndex == 7) ||
821 (handle->device->ctrl.cmdIndex == 41)) {
825 EMMC_TRACE("cmd%d recoverable error ", cmdIndex);
832 cmdIndex, retry);