Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dsiop_common.c134 sc->dt_minsync = 255; in siop_common_attach()
150 if (sc->dt_minsync > dt_scf_period[i].period) in siop_common_attach()
151 sc->dt_minsync = dt_scf_period[i].period; in siop_common_attach()
153 if (sc->dt_maxsync == 255 || sc->dt_minsync == 0) in siop_common_attach()
300 siop_ppr_msg(siop_cmd, msgoffset, sc->dt_minsync, in siop_setuptables()
447 if (offset > sc->maxoff || sync < sc->dt_minsync || in siop_ppr_neg()
H A Dsiopvar_common.h137 int dt_minsync; member