Home
last modified time | relevance | path

Searched refs:bcm2835_send_command (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/mmc/host/
Dbcm2835.c620 bool bcm2835_send_command(struct bcm2835_host *host, struct mmc_command *cmd) in bcm2835_send_command() function
701 if (bcm2835_send_command(host, host->mrq->stop)) { in bcm2835_transfer_complete()
799 if (bcm2835_send_command(host, host->mrq->cmd)) { in bcm2835_finish_command()
1209 if (bcm2835_send_command(host, mrq->sbc)) { in bcm2835_request()
1213 } else if (mrq->cmd && bcm2835_send_command(host, mrq->cmd)) { in bcm2835_request()