Searched refs:sc_ramsize (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/hifn/
H A DhifnHIPPvar.h65 int sc_ramsize;
H A Dhifn7751var.h164 int sc_ramsize; member in struct:hifn_softc
H A Dhifn7751.c587 sc->sc_ramsize >>= 1;
607 rseg = sc->sc_ramsize / 1024;
609 if (sc->sc_ramsize >= (1024 * 1024)) {
1177 ((sc->sc_ramsize - 32768) / ctxsize);
1179 sc->sc_maxses = sc->sc_ramsize / 16384;
1248 sc->sc_ramsize = a + HIFN_SRAM_STEP_SIZE;
1268 sc->sc_ramsize = 32768;
1272 sc->sc_ramsize = 1 << ((cnfg >> 13) + 18);

Completed in 84 milliseconds