Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/watchdog/
A Dat91sam9_wdt.c50 #define ticks_to_hz_roundup(t) (((((t) + 1) * HZ) + 255) >> 8) macro
182 min_heartbeat = ticks_to_hz_roundup(value - delta); in at91_wdt_init()

Completed in 3 milliseconds