Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/watchdog/
Dbd9576_wdt.c159 int ret, fastng, slowng, type, reg, mask; in bd957x_set_wdt_mode() local
170 ret = find_closest_fast(hw_margin_min, &fastng, &min); in bd957x_set_wdt_mode()
185 ret = find_closest_slow(hw_margin, &slowng, &fastng); in bd957x_set_wdt_mode()
193 reg = type | slowng | fastng; in bd957x_set_wdt_mode()