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

/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751var.h164 int sc_ramsize; member in struct:hifn_softc
H A Dhifn7751.c520 sc->sc_ramsize >>= 1;
550 rseg = sc->sc_ramsize / 1024;
552 if (sc->sc_ramsize >= (1024 * 1024)) {
1236 ((sc->sc_ramsize - 32768) / ctxsize);
1238 sc->sc_maxses = sc->sc_ramsize / 16384;
1307 sc->sc_ramsize = a + HIFN_SRAM_STEP_SIZE;
1327 sc->sc_ramsize = 32768;
1331 sc->sc_ramsize = 1 << ((cnfg >> 13) + 18);

Completed in 60 milliseconds