Searched refs:wdog_period (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/arm/xscale/i80321/
H A Di80321_wdog.c64 int wdog_period; member in struct:iopwdog_softc
103 sc->wdog_period = 7;
105 sc->wdog_period);
118 && (uint64_t)1<<cmd <= (uint64_t)sc->wdog_period * 1000000000) {
/freebsd-10.0-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_wdog.c77 int wdog_period; member in struct:bcmwd_softc
107 sc->wdog_period = 7;

Completed in 113 milliseconds