Lines Matching defs:data
134 /* != 0 tells the Falcon int handler to copy data from the dribble buffer */
207 * rest data register, too. The residual must be calculated from
210 * data reg!
242 * the correction is taken only for "real" data
300 * data are written only in 16-byte chunks. If the number of
317 * data to the original destination address.
422 void *data, unsigned long count,
425 unsigned long addr = virt_to_phys(data);
427 dprintk(NDEBUG_DMA, "scsi%d: setting up dma, data = %p, phys = %lx, count = %ld, dir = %d\n",
428 hostdata->host->host_no, data, addr, count, dir);
433 * handler to copy data from the dribble buffer to the originally
437 memcpy(atari_dma_buffer, data, count);
439 atari_dma_orig_addr = data;
486 unsigned char *data, int count)
488 return atari_scsi_dma_setup(hostdata, data, count, 0);
492 unsigned char *data, int count)
494 return atari_scsi_dma_setup(hostdata, data, count, 1);
558 * the DMA is used. But if not n*512 bytes really arrive, some input data
824 * rest data register. So read_overruns is currently set
826 * If the rest data bug is fixed, this can be lowered to 1.