Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dsiop_common.c132 sc->dt_maxsync = 0; in siop_common_attach()
148 if (sc->dt_maxsync < dt_scf_period[i].period) in siop_common_attach()
149 sc->dt_maxsync = dt_scf_period[i].period; in siop_common_attach()
153 if (sc->dt_maxsync == 255 || sc->dt_minsync == 0) in siop_common_attach()
448 sync > sc->dt_maxsync) { in siop_ppr_neg()
Dsiopvar_common.h139 int dt_maxsync; member