Searched defs:SECS_TO_TICKS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/watchdog/ | ||
H A D | hpwdt.c | 29 #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) macro |
H A D | bcm_kona_wdt.c | 32 #define SECS_TO_TICKS(x, w) ((x) << (w)->resolution) macro |