Searched refs:sc_period (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/arch/armv7/omap/
H A Domdog.c52 int sc_period; member in struct:omdog_softc
162 if (sc->sc_period != 0 && sc->sc_period != period)
166 if (sc->sc_period != period) {
182 if (sc->sc_period != period)
186 sc->sc_period = period;
197 if (omdog_sc->sc_period != 0)
/openbsd-current/sys/dev/pci/
H A Dichwdt.c51 int sc_period; member in struct:ichwdt_softc
137 sc->sc_period = 0;
164 if (sc->sc_period != 0) {
179 if (sc->sc_period != period) {
187 if (sc->sc_period == 0) {
202 sc->sc_period = period;
H A Dberkwdt.c42 int sc_period; member in struct:berkwdt_softc
210 sc->sc_period = 0;
238 if (sc->sc_period != timeout) {
243 if (sc->sc_period == 0) {
252 sc->sc_period = timeout;

Completed in 122 milliseconds