Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dbcm2835.c173 bool use_busy:1; /* Wait for busy interrupt */ member
664 host->use_busy = false; in bcm2835_send_command()
672 host->use_busy = true; in bcm2835_send_command()
704 if (!host->use_busy) in bcm2835_transfer_complete()
807 if (!host->use_busy) in bcm2835_finish_command()
902 if (WARN_ON(!host->use_busy)) { in bcm2835_busy_irq()
906 host->use_busy = false; in bcm2835_busy_irq()
1211 if (!host->use_busy) in bcm2835_request()
1220 if (!host->use_busy) in bcm2835_request()