Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2600.c119 #define DLY32_AVERAGE_COUNT_LOG2 4 macro
120 #define DLY32_AVERAGE_COUNT BIT(DLY32_AVERAGE_COUNT_LOG2)
858 return (2560000 / (int)(sum >> DLY32_AVERAGE_COUNT_LOG2)); in ast2600_calc_dly32_time()