Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dbd96801_wdt.c169 int fastng, slowng, type, ret, reg, mask; in bd96801_set_wdt_mode() local
198 ret = find_closest_fast(hw_margin_min, &fastng, &min); in bd96801_set_wdt_mode()
214 ret = find_closest_slow(&hw_margin, &slowng, &fastng); in bd96801_set_wdt_mode()
221 fastng = FIELD_PREP(BD96801_WD_TMO_SHORT_MASK, fastng); in bd96801_set_wdt_mode()
223 reg = slowng | fastng; in bd96801_set_wdt_mode()