Lines Matching refs:stop
919 struct mmc_command stop;
934 cmd = mrq->stop;
953 /* issue command; then optionally data and stop */
966 stop.opcode = MMC_STOP_TRANSMISSION;
967 stop.arg = 0;
968 stop.flags = MMC_RSP_SPI_R1B | MMC_RSP_R1B | MMC_CMD_AC;
969 status = mmc_spi_command_send(host, mrq, &stop, 0);
975 if (mrq->stop)
976 status = mmc_spi_command_send(host, mrq, mrq->stop, 0);
1015 * with chipselect high before the card will stop driving its output.