HomeSort by: relevance | last modified time | path
    Searched defs:sc_wdog_max_period (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/imx/
imxwdog.c 53 u_int sc_wdog_max_period; member in struct:wdog_softc
118 if (smw->smw_period >= sc->sc_wdog_max_period)
154 sc->sc_wdog_max_period = 0xff / 2;
  /src/sys/arch/arm/cortex/
a9wdt.c 57 u_int sc_wdog_max_period; member in struct:a9wdt_softc
167 if (smw->smw_period >= sc->sc_wdog_max_period) {
225 sc->sc_wdog_max_period = UINT32_MAX / sc->sc_freq;
  /src/sys/arch/arm/nxp/
imxwdog.c 51 u_int sc_wdog_max_period; member in struct:imxwdog_softc
136 if (smw->smw_period >= sc->sc_wdog_max_period)
199 sc->sc_wdog_max_period = 0xff / 2;

Completed in 11 milliseconds