Searched refs:xfer_count (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dtxx9dmac.c761 size_t xfer_count; local
774 for (offset = 0; offset < len; offset += xfer_count) {
775 xfer_count = min_t(size_t, len - offset, TXX9_DMA_MAX_COUNT);
777 if (xfer_count > 0x100 &&
778 (xfer_count & 0xff) >= 0xfa &&
779 (xfer_count & 0xff) <= 0xff)
780 xfer_count -= 0x20;
782 if (xfer_count > 0x80 &&
783 (xfer_count & 0x7f) >= 0x7e &&
784 (xfer_count
[all...]
H A Dat_hdmac.c536 size_t xfer_count; local
572 for (offset = 0; offset < len; offset += xfer_count << src_width) {
573 xfer_count = min_t(size_t, (len - offset) >> src_width,
582 desc->lli.ctrla = ctrla | xfer_count;
H A Ddw_dmac.c566 size_t xfer_count; local
599 for (offset = 0; offset < len; offset += xfer_count << src_width) {
600 xfer_count = min_t(size_t, (len - offset) >> src_width,
610 desc->lli.ctlhi = xfer_count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dhp.c277 int xfer_count = count; local
290 buf[count-1] = inb(nic_base - NIC_OFFSET + HP_DATAPORT), xfer_count++;
300 if (((ring_offset + xfer_count) & 0xff) != (addr & 0xff))
302 dev->name, ring_offset + xfer_count, addr);
H A Dne-h8300.c442 int xfer_count = count; local
471 xfer_count++;
494 if (((ring_offset + xfer_count) & 0xff) == low)
500 dev->name, ring_offset + xfer_count, addr);
H A Dne2.c578 int xfer_count = count; local
603 xfer_count++;
623 if (((ring_offset + xfer_count) & 0xff) == low)
629 dev->name, ring_offset + xfer_count, addr);
H A Dne.c624 int xfer_count = count; local
651 xfer_count++;
674 if (((ring_offset + xfer_count) & 0xff) == low)
680 dev->name, ring_offset + xfer_count, addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dwaveartist.c100 int xfer_count; member in struct:__anon19073
448 count == devc->xfer_count) {
462 devc->xfer_count = count;
491 count == devc->xfer_count) {
505 devc->xfer_count = count;
599 devc->xfer_count = 0;
648 devc->xfer_count = 0;
H A Dad1848.c75 int xfer_count; member in struct:__anon19058
1057 cnt == devc->xfer_count)
1070 devc->xfer_count = cnt;
1098 cnt == devc->xfer_count)
1121 devc->xfer_count = cnt;
1182 devc->xfer_count = 0;
1295 devc->xfer_count = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dpcnet_cs.c1246 int xfer_count = count; local
1267 buf[count-1] = inb(nic_base + PCNET_DATAPORT), xfer_count++;
1280 if (((ring_offset + xfer_count) & 0xff) == (addr & 0xff))
1286 dev->name, ring_offset + xfer_count, addr);
H A Daxnet_cs.c716 int xfer_count = count; local
727 buf[count-1] = inb(nic_base + AXNET_DATAPORT), xfer_count++;

Completed in 284 milliseconds