Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dsiop_common.c135 for (i = 0; i < __arraycount(scf_period); i++) { in siop_common_attach()
136 if (sc->clock_period != scf_period[i].clock) in siop_common_attach()
138 if (sc->st_maxsync < scf_period[i].period) in siop_common_attach()
139 sc->st_maxsync = scf_period[i].period; in siop_common_attach()
140 if (sc->st_minsync > scf_period[i].period) in siop_common_attach()
141 sc->st_minsync = scf_period[i].period; in siop_common_attach()
546 for (i = 0; i < __arraycount(scf_period); i++) { in siop_sdtr_neg()
547 if (sc->clock_period != scf_period[i].clock) in siop_sdtr_neg()
549 if (scf_period[i].period == sync) { in siop_sdtr_neg()
555 sc->targets[target]->id |= scf_period[i].scf in siop_sdtr_neg()
[all …]
Dsiopreg.h72 struct scf_period { struct
78 static const struct scf_period scf_period[] __unused = { argument
94 static const struct scf_period dt_scf_period[] __unused = {