Searched refs:SECS_TO_TICKS (Results 1 – 2 of 2) sorted by relevance
29 #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) macro73 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_start()108 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_ping()193 hpwdt_ping_ticks(SECS_TO_TICKS(val)); in hpwdt_pretimeout()
32 #define SECS_TO_TICKS(x, w) ((x) << (w)->resolution) macro205 SECS_TO_TICKS(wdog->timeout, wdt) | in bcm_kona_wdt_set_timeout_reg()