Searched refs:check_clock (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/wan/ |
| D | ixp4xx_hss.c | 1185 static u32 check_clock(u32 rate, u32 a, u32 b, u32 c, in check_clock() function 1211 check_clock(rate, 0x3FF, 1, 1, best, &diff, reg); in find_best_clock() 1220 check_clock(rate, a - 1, 1, 1, best, &diff, reg); in find_best_clock() 1230 !check_clock(rate, a - 1, 1, 1, best, &diff, reg)) in find_best_clock() 1232 check_clock(rate, a, b, 0xFFF, best, &diff, reg); in find_best_clock() 1235 if (!check_clock(rate, a, b, c, best, &diff, reg)) in find_best_clock() 1237 if (!check_clock(rate, a, b, c + 1, best, &diff, reg)) in find_best_clock()
|