Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dbcm2835.c619 bool bcm2835_send_command(struct bcm2835_host *host, struct mmc_command *cmd) in bcm2835_send_command() function
700 if (bcm2835_send_command(host, host->mrq->stop)) { in bcm2835_transfer_complete()
798 if (bcm2835_send_command(host, host->mrq->cmd)) { in bcm2835_finish_command()
1208 if (bcm2835_send_command(host, mrq->sbc)) { in bcm2835_request()
1212 } else if (mrq->cmd && bcm2835_send_command(host, mrq->cmd)) { in bcm2835_request()
/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhost.c403 static int bcm2835_send_command(struct bcm2835_host *host, struct mmc_cmd *cmd, in bcm2835_send_command() function
687 ret = bcm2835_send_command(host, cmd, data); in bcm2835_send_cmd()