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

  /src/sys/dev/ic/
siopvar_common.h 139 int dt_maxsync; member in struct:siop_common_softc
siop_common.c 132 sc->dt_maxsync = 0;
148 if (sc->dt_maxsync < dt_scf_period[i].period)
149 sc->dt_maxsync = dt_scf_period[i].period;
153 if (sc->dt_maxsync == 255 || sc->dt_minsync == 0)
448 sync > sc->dt_maxsync) {

Completed in 12 milliseconds