Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dat91sam9_wdt.c49 #define ticks_to_hz_rounddown(t) ((((t) + 1) * HZ) >> 8) macro
184 max_heartbeat = ticks_to_hz_rounddown(value); in at91_wdt_init()