sc_rcount         139 dev/pci/cs4280.c 	int	sc_rcount;
sc_rcount         781 dev/pci/cs4280.c 			if ((sc->sc_ri%(sc->sc_rcount)) == 0)
sc_rcount        1585 dev/pci/cs4280.c 	sc->sc_rcount = blksize / CS4280_ICHUNK; /* CS4280_ICHUNK is fixed hardware blksize*/
sc_rcount        1594 dev/pci/cs4280.c 		sc->sc_rcount <<= 1;
sc_rcount        1598 dev/pci/cs4280.c 		sc->sc_rcount <<= 1;
sc_rcount         122 dev/pci/cs4281.c 	int	sc_rcount;
sc_rcount         441 dev/pci/cs4281.c 			if ((sc->sc_ri % sc->sc_rcount) == 0)
sc_rcount         758 dev/pci/cs4281.c 	sc->sc_rcount = blksize / sc->hw_blocksize;