Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Domap_hsmmc.c1000 int err, int end_cmd) in hsmmc_command_incomplete() argument
1002 if (end_cmd) { in hsmmc_command_incomplete()
1018 int end_cmd = 0, end_trans = 0; in omap_hsmmc_do_irq() local
1028 end_cmd = 1; in omap_hsmmc_do_irq()
1030 end_trans = !end_cmd; in omap_hsmmc_do_irq()
1034 hsmmc_command_incomplete(host, -ETIMEDOUT, end_cmd); in omap_hsmmc_do_irq()
1037 hsmmc_command_incomplete(host, -EILSEQ, end_cmd); in omap_hsmmc_do_irq()
1043 end_cmd = 1; in omap_hsmmc_do_irq()
1049 hsmmc_command_incomplete(host, error, end_cmd); in omap_hsmmc_do_irq()
1056 if (end_cmd || ((status & CC_EN) && host->cmd)) in omap_hsmmc_do_irq()