Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Drealtek_otto_wdt.c131 unsigned int phase2_ticks; in otto_wdt_determine_timeouts() local
145 phase2_ticks = total_ticks - phase1_ticks; in otto_wdt_determine_timeouts()
149 || phase2_ticks > OTTO_WDT_PHASE_TICKS_MAX); in otto_wdt_determine_timeouts()
155 v |= FIELD_PREP(OTTO_WDT_CTRL_PHASE2, phase2_ticks - 1); in otto_wdt_determine_timeouts()
163 pretimeout_ms = phase2_ticks * tick_ms; in otto_wdt_determine_timeouts()