Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/watchdog/
Dbd9576_wdt.c103 static int find_closest_slow_by_fast(int fast_val, int target, int *slowsel) in find_closest_slow_by_fast() function
172 ret = find_closest_slow_by_fast(min, hw_margin, &slowng); in bd957x_set_wdt_mode()
Dbd96801_wdt.c119 static int find_closest_slow_by_fast(unsigned int fast_val, unsigned int *target, in find_closest_slow_by_fast() function
203 ret = find_closest_slow_by_fast(min, &hw_margin, &slowng); in bd96801_set_wdt_mode()