Lines Matching refs:blocks
524 int blocks = len / 128; in NCR5380_pread() local
532 NCR5380_write(C400_BLOCK_COUNTER_REG, blocks); in NCR5380_pread()
538 printk(KERN_ERR "53C400r: Got 53C80_IRQ start=%d, blocks=%d\n", start, blocks); in NCR5380_pread()
554 blocks--; in NCR5380_pread()
557 if (blocks) { in NCR5380_pread()
574 blocks--; in NCR5380_pread()
608 int blocks = len / 128; in NCR5380_pwrite() local
617 NCR5380_write(C400_BLOCK_COUNTER_REG, blocks); in NCR5380_pwrite()
620 printk(KERN_ERR "53C400w: Got 53C80_IRQ start=%d, blocks=%d\n", start, blocks); in NCR5380_pwrite()
639 blocks--; in NCR5380_pwrite()
641 if (blocks) { in NCR5380_pwrite()
655 blocks--; in NCR5380_pwrite()