Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhost.c175 bool use_busy:1; /* Wait for busy interrupt */ member
435 host->use_busy = false; in bcm2835_send_command()
443 host->use_busy = true; in bcm2835_send_command()
567 if (host->use_busy && (intmask & SDHSTS_BUSY_IRPT)) { in bcm2835_transmit()
569 host->use_busy = false; in bcm2835_transmit()
688 if (!ret && !host->use_busy) in bcm2835_send_cmd()
693 while (host->use_busy || host->data) { in bcm2835_send_cmd()
/openbmc/linux/drivers/mmc/host/
H A Dbcm2835.c171 bool use_busy:1; /* Wait for busy interrupt */ member
662 host->use_busy = false; in bcm2835_send_command()
670 host->use_busy = true; in bcm2835_send_command()
702 if (!host->use_busy) in bcm2835_transfer_complete()
805 if (!host->use_busy) in bcm2835_finish_command()
900 if (WARN_ON(!host->use_busy)) { in bcm2835_busy_irq()
904 host->use_busy = false; in bcm2835_busy_irq()
1209 if (!host->use_busy) in bcm2835_request()
1218 if (!host->use_busy) in bcm2835_request()