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

/netbsd-current/sys/dev/ic/
H A Dsiopvar_common.h139 int dt_maxsync; member in struct:siop_common_softc
H A Dsiop_common.c132 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 146 milliseconds