Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dsiopvar_common.h142 int dt_maxsync; member
Dsiop_common.c115 sc->dt_maxsync = 0; in siop_common_attach()
131 if (sc->dt_maxsync < dt_scf_period[i].period) in siop_common_attach()
132 sc->dt_maxsync = dt_scf_period[i].period; in siop_common_attach()
136 if (sc->dt_maxsync == 255 || sc->dt_minsync == 0) in siop_common_attach()
434 sync > sc->dt_maxsync) { in siop_ppr_neg()