Searched refs:sun3_dma_orig_count (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dsun3_scsi_vme.c105 static unsigned long sun3_dma_orig_count = 0; variable
397 sun3_dma_orig_count = count;
456 dregs->dma_count_hi = (sun3_dma_orig_count >> 16);
457 dregs->dma_count_lo = (sun3_dma_orig_count & 0xffff);
459 dregs->fifo_count_hi = (sun3_dma_orig_count >> 16);
460 dregs->fifo_count = (sun3_dma_orig_count & 0xffff);
480 if((fifo > 0) && (fifo < sun3_dma_orig_count))
486 printk("scsi: residual %x total %x\n", fifo, sun3_dma_orig_count);
498 vaddr += (sun3_dma_orig_count - fifo);
H A Dsun3_scsi.c144 static unsigned long sun3_dma_orig_count = 0; variable
413 sun3_dma_orig_count = count;
425 sun3_dma_orig_count = count;
567 memcpy(sun3_dma_orig_addr, dmabuf, sun3_dma_orig_count);
584 vaddr += (sun3_dma_orig_count - fifo);

Completed in 101 milliseconds