Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dsiop_common.c114 sc->st_maxsync = 0; in siop_common_attach()
121 if (sc->st_maxsync < scf_period[i].period) in siop_common_attach()
122 sc->st_maxsync = scf_period[i].period; in siop_common_attach()
126 if (sc->st_maxsync == 255 || sc->st_minsync == 0) in siop_common_attach()
536 sync > sc->st_maxsync) in siop_sdtr_neg()
582 if (offset == 0 || sync > sc->st_maxsync) { /* async */ in siop_sdtr_neg()
Dsiopvar_common.h141 int st_maxsync; /* as sent in or PPR messages */ member