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

/drivers/scsi/
H A Dsun3_scsi_vme.c108 static unsigned long sun3_dma_orig_count = 0; variable
417 sun3_dma_orig_count = count;
481 dregs->dma_count_hi = (sun3_dma_orig_count >> 16);
482 dregs->dma_count_lo = (sun3_dma_orig_count & 0xffff);
484 dregs->fifo_count_hi = (sun3_dma_orig_count >> 16);
485 dregs->fifo_count = (sun3_dma_orig_count & 0xffff);
505 if((fifo > 0) && (fifo < sun3_dma_orig_count))
511 printk("scsi: residual %x total %x\n", fifo, sun3_dma_orig_count);
523 vaddr += (sun3_dma_orig_count - fifo);
H A Dsun3_scsi.c144 static unsigned long sun3_dma_orig_count = 0; variable
430 sun3_dma_orig_count = count;
442 sun3_dma_orig_count = count;
586 memcpy(sun3_dma_orig_addr, dmabuf, sun3_dma_orig_count);
603 vaddr += (sun3_dma_orig_count - fifo);

Completed in 182 milliseconds