Searched refs:st_maxsync (Results 1 – 2 of 2) sorted by relevance
114 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()
141 int st_maxsync; /* as sent in or PPR messages */ member