Home
last modified time | relevance | path

Searched refs:toPIO (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Datari_NCR5380.c1207 int transfered, saved_data = 0, overrun = 0, cnt, toPIO; in NCR5380_dma_complete() local
1249 cnt = toPIO = atari_read_overruns; in NCR5380_dma_complete()
1255 toPIO--; in NCR5380_dma_complete()
1259 *count -= toPIO - cnt; in NCR5380_dma_complete()
Dmac_NCR5380.c1211 int transfered, saved_data = 0, overrun = 0, cnt, toPIO; in NCR5380_dma_complete() local
1253 cnt = toPIO = mac_read_overruns; in NCR5380_dma_complete()
1259 toPIO--; in NCR5380_dma_complete()
1263 *count -= toPIO - cnt; in NCR5380_dma_complete()
DNCR5380.c1985 int cnt, toPIO; in NCR5380_transfer_dma() local
2125 cnt = toPIO = 1; in NCR5380_transfer_dma()
2128 cnt = toPIO = 2; in NCR5380_transfer_dma()
2132 *count -= toPIO - cnt; in NCR5380_transfer_dma()