Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dat91sam9_wdt.c52 #define secs_to_ticks(s) ((s) ? (((s) << 8) - 1) : 0) macro
288 min = secs_to_ticks(min); in of_at91wdt_init()
289 max = secs_to_ticks(max); in of_at91wdt_init()