Home
last modified time | relevance | path

Searched refs:S64_MAX (Results 1 – 3 of 3) sorted by relevance

/u-boot/test/dm/
A Dk210_pll.c19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/u-boot/include/linux/
A Dkernel.h36 #define S64_MAX ((s64)(U64_MAX>>1)) macro
37 #define S64_MIN ((s64)(-S64_MAX - 1))
/u-boot/drivers/clk/kendryte/
A Dpll.c287 best_error = S64_MAX; in k210_pll_calc_config()
419 if (best_error == S64_MAX) in k210_pll_calc_config()

Completed in 6 milliseconds