Home
last modified time | relevance | path

Searched refs:cmdreg_stop (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmmci.c262 .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()
1344 if (host->variant->cmdreg_stop && data->error) in mmci_data_irq()
1410 if (host->variant->cmdreg_stop && cmd->error) { in mmci_cmd_irq()
H A Dmmci.h274 * @cmdreg_stop: enable value for stop and abort transmission
329 unsigned int cmdreg_stop; member
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmmci.c264 .cmdreg_stop = MCI_CPSM_STM32_CMDSTOP,
291 .cmdreg_stop = MCI_CPSM_STM32_CMDSTOP,
319 .cmdreg_stop = MCI_CPSM_STM32_CMDSTOP,
1330 if (host->variant->cmdreg_stop && in mmci_start_command()
1332 c |= host->variant->cmdreg_stop; in mmci_start_command()
1452 if (host->variant->cmdreg_stop && data->error) in mmci_data_irq()
1522 if (host->variant->cmdreg_stop && cmd->error) { in mmci_cmd_irq()
H A Dmmci.h290 * @cmdreg_stop: enable value for stop and abort transmission
345 unsigned int cmdreg_stop; member

Completed in 8 milliseconds