Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Ddavinci_mmc.c209 bool do_dma; member
338 if (host->do_dma) in mmc_davinci_start_command()
368 if (!host->do_dma) in mmc_davinci_start_command()
373 if (!host->do_dma) in mmc_davinci_start_command()
381 if (!host->do_dma && (host->data_dir == DAVINCI_MMC_DATADIR_WRITE)) in mmc_davinci_start_command()
389 if (!host->do_dma && host->bytes_left <= poll_threshold) { in mmc_davinci_start_command()
502 host->do_dma = 1; in mmc_davinci_start_dma_transfer()
650 host->do_dma = 0; in mmc_davinci_request()
826 if (host->do_dma) { in mmc_davinci_xfer_done()
833 host->do_dma = false; in mmc_davinci_xfer_done()
[all …]
Dmxcmmc.c132 int do_dma; member
258 return host->do_dma; in mxcmci_use_dma()
325 host->do_dma = 0; in mxcmci_setup_data()
352 host->do_dma = 0; in mxcmci_setup_data()
773 host->do_dma = 1; in mxcmci_request()
866 host->do_dma = 0; in mxcmci_set_ios()
/linux-4.4.14/drivers/scsi/
Deata.c988 static int do_dma(unsigned long iobase, unsigned long addr, unchar cmd) in do_dma() function
1097 if (do_dma(port_base, 0, READ_CONFIG_PIO)) { in port_detect()
1250 if (do_dma(port_base, cf_dma_addr, SET_CONFIG_DMA)) { in port_detect()
1821 if (do_dma(shost->io_port, cpp->cp_dma_addr, SEND_CP_DMA)) { in eata2x_queuecommand_lck()
1975 if (do_dma(shost->io_port, 0, RESET_PIO)) { in eata2x_eh_host_reset()
2270 if (do_dma(dev->host->io_port, cpp->cp_dma_addr, SEND_CP_DMA)) { in flush_dev()