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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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) {
652 if (host->no_dma) {
753 if (host->no_dma) {
961 host->no_dma = no_dma;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dwd33c93.h258 uchar no_dma; /* set this flag to disable DMA */ member in struct:WD33C93_hostdata
H A Dwd33c93.c646 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)) {
1963 hostdata->no_dma = 0; /* default is DMA enabled */
1986 hostdata->no_dma = (val == -1) ? 1 : val;
2026 printk("wd33c93-%d: chip=%s/%d no_sync=0x%x no_dma=%d",
2032 hostdata->microcode, hostdata->no_sync, hostdata->no_dma);
2097 hd->no_dma = simple_strtoul(bp+6, &bp, 0);
2128 sprintf(tbuf, "\nclock_freq=%02x no_sync=%02x no_dma=%d"
2130 hd->clock_freq, hd->no_sync, hd->no_dma, h
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_dma.c767 goto no_dma;
770 goto no_dma;
844 no_dma:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dpmac_zilog.c1408 goto no_dma;
1415 goto no_dma;
1420 no_dma:

Completed in 85 milliseconds