Home
last modified time | relevance | path

Searched defs:round_up (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/clk/kendryte/
A Dpll.c320 bool round_up = !!(tmp & BIT(31)); in k210_pll_calc_config() local
/u-boot/include/linux/
A Dkernel.h64 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro

Completed in 4 milliseconds