Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Ds3cmci.c439 host->complete_what = COMPLETION_FINALIZE; in do_pio_read()
493 host->complete_what = COMPLETION_FINALIZE; in do_pio_read()
564 if (host->complete_what == COMPLETION_FINALIZE) { in pio_tasklet()
637 if ((host->complete_what == COMPLETION_NONE) || in s3cmci_irq()
638 (host->complete_what == COMPLETION_FINALIZE)) { in s3cmci_irq()
687 if (host->complete_what == COMPLETION_CMDSENT) { in s3cmci_irq()
716 if (host->complete_what == COMPLETION_RSPFIN) { in s3cmci_irq()
721 if (host->complete_what == COMPLETION_XFERFINISH_RSPFIN) in s3cmci_irq()
722 host->complete_what = COMPLETION_XFERFINISH; in s3cmci_irq()
772 if (host->complete_what == COMPLETION_XFERFINISH) { in s3cmci_irq()
[all …]
Ds3cmci.h49 enum s3cmci_waitfor complete_what; member