Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dtimer.c62 #define TICK_PER_TIME ((CONFIG_MX27_CLK32 + CONFIG_SYS_HZ / 2) / \ macro
68 do_div(tick, TICK_PER_TIME); in tick_to_time()
74 return time * TICK_PER_TIME; in time_to_tick()