Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/watchdog/
Dbd9576_wdt.c155 int ret, fastng, slowng, type, reg, mask; in bd957x_set_wdt_mode() local
172 ret = find_closest_slow_by_fast(min, hw_margin, &slowng); in bd957x_set_wdt_mode()
181 ret = find_closest_slow(hw_margin, &slowng, &fastng); in bd957x_set_wdt_mode()
188 slowng <<= ffs(BD957X_WDG_NG_RATIO_MASK) - 1; in bd957x_set_wdt_mode()
189 reg = type | slowng | fastng; in bd957x_set_wdt_mode()
Dbd96801_wdt.c169 int fastng, slowng, type, ret, reg, mask; in bd96801_set_wdt_mode() local
203 ret = find_closest_slow_by_fast(min, &hw_margin, &slowng); in bd96801_set_wdt_mode()
215 ret = find_closest_slow(&hw_margin, &slowng, &fastng); in bd96801_set_wdt_mode()
224 reg = slowng | fastng; in bd96801_set_wdt_mode()