Lines Matching defs:command
958 /* Unspecified command, asume max */
1574 * 'cap_cmd_during_tfr' request must not use the command line
1576 * responsibility to send the stop command if required.
1615 /* Initially, a command has no error */
1737 /* A deferred command might disappear, handle that */
1808 /* Finished CMD23, now send actual command. */
1816 /* Processed actual command. */
2200 * The HSQ may send a command in interrupt context without polling
2711 * As per the Host Controller spec v3.00, tuning command
2758 * tuning command does not have a data payload (or rather the hardware does it
2759 * automatically) so mmc_send_tuning() will return -EIO. Also the tuning command
3074 * Do not finish until command and data lines are available for
3266 pr_err("%s: Got command interrupt 0x%08x even though no command operation was in progress.\n",
3279 /* Treat data command CRC error the same as data CRC error */
3345 u32 command;
3349 command = SDHCI_GET_CMD(sdhci_readw(host, SDHCI_COMMAND));
3350 if (command == MMC_SEND_TUNING_BLOCK ||
3351 command == MMC_SEND_TUNING_BLOCK_HS200) {
3377 * before the command completed, so make
3456 * command completed. Make sure we do
3872 * for cmd queuing to fetch both command and transfer descriptors.