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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Ddavinci_mmc.c186 bool do_dma; member in struct:mmc_davinci_host
322 if (host->do_dma)
352 if (!host->do_dma)
357 if (!host->do_dma)
365 if (!host->do_dma && (host->data_dir == DAVINCI_MMC_DATADIR_WRITE))
551 host->do_dma = 1;
719 host->do_dma = 0;
868 if (host->do_dma) {
875 host->do_dma = false;
972 if ((host->do_dma
[all...]
H A Dmxcmmc.c121 int do_dma; member in struct:mxcmci_host
150 return host->do_dma;
193 host->do_dma = 0;
606 host->do_dma = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dt3155v4l/
H A Ddt3155v4l.h191 * @do_dma wait queue of the kernel thread
212 wait_queue_head_t do_dma; member in struct:dt3155_priv
H A Ddt3155v4l.c286 wake_up_interruptible_sync(&pd->do_dma);
396 wait_event_interruptible(pd->do_dma,
578 wake_up_interruptible_sync(&pd->do_dma);
583 wake_up_interruptible_sync(&pd->do_dma);
1085 init_waitqueue_head(&pd->do_dma);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata.c992 static int do_dma(unsigned long iobase, unsigned long addr, unchar cmd) function
1103 if (do_dma(port_base, 0, READ_CONFIG_PIO)) {
1105 printk("%s: detect, do_dma failed at 0x%03lx.\n", name,
1257 if (do_dma(port_base, cf_dma_addr, SET_CONFIG_DMA)) {
1830 if (do_dma(shost->io_port, cpp->cp_dma_addr, SEND_CP_DMA)) {
1986 if (do_dma(shost->io_port, 0, RESET_PIO)) {
2280 if (do_dma(dev->host->io_port, cpp->cp_dma_addr, SEND_CP_DMA)) {

Completed in 173 milliseconds