Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
A Dhpwdt.c27 #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) macro
71 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()
A Dbcm_kona_wdt.c32 #define SECS_TO_TICKS(x, w) ((x) << (w)->resolution) macro
205 SECS_TO_TICKS(wdog->timeout, wdt) | in bcm_kona_wdt_set_timeout_reg()

Completed in 5 milliseconds