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.
426 void *data, unsigned long count,
429 unsigned long addr = virt_to_phys(data);
431 dprintk(NDEBUG_DMA, "scsi%d: setting up dma, data = %p, phys = %lx, count = %ld, dir = %d\n",
432 hostdata->host->host_no, data, addr, count, dir);
437 * handler to copy data from the dribble buffer to the originally
441 memcpy(atari_dma_buffer, data, count);
443 atari_dma_orig_addr = data;
490 unsigned char *data, int count)
492 return atari_scsi_dma_setup(hostdata, data, count, 0);
496 unsigned char *data, int count)
498 return atari_scsi_dma_setup(hostdata, data, count, 1);
562 * the DMA is used. But if not n*512 bytes really arrive, some input data
828 * rest data register. So read_overruns is currently set
830 * If the rest data bug is fixed, this can be lowered to 1.