Searched refs:fastng (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/watchdog/ |
D | bd96801_wdt.c | 169 int fastng, slowng, type, ret, reg, mask; in bd96801_set_wdt_mode() local 199 ret = find_closest_fast(hw_margin_min, &fastng, &min); in bd96801_set_wdt_mode() 215 ret = find_closest_slow(&hw_margin, &slowng, &fastng); in bd96801_set_wdt_mode() 222 fastng = FIELD_PREP(BD96801_WD_TMO_SHORT_MASK, fastng); in bd96801_set_wdt_mode() 224 reg = slowng | fastng; in bd96801_set_wdt_mode()
|
D | bd9576_wdt.c | 155 int ret, fastng, slowng, type, reg, mask; in bd957x_set_wdt_mode() local 166 ret = find_closest_fast(hw_margin_min, &fastng, &min); in bd957x_set_wdt_mode() 181 ret = find_closest_slow(hw_margin, &slowng, &fastng); in bd957x_set_wdt_mode() 189 reg = type | slowng | fastng; in bd957x_set_wdt_mode()
|