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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcs89x0.c227 int dmasize; /* 16 or 64 */ member in struct:net_local
519 lp->dmasize = 16; /* Could make this an option... */
871 if (lp->dmasize == 64)
908 if (bp >= lp->end_dma_buff) bp -= lp->dmasize*1024;
923 if (bp >= lp->end_dma_buff) bp -= lp->dmasize*1024;
1231 get_order(lp->dmasize * 1024));
1234 printk(KERN_ERR "%s: cannot get %dK memory for DMA\n", dev->name, lp->dmasize);
1244 !dma_page_eq(lp->dma_buff, lp->dma_buff+lp->dmasize*1024-1)) {
1248 memset(lp->dma_buff, 0, lp->dmasize * 1024); /* Why? */
1255 lp->end_dma_buff = lp->dma_buff + lp->dmasize*102
1736 static int dmasize=16; /* or 64 */ variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dau1550_ac97.c123 unsigned dmasize; member in struct:au1550_state::dmabuf
612 if (db->nextIn >= db->rawbuf + db->dmasize)
613 db->nextIn -= db->dmasize;
684 db->dmasize = db->dma_fragsize * db->numfrag;
691 pr_debug("prog_dmabuf: numfrag=%d, dmasize=%d\n", db->numfrag, db->dmasize);
733 if (db->nextOut >= db->rawbuf + db->dmasize)
734 db->nextOut -= db->dmasize;
761 if ((dp->count + obytes) > dp->dmasize) {
777 if (dp->nextIn >= dp->rawbuf + dp->dmasize)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dbfin_dma_5xx.c509 #define MAKE_DMA_IO(io, bwl, isize, dmasize, cnst) \
512 _dma_##io(addr, (unsigned long)buf, len, isize, WDSIZE_##dmasize); \

Completed in 66 milliseconds