Searched refs:use_busy (Results 1 – 1 of 1) sorted by relevance
175 bool use_busy:1; /* Wait for busy interrupt */ member435 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()