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

/drivers/mmc/host/
H A Ddavinci_mmc.c194 bool do_dma; member in struct:mmc_davinci_host
331 if (host->do_dma)
361 if (!host->do_dma)
366 if (!host->do_dma)
374 if (!host->do_dma && (host->data_dir == DAVINCI_MMC_DATADIR_WRITE))
560 host->do_dma = 1;
728 host->do_dma = 0;
904 if (host->do_dma) {
911 host->do_dma = false;
1023 if ((host->do_dma
[all...]
H A Dmxcmmc.c122 int do_dma; member in struct:mxcmci_host
194 return host->do_dma;
239 host->do_dma = 0;
264 host->do_dma = 0;
646 host->do_dma = 1;
738 host->do_dma = 0;
/drivers/scsi/
H A Deata.c991 static int do_dma(unsigned long iobase, unsigned long addr, unchar cmd) function
1102 if (do_dma(port_base, 0, READ_CONFIG_PIO)) {
1104 printk("%s: detect, do_dma failed at 0x%03lx.\n", name,
1256 if (do_dma(port_base, cf_dma_addr, SET_CONFIG_DMA)) {
1833 if (do_dma(shost->io_port, cpp->cp_dma_addr, SEND_CP_DMA)) {
1987 if (do_dma(shost->io_port, 0, RESET_PIO)) {
2282 if (do_dma(dev->host->io_port, cpp->cp_dma_addr, SEND_CP_DMA)) {

Completed in 142 milliseconds