Searched refs:force_pio (Results 1 – 3 of 3) sorted by relevance
253 host->force_pio = false; in tmio_mmc_reset_work()285 host->force_pio = false; in tmio_mmc_finish_request()428 if ((host->chan_tx || host->chan_rx) && !host->force_pio) { in tmio_mmc_pio_irq()501 if (host->chan_rx && !host->force_pio) in tmio_mmc_do_data_irq()529 if (host->chan_tx && (data->flags & MMC_DATA_WRITE) && !host->force_pio) { in tmio_mmc_data_irq()553 } else if (host->chan_rx && (data->flags & MMC_DATA_READ) && !host->force_pio) { in tmio_mmc_data_irq()607 if (host->force_pio || !host->chan_rx) in tmio_mmc_cmd_irq()612 if (host->force_pio || !host->chan_tx) in tmio_mmc_cmd_irq()828 host->force_pio = false; in tmio_mmc_request()
73 host->force_pio = true; in tmio_mmc_start_dma_rx()149 host->force_pio = true; in tmio_mmc_start_dma_tx()
74 bool force_pio; member