Searched refs:cmdreg_stop (Results 1 – 2 of 2) sorted by relevance
262 .cmdreg_stop = MCI_CPSM_STM32_CMDSTOP,288 .cmdreg_stop = MCI_CPSM_STM32_CMDSTOP,1226 if (host->variant->cmdreg_stop && in mmci_start_command()1228 c |= host->variant->cmdreg_stop; in mmci_start_command()1340 if (host->variant->cmdreg_stop && data->error) in mmci_data_irq()1406 if (host->variant->cmdreg_stop && cmd->error) { in mmci_cmd_irq()
329 unsigned int cmdreg_stop; member