Home
last modified time | relevance | path

Searched defs:SECS_TO_TICKS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Dhpwdt.c29 #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) macro
H A Dbcm_kona_wdt.c32 #define SECS_TO_TICKS(x, w) ((x) << (w)->resolution) macro