Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Ds3cmci.c430 host->complete_what = COMPLETION_FINALIZE; in do_pio_read()
484 host->complete_what = COMPLETION_FINALIZE; in do_pio_read()
555 if (host->complete_what == COMPLETION_FINALIZE) { in pio_tasklet()
628 if ((host->complete_what == COMPLETION_NONE) || in s3cmci_irq()
629 (host->complete_what == COMPLETION_FINALIZE)) { in s3cmci_irq()
678 if (host->complete_what == COMPLETION_CMDSENT) { in s3cmci_irq()
707 if (host->complete_what == COMPLETION_RSPFIN) { in s3cmci_irq()
712 if (host->complete_what == COMPLETION_XFERFINISH_RSPFIN) in s3cmci_irq()
713 host->complete_what = COMPLETION_XFERFINISH; in s3cmci_irq()
763 if (host->complete_what == COMPLETION_XFERFINISH) { in s3cmci_irq()
[all …]
Ds3cmci.h46 enum s3cmci_waitfor complete_what; member