Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Ds3cmci.c443 host->complete_what = COMPLETION_FINALIZE; in do_pio_read()
497 host->complete_what = COMPLETION_FINALIZE; in do_pio_read()
568 if (host->complete_what == COMPLETION_FINALIZE) { in pio_tasklet()
641 if ((host->complete_what == COMPLETION_NONE) || in s3cmci_irq()
642 (host->complete_what == COMPLETION_FINALIZE)) { in s3cmci_irq()
691 if (host->complete_what == COMPLETION_CMDSENT) { in s3cmci_irq()
720 if (host->complete_what == COMPLETION_RSPFIN) { in s3cmci_irq()
725 if (host->complete_what == COMPLETION_XFERFINISH_RSPFIN) in s3cmci_irq()
726 host->complete_what = COMPLETION_XFERFINISH; in s3cmci_irq()
776 if (host->complete_what == COMPLETION_XFERFINISH) { in s3cmci_irq()
[all …]
Ds3cmci.h49 enum s3cmci_waitfor complete_what; member