Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Drealtek_otto_wdt.c117 unsigned int phase2_ticks; in otto_wdt_determine_timeouts() local
130 phase2_ticks = max(1, pretimeout_ms / tick_ms); in otto_wdt_determine_timeouts()
131 phase1_ticks = total_ticks - phase2_ticks; in otto_wdt_determine_timeouts()
135 || phase2_ticks > OTTO_WDT_PHASE_TICKS_MAX); in otto_wdt_determine_timeouts()
139 val |= FIELD_PREP(OTTO_WDT_CTRL_PHASE2, phase2_ticks - 1); in otto_wdt_determine_timeouts()
146 pretimeout_ms = phase2_ticks * tick_ms; in otto_wdt_determine_timeouts()