tag | line | file | source code |
---|---|---|---|
residue | 1615 | drivers/scsi/NCR5380.c | unsigned char saved_data = 0, overrun = 0, residue; |
residue | 1763 | drivers/scsi/NCR5380.c | residue = NCR5380_dma_residual(instance); |
residue | 1764 | drivers/scsi/NCR5380.c | c -= residue; |
residue | 1770 | drivers/scsi/NCR5380.c | if (*phase == p && (p & SR_IO) && residue == 0) { |