Home
last modified time | relevance | path

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

/freebsd/sys/arm64/apple/
H A Dapple_wdog.c163 uint32_t ticks, sec_max; in apple_wdog_watchdog_fn() local
172 sec_max = UINT_MAX / sc->clk_freq; in apple_wdog_watchdog_fn()
173 if (sec == 0 || sec > sec_max) { in apple_wdog_watchdog_fn()
180 sec_max); in apple_wdog_watchdog_fn()