Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dmmci.c256 .cmdreg_stop = MCI_CPSM_STM32_CMDSTOP,
1087 if (host->variant->cmdreg_stop && in mmci_start_command()
1089 c |= host->variant->cmdreg_stop; in mmci_start_command()
1188 if (host->variant->cmdreg_stop && data->error) in mmci_data_irq()
1306 if (host->variant->cmdreg_stop && cmd->error) { in mmci_cmd_irq()
Dmmci.h318 unsigned int cmdreg_stop; member