Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dixp4xx_hss.c1188 static u32 check_clock(u32 rate, u32 a, u32 b, u32 c, in check_clock() function
1214 check_clock(rate, 0x3FF, 1, 1, best, &diff, reg); in find_best_clock()
1223 check_clock(rate, a - 1, 1, 1, best, &diff, reg); in find_best_clock()
1233 !check_clock(rate, a - 1, 1, 1, best, &diff, reg)) in find_best_clock()
1235 check_clock(rate, a, b, 0xFFF, best, &diff, reg); in find_best_clock()
1238 if (!check_clock(rate, a, b, c, best, &diff, reg)) in find_best_clock()
1240 if (!check_clock(rate, a, b, c + 1, best, &diff, reg)) in find_best_clock()
/Linux-v4.19/kernel/time/
Dposix-cpu-timers.c38 static int check_clock(const clockid_t which_clock) in check_clock() function
128 int error = check_clock(which_clock); in posix_cpu_clock_getres()
151 int error = check_clock(which_clock); in posix_cpu_clock_set()