Searched refs:no_dma (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dtifm_sd.c24 static int no_dma = 0; variable
26 module_param(no_dma, bool, 0644);
94 no_dma:1; member in struct:tifm_sd
425 if (!(host->no_dma || (host->cmd_flags & FIFO_READY)))
566 if (host->no_dma && cmd->data) {
645 host->no_dma = 1;
647 host->no_dma = no_dma ? 1 : 0;
657 if (host->no_dma) {
758 if (host->no_dma) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/memstick/host/
H A Dtifm_ms.c24 static int no_dma; variable
25 module_param(no_dma, bool, 0644);
267 host->use_dma = !no_dma;
H A Djmb38x_ms.c23 static int no_dma; variable
24 module_param(no_dma, bool, 0644);
398 if (!no_dma)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dwd33c93.h258 uchar no_dma; /* set this flag to disable DMA */ member in struct:WD33C93_hostdata
H A Dwd33c93.c647 if ((cmd->SCp.phase == 0) && (hostdata->no_dma == 0)) {
741 /* 'hostdata->no_dma' is TRUE if we don't even want to try DMA.
745 if (hostdata->no_dma || hostdata->dma_setup(cmd, data_in_dir)) {
1962 hostdata->no_dma = 0; /* default is DMA enabled */
1983 hostdata->no_dma = (val == -1) ? 1 : val;
2023 printk("wd33c93-%d: chip=%s/%d no_sync=0x%x no_dma=%d",
2029 hostdata->microcode, hostdata->no_sync, hostdata->no_dma);
2094 hd->no_dma = simple_strtoul(bp+6, &bp, 0);
2125 sprintf(tbuf, "\nclock_freq=%02x no_sync=%02x no_dma=%d"
2127 hd->clock_freq, hd->no_sync, hd->no_dma, h
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dpcl816.c1223 goto no_dma; /* if we haven't IRQ, we can't use DMA */
1228 goto no_dma; /* DMA disabled */
1274 no_dma:
H A Dpcl818.c1846 goto no_dma; /* if we haven't IRQ, we can't use DMA */
1850 goto no_dma; /* DMA disabled */
1887 no_dma:
H A Dpcl812.c1413 goto no_dma; /* if we haven't IRQ, we can't use DMA */
1452 no_dma:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dpmac_zilog.c1469 goto no_dma;
1476 goto no_dma;
1481 no_dma:

Completed in 167 milliseconds