Searched refs:SECS_TO_TICKS (Results 1 – 2 of 2) sorted by relevance
27 #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) macro71 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_start()106 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_ping()191 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()
Completed in 4 milliseconds