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

/openbsd-current/sys/dev/ic/
H A Dsiopvar_common.h140 int dt_minsync; member in struct:siop_common_softc
H A Dsiop_common.c117 sc->dt_minsync = 255;
133 if (sc->dt_minsync > dt_scf_period[i].period)
134 sc->dt_minsync = dt_scf_period[i].period;
136 if (sc->dt_maxsync == 255 || sc->dt_minsync == 0)
284 siop_ppr_msg(siop_cmd, msgoffset, sc->dt_minsync,
433 if (offset > sc->maxoff || sync < sc->dt_minsync ||

Completed in 127 milliseconds