Searched refs:TICK_PER_TIME (Results 1 – 1 of 1) sorted by relevance
63 #define TICK_PER_TIME ((CONFIG_MX27_CLK32 + CONFIG_SYS_HZ / 2) / \ macro69 do_div(tick, TICK_PER_TIME); in tick_to_time()75 return time * TICK_PER_TIME; in time_to_tick()