Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/cpu/arm926ejs/mx27/
Dtimer.c63 #define TICK_PER_TIME ((CONFIG_MX27_CLK32 + CONFIG_SYS_HZ / 2) / \ macro
69 do_div(tick, TICK_PER_TIME); in tick_to_time()
75 return time * TICK_PER_TIME; in time_to_tick()