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

/netbsd-current/sys/dev/ic/
H A Dsiopvar_common.h137 int dt_minsync; member in struct:siop_common_softc
H A Dsiop_common.c134 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 148 milliseconds