Lines Matching refs:stop
907 struct mmc_command stop;
922 cmd = mrq->stop;
941 /* issue command; then optionally data and stop */
954 stop.opcode = MMC_STOP_TRANSMISSION;
955 stop.arg = 0;
956 stop.flags = MMC_RSP_SPI_R1B | MMC_RSP_R1B | MMC_CMD_AC;
957 status = mmc_spi_command_send(host, mrq, &stop, 0);
963 if (mrq->stop)
964 status = mmc_spi_command_send(host, mrq, mrq->stop, 0);
1003 * with chipselect high before the card will stop driving its output.