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

  /src/sys/dev/ic/
siopvar_common.h 137 int dt_minsync; member in struct:siop_common_softc
siop_common.c 134 sc->dt_minsync = 255;
150 if (sc->dt_minsync > dt_scf_period[i].period)
151 sc->dt_minsync = dt_scf_period[i].period;
153 if (sc->dt_maxsync == 255 || sc->dt_minsync == 0)
300 siop_ppr_msg(siop_cmd, msgoffset, sc->dt_minsync,
447 if (offset > sc->maxoff || sync < sc->dt_minsync ||

Completed in 14 milliseconds