HomeSort by: relevance | last modified time | path
    Searched refs:st_minsync (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
siop_common.c 133 sc->st_minsync = 255;
140 if (sc->st_minsync > scf_period[i].period)
141 sc->st_minsync = scf_period[i].period;
143 if (sc->st_maxsync == 255 || sc->st_minsync == 0)
308 siop_sdtr_msg(siop_cmd, msgoffset, sc->st_minsync,
380 siop_sdtr_msg(siop_cmd, 0, sc->st_minsync,
543 if (offset > maxoffset || sync < sc->st_minsync ||
594 if (sync < sc->st_minsync)
595 sync = sc->st_minsync;
siopvar_common.h 136 int st_minsync; /* min and max sync period, */ member in struct:siop_common_softc
esiop.c 856 sc->sc_c.st_minsync,
siop.c 729 sc->sc_c.st_minsync,

Completed in 17 milliseconds