Searched refs:SECS_TO_TICKS (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/watchdog/
H A Dbcm_kona_wdt.c39 #define SECS_TO_TICKS(x, w) ((x) << (w)->resolution) macro
228 SECS_TO_TICKS(wdog->timeout, wdt) | bcm_kona_wdt_set_timeout_reg()
H A Dhpwdt.c42 #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) macro
437 reload = SECS_TO_TICKS(soft_margin); hpwdt_start()
466 reload = SECS_TO_TICKS(soft_margin); hpwdt_change_timer()

Completed in 105 milliseconds