Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dtmio_mmc_pio.c251 host->force_pio = false; in tmio_mmc_reset_work()
283 host->force_pio = false; in tmio_mmc_finish_request()
426 if ((host->chan_tx || host->chan_rx) && !host->force_pio) { in tmio_mmc_pio_irq()
499 if (host->chan_rx && !host->force_pio) in tmio_mmc_do_data_irq()
527 if (host->chan_tx && (data->flags & MMC_DATA_WRITE) && !host->force_pio) { in tmio_mmc_data_irq()
551 } else if (host->chan_rx && (data->flags & MMC_DATA_READ) && !host->force_pio) { in tmio_mmc_data_irq()
605 if (host->force_pio || !host->chan_rx) in tmio_mmc_cmd_irq()
610 if (host->force_pio || !host->chan_tx) in tmio_mmc_cmd_irq()
826 host->force_pio = false; in tmio_mmc_request()
Dtmio_mmc_dma.c73 host->force_pio = true; in tmio_mmc_start_dma_rx()
149 host->force_pio = true; in tmio_mmc_start_dma_tx()
Dtmio_mmc.h74 bool force_pio; member