Searched refs:usedma (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/spi/
H A Dau1550_spi.c41 static unsigned usedma = 1; variable
42 module_param(usedma, uint, 0644);
73 unsigned usedma; member in struct:au1550_spi
210 if (hw->usedma && spi->bits_per_word <= 8)
268 if (hw->usedma && bpw <= 8)
697 if (hw->usedma) {
741 cfg = hw->usedma ? 0 : PSC_SPICFG_DD_DISABLE;
805 hw->usedma = 0;
812 if (usedma && ddma_memid) {
816 hw->usedma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dadl_pci9118.c417 unsigned char usedma; /* =1 use DMA transfer and not INT */ member in struct:pci9118_private
454 int backadd, int usedma, char eoshandle);
701 if (devpriv->usedma)
1446 dev->minor, devpriv->ai_do, devpriv->usedma);
1577 devpriv->usedma = 1;
1584 devpriv->usedma = 0;
1599 devpriv->usedma = 0;
1608 devpriv->usedma = 0;
1617 if ((devpriv->usedma == 1) && (devpriv->ai_add_back == 1)) {
1630 if (devpriv->usedma
1811 setup_channel_list(struct comedi_device *dev, struct comedi_subdevice *s, int n_chan, unsigned int *chanlist, int rot, int frontadd, int backadd, int usedma, char useeos) argument
[all...]
H A Ddt282x.c377 int usedma; /* driver uses DMA */ member in struct:dt282x_private
814 if (devpriv->usedma == 0) {
871 if (devpriv->usedma) {
1099 if (devpriv->usedma == 0) {
1409 devpriv->usedma = 0;
1446 devpriv->usedma = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dtimbuart.c36 int usedma; member in struct:timbuart_port
194 if (!uart->usedma)
199 if (!uart->usedma)
440 uart->usedma = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dcafe_nand.c74 static int usedma = 1; variable
75 module_param(usedma, int, 0644);
124 if (usedma)
139 if (usedma)
251 if (usedma && (ctl1 & (3<<25))) {

Completed in 150 milliseconds