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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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.c141 static unsigned long sun3_dma_orig_count = 0; variable
410 sun3_dma_orig_count = count;
422 sun3_dma_orig_count = count;
563 memcpy(sun3_dma_orig_addr, dmabuf, sun3_dma_orig_count);
580 vaddr += (sun3_dma_orig_count - fifo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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.c141 static unsigned long sun3_dma_orig_count = 0; variable
410 sun3_dma_orig_count = count;
422 sun3_dma_orig_count = count;
563 memcpy(sun3_dma_orig_addr, dmabuf, sun3_dma_orig_count);
580 vaddr += (sun3_dma_orig_count - fifo);

Completed in 122 milliseconds