Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Drealtek_otto_wdt.c120 unsigned int tick_ms; in otto_wdt_determine_timeouts() local
128 tick_ms = otto_wdt_tick_ms(ctrl, prescale); in otto_wdt_determine_timeouts()
129 total_ticks = max(2, DIV_ROUND_UP(timeout_ms, tick_ms)); in otto_wdt_determine_timeouts()
130 phase2_ticks = max(1, pretimeout_ms / tick_ms); in otto_wdt_determine_timeouts()
143 timeout_ms = total_ticks * tick_ms; in otto_wdt_determine_timeouts()
146 pretimeout_ms = phase2_ticks * tick_ms; in otto_wdt_determine_timeouts()