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