Searched refs:bcm2835_send_command (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/mmc/host/
H A Dbcm2835.c619 bool bcm2835_send_command(struct bcm2835_host *host, struct mmc_command *cmd) function
700 if (bcm2835_send_command(host, host->mrq->stop)) {
798 if (bcm2835_send_command(host, host->mrq->cmd)) {
1208 if (bcm2835_send_command(host, mrq->sbc)) {
1212 } else if (mrq->cmd && bcm2835_send_command(host, mrq->cmd)) {

Completed in 202 milliseconds